A blog theme for zola, based on Tufte CSS.
This project is a work in progress.🐶
- Initial setup using Tufte.css
- Define base layout
- Support side notes and marginal notes
- Support sections
- Add post list
- Add internal links
- 2nd phase plan
- Add CSS Grid layout for responsiveness
- Make the theme more customizable
- 3rd phase plan
- Enable discussion
Gertjan van den Burg's blog post
ayekat's blog post as well as site design
├── content
│ ├── about
│ ├── blog
│ ├── _index.md
├── sass
│ ├── _tufte.css
│ ├── molly.scss
├── static
│ │ ├── et-book
│ │ ├── img
│ ├── molly.css
├── templates
│ ├── shortcodes
│ ├── base.html
│ ├── index.html
│ ├── macros.html
│ ├── page.html
├── config.toml
├── README.md
├── theme.toml
└── .gitignore