https://github.com/auroraanna/merm
A soft material-like light and dark Zola theme. Mirror of https://codeberg.org/papojari/merm
https://github.com/auroraanna/merm
material-design sass static-site-generator website-theme zola zola-theme
Last synced: 4 months ago
JSON representation
A soft material-like light and dark Zola theme. Mirror of https://codeberg.org/papojari/merm
- Host: GitHub
- URL: https://github.com/auroraanna/merm
- Owner: auroraanna
- License: mit
- Created: 2022-04-06T15:35:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-10T07:14:33.000Z (over 2 years ago)
- Last Synced: 2025-06-03T00:12:47.962Z (4 months ago)
- Topics: material-design, sass, static-site-generator, website-theme, zola, zola-theme
- Language: HTML
- Homepage: https://papojari.codeberg.page
- Size: 1.74 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# merm
A soft material-like light and dark theme based on [ejmg's zerm theme](https://github.com/ejmg/zerm) for [Zola](https://getzola.org).

[Web preview](https://annaaurora.eu/)
## Differences
ejmg's theme
- only uses a monospace font instead of sans-serif and monospace.
- has no rounded corners.
- has only dark themes.
- has not got Material Design colors.
- doesn't display the Favicon in the top left.
- doesn't display hours, minutes, seconds and timezone in timestamps## Configuration
Please follow the Zola documentation for [how to use a
theme](https://www.getzola.org/documentation/themes/installing-and-using-themes/#installing-a-theme).In `config.toml`, you will find all values for customization that are supported
thus far have documentation explaining how they are used. If there is any confusion or something is not working as intended, [please open an issue](https://codeberg.org/annaaurora/merm/issues)!## Math
You can use KaTeX for mathematical typesetting.
Assets are only available if you opt-in on a per-page level through
a single line (`math=true`) on the extra section of the page frontmatter.``` md
# index.md
+++
title="this page title"
...[extra]
math=true
+++Content
```Pages wich doesn't opt-in are not affected in any way, so you doesn't have
to worry about any performance hit.## License
MIT. See `LICENSE.md` for more details.