zerm
zerm copied to clipboard
a minimalist and dark theme for Zola
it would be nice for users to have a straight forward guide that explains a viable blog structure/setup for using this theme out of the box. things have probably changed...
New optional fields in `config.toml`: - `twitter_user` (for the author username) - `twitter_site` (for the website username) New optional fields in `[extra]` section of page frontmatters: - `og_image` (if you...
- add links in `config.toml` ``` # Socials bar github_profile = "https://github.com/ejmg/zerm" # email = "" # reddit_profile = "" # to enable, you should also enable generate_feed show_rss_badge =...
Inline code (\`like so\`) has `white-space: normal` set, which makes it break: `like` `so` instead of carrying over to the next line. `like so`
things that should probably be added: - [ ] credits to major contributors - [ ] enumerating all features - [ ] explicit documentation for more complicated/niche features
Nothing is broken AFAIK, but this theme has fell behind Zola's API before and I'd like to prevent that.
You can use this by setting `config.extra.rtl` to `true`.
Can reduce First Content Paint time and overall download size for a single page. This is useful for sites where often only one page is visited by a user. In...
addresses issue #11 by adding `overflow-x: scroll` to the formatting of codeblocks under `pre` in `_main.scss`