tufte-css

Style your webpage like Edward Tufte’s handouts.

  • 所有者: edwardtufte/tufte-css
  • 平台:
  • 许可证: MIT License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

Tufte CSS

Edward Tufte uses a distinctive style in his handouts: simple, with well-set
typography, extensive sidenotes, and tight integration of graphics and
charts. tufte-css brings that style to HTML documents.

This project is directly inspired by and
based on Tufte-LaTeX and the
R Markdown Tufte Handout.

Getting Started

The file index.html is a self-describing demonstration document that walks through
the features of Tufte CSS. The live version at
https://edwardtufte.github.io/tufte-css/
is the best overview of the project.

To use Tufte CSS, just copy tufte.css and the et-book font
directory to your project and add the following to your HTML doc's
head block:

<link rel="stylesheet" href="tufte.css"/>

All other files in the repository can be ignored, as they are merely
used by the demonstration document.

Project Scope and Status

Tufte CSS is specifically a CSS-only solution for styling HTML for the web.

That means that JavaScript solutions, although often superior to pure CSS, are out of scope for this project and will not be used. Also out of scope are handling printed versions of web pages and integration with static site generators or other formats. Thankfully, all these useful applications can be well served by separate work that builds on top of Tufte CSS.

This project is maintained but not under active development. It is considered essentially feature-complete. Refactoring and new functionality are a very low priority. However, contributions are still welcome to fix bugs or add functionality.

Deploying

  1. Make changes
  2. From shell, invoke clean-css-cli: cleancss -o tufte.min.css tufte.css
  3. Bump version in package.json
  4. From shell: npm publish

Contributing

If you notice something wrong or broken, let us know by opening an
issue, or better yet, a pull request with how you think it should be
fixed.

Please document your issues and fixes thoroughly. This means a clear
description of the concern, steps on how to reproduce it, and (if
possible) before and after screenshots and links to prior discussions
or commits. Please keep pull requests to one change at a time.

Fixes and new functionality should be tested against index.html on
screens as small as an iPhone 4 and as big as, well, as big as you use
normally. (If you don't have a mobile device handy, fake different
devices with your browser's developer tools.)

See the Issues page, especially Help
Wanted
,
for opportunities to contribute.

Contributors

License

Released under the MIT license. See LICENSE.

主要指标

概览
名称与所有者edwardtufte/tufte-css
主编程语言HTML
编程语言HTML (语言数: 2)
平台
许可证MIT License
所有者活动
创建于2014-10-15 12:16:44
推送于2024-10-08 08:25:28
最后一次提交
发布数14
最新版本名称v1.8.0 (发布于 2021-08-07 14:08:12)
第一版名称v0.1 (发布于 2016-09-21 09:34:11)
用户参与
星数6.2k
关注者数102
派生数464
提交数324
已启用问题?
问题数116
打开的问题数11
拉请求数45
打开的拉请求数3
关闭的拉请求数26
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?