2022-01-18 09:56:30 +00:00
|
|
|
|
|
|
|
+++
|
|
|
|
title = "serene"
|
2023-08-21 15:31:33 +00:00
|
|
|
description = "A blog theme for zola, simple and clean"
|
2022-01-18 09:56:30 +00:00
|
|
|
template = "theme.html"
|
2024-02-04 21:39:07 +00:00
|
|
|
date = 2024-01-25T10:41:35+02:00
|
2022-01-18 09:56:30 +00:00
|
|
|
|
|
|
|
[extra]
|
2024-02-04 21:39:07 +00:00
|
|
|
created = 2024-01-25T10:41:35+02:00
|
|
|
|
updated = 2024-01-25T10:41:35+02:00
|
2022-01-18 09:56:30 +00:00
|
|
|
repository = "https://github.com/isunjn/serene.git"
|
|
|
|
homepage = "https://github.com/isunjn/serene"
|
|
|
|
minimum_version = "0.9.0"
|
|
|
|
license = "MIT"
|
|
|
|
demo = "https://serene-demo-site.vercel.app"
|
|
|
|
|
|
|
|
[extra.author]
|
|
|
|
name = "isunjn"
|
|
|
|
homepage = "https://github.com/isunjn"
|
|
|
|
+++
|
|
|
|
|
2023-09-22 09:07:16 +00:00
|
|
|
<img width="1501" alt="screenshot" src="https://github.com/isunjn/serene/assets/60461730/33516366-3670-497f-bd72-41ebe8f06f1a">
|
2022-01-18 09:56:30 +00:00
|
|
|
|
2023-09-22 09:07:16 +00:00
|
|
|
<br /><br />
|
2022-01-18 09:56:30 +00:00
|
|
|
|
2023-08-21 15:31:33 +00:00
|
|
|
A blog theme for [zola](https://www.getzola.org), simple and clean
|
2022-01-18 09:56:30 +00:00
|
|
|
|
2023-08-21 15:31:33 +00:00
|
|
|
## Demo
|
2022-01-18 09:56:30 +00:00
|
|
|
|
2023-08-21 15:31:33 +00:00
|
|
|
- <https://serene-demo-site.vercel.app>
|
2022-01-18 09:56:30 +00:00
|
|
|
|
|
|
|
## Features
|
|
|
|
|
2023-08-21 15:31:33 +00:00
|
|
|
- A spiffy design, well crafted
|
2022-01-18 09:56:30 +00:00
|
|
|
- Projects page
|
2023-08-21 15:31:33 +00:00
|
|
|
- Dark mode
|
|
|
|
- Image zooming
|
|
|
|
- Out-of-date alert
|
|
|
|
- Sticky table-of-contents
|
|
|
|
- Callouts (note, warning, alert, etc.)
|
|
|
|
- Comments using [Giscus](https://giscus.app)
|
|
|
|
- Mathematical notations using [KaTeX](https://katex.org)
|
|
|
|
- Diagrams and visualizations using [Mermaid](https://github.com/mermaid-js/mermaid)
|
2022-01-18 09:56:30 +00:00
|
|
|
|
2023-08-21 15:31:33 +00:00
|
|
|
## Usage
|
2022-01-18 09:56:30 +00:00
|
|
|
|
2023-08-21 15:31:33 +00:00
|
|
|
- Check the [USAGE.md](https://github.com/isunjn/serene/blob/latest/USAGE.md) of `latest` branch
|
|
|
|
- Also available in Simplified Chinese: [USAGE-zh_CN.md](https://github.com/isunjn/serene/blob/latest/USAGE-zh_CN.md) (简体中文)
|
2022-01-18 09:56:30 +00:00
|
|
|
|
|
|
|
## Contributing
|
|
|
|
|
2023-08-21 15:31:33 +00:00
|
|
|
- Before you make any non-trivial changes, you may want to open an issue so we can discuss
|
2022-01-18 09:56:30 +00:00
|
|
|
|
|
|
|
|