blob: 5b84a70e40c388543dd84037ef8dc981f160902e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
title: "Title of your website"
baseurl: "https://example.com"
description: "My new shitty website"
language: "en-us"
# Code highlighting.
# https://swapoff.org/chroma/playground/
highlighting: "vs"
# Minifies output HTML (including inline CSS, JS).
minify: true
# Other generaters, in this case RSS generator.
extras:
- template: index.xml
url: index.xml
|