https://github.com/andrewheiss/ath-tufte-hugo
Tufte CSS + Hugo
https://github.com/andrewheiss/ath-tufte-hugo
hugo hugo-site hugo-theme tufte-css tufte-css-hugo
Last synced: 4 months ago
JSON representation
Tufte CSS + Hugo
- Host: GitHub
- URL: https://github.com/andrewheiss/ath-tufte-hugo
- Owner: andrewheiss
- License: mit
- Created: 2017-08-29T18:12:01.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-05T20:47:09.000Z (almost 8 years ago)
- Last Synced: 2025-04-10T01:02:09.381Z (6 months ago)
- Topics: hugo, hugo-site, hugo-theme, tufte-css, tufte-css-hugo
- Language: CSS
- Size: 604 KB
- Stars: 25
- Watchers: 2
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Tufte CSS + Hugo
This is the template for my course-specific websites.
## CSS provenance and credit
[Tufte's CSS](https://github.com/edwardtufte/tufte-css) is relatively basic and doesn't deal with headers and footers and other basic website elements. The [Tufte Jekyll theme](https://github.com/clayh53/tufte-jekyll) has all these, but it's written for Jekyll (*and* it's written in Sass).
So, I went to [the demo page](https://clayh53.github.io/tufte-jekyll/), copied [the compiled CSS file](https://clayh53.github.io/tufte-jekyll/css/tufte.css) there, and used that as my base CSS file. It probably still has a lot of Jekyll-specific things that I don't use, but ¯\\\_(ツ)\_/¯.
And *then* I pilfered from [John Martin's excellent modifications](https://johndmart.in/) and made my own.