-
Notifications
You must be signed in to change notification settings - Fork 991
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: GitHub Action <[email protected]>
- Loading branch information
1 parent
1d9d345
commit 468bce9
Showing
63 changed files
with
1,156 additions
and
151 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
|
||
+++ | ||
title = "emily_zola_theme" | ||
description = "a KISS theme for Zola" | ||
template = "theme.html" | ||
date = 2022-04-11T13:14:44+08:00 | ||
|
||
[extra] | ||
created = 2022-04-11T13:14:44+08:00 | ||
updated = 2022-04-11T13:14:44+08:00 | ||
repository = "https://github.com/kyoheiu/emily_zola_theme.git" | ||
homepage = "https://github.com/kyoheiu/emily_zola_theme" | ||
minimum_version = "0.14.1" | ||
license = "MIT" | ||
demo = "https://emily-zola-theme.netlify.app/" | ||
|
||
[extra.author] | ||
name = "Kyohei Uto" | ||
homepage = "https://github.com/kyoheiu" | ||
+++ | ||
|
||
# emily_zola_theme | ||
|
||
![screenshot01](static/images/ss01.png) | ||
|
||
|
||
A KISS theme for Zola (static site generator written in Rust). | ||
|
||
Features: | ||
- simple & clean | ||
- mobile-friendly | ||
- MathJax support | ||
|
||
Demo site is [here](https://emily-zola-theme.netlify.app/). | ||
|
||
## Usage | ||
|
||
``` | ||
cd YOUR_SITE_DIRECTORY/themes | ||
git clone https://github.com/kyoheiu/emily_zola_theme.git | ||
``` | ||
|
||
and set the theme-name in `config.toml` to `emily_zola_theme`. | ||
|
||
``` | ||
theme = "emily_zola_theme" | ||
``` | ||
|
||
## example articles | ||
|
||
In `YOUR_SITE_DIRECTORY/themes/emily_zola_theme/content`. | ||
|
||
## MathJax support | ||
|
||
![screenshot03](static/images/ss02.png) | ||
|
||
To use MathJax, add the following lines to the front matter in `.md` file. `[extra]` is mandatory: | ||
|
||
``` | ||
[extra] | ||
math = true | ||
``` | ||
|
||
## How to customize | ||
In addition to default values, you can customize following parts easily: | ||
|
||
- author name (appears in footer) | ||
- header icon (appears in header) | ||
- favicon | ||
- header icon size (default width: 70px) | ||
- number of posts in `index.html` (default 5) | ||
|
||
Set your own in `themes/emily_zola_theme/theme.toml`, or to overwrite, copy `[extra]` block, paste it into your `config.toml` and edit. | ||
|
||
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.