blob: a89795fe25d2487fe3fbc18b14b8b3ad7212138c (
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 shiny 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
|