/molly

A zola theme based on Tufte CSS

Primary LanguageCSS

Molly

A blog theme for zola, based on Tufte CSS.

This project is a work in progress.🐶

TODO

  • 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

Credits

Tufte CSS

Gertjan van den Burg's blog post

ayekat's blog post as well as site design

Repo structure

├── 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