Compare commits

..

3 commits

Author SHA1 Message Date
Jan Christian Grünhage be9c1301c5 feat: add katex support 2020-08-31 21:34:04 +02:00
Jan Christian Gr??nhage 059ca2b31a generate summary if it isn't present 2020-08-31 21:23:02 +02:00
Jan Christian Gr??nhage 3e020d5ca5 render content on landing page 2020-08-31 21:23:02 +02:00
3 changed files with 7 additions and 7 deletions

View file

@ -13,8 +13,8 @@
First download this theme to your `themes` directory:
```bash
cd themes
git clone https://github.com/getzola/after-dark.git
$ cd themes
$ git clone https://github.com/getzola/after-dark.git
```
and then enable it in your `config.toml`:
@ -35,8 +35,8 @@ The theme requires tags and categories taxonomies to be enabled in your `config.
```toml
taxonomies = [
# You can enable/disable RSS
{name = "categories", feed = true},
{name = "tags", feed = true},
{name = "categories", rss = true},
{name = "tags", rss = true},
]
```
If you want to paginate taxonomies pages, you will need to overwrite the templates

View file

@ -5,8 +5,8 @@ description = ""
generate_feed = true
taxonomies = [
{name = "categories", feed = true},
{name = "tags", feed = true},
{name = "categories", rss = true},
{name = "tags", rss = true},
]
[extra]

View file

@ -298,7 +298,7 @@ a:hover {
}
.hack pre code:after, .hack pre code:before {
content: none
content: ''
}
.hack code {