95 lines
1.9 KiB
YAML
95 lines
1.9 KiB
YAML
# Site settings
|
|
title: retrospace.be
|
|
description: >
|
|
Digital meeting place for hackers, nerds, geeks, cyberpunks
|
|
and nostalgic cyberspace citizens.
|
|
|
|
baseurl: "" # the subpath of your site, e.g. /blog/
|
|
url: "https://retrospace.be" # the base hostname & protocol for your site
|
|
|
|
author:
|
|
fullname: Neo
|
|
email: "root@retrospace.be"
|
|
mastodon:
|
|
label: "@neo@social.hacktheplanet.be"
|
|
url: "https://social.hacktheplanet.be/@neo"
|
|
|
|
# Syntax highlighting
|
|
highlightstyle: ""
|
|
styles:
|
|
[
|
|
agate,
|
|
androidstudio,
|
|
arta,
|
|
asceti,
|
|
atelier-cave.dark,
|
|
atelier-cave.light,
|
|
atelier-dune.dark,
|
|
atelier-dune.light,
|
|
atelier-estuary.dark,
|
|
atelier-estuary.light,
|
|
atelier-forest.dark,
|
|
atelier-forest.light,
|
|
atelier-heath.dark,
|
|
atelier-heath.light,
|
|
atelier-lakeside.dark,
|
|
atelier-lakeside.light,
|
|
atelier-plateau.dark,
|
|
atelier-plateau.light,
|
|
atelier-savanna.dark,
|
|
atelier-savanna.light,
|
|
atelier-seaside.dark,
|
|
atelier-seaside.light,
|
|
atelier-sulphurpool.dark,
|
|
atelier-sulphurpool.light,
|
|
brown_paper,
|
|
codepen-embed,
|
|
color-brewer,
|
|
dark,
|
|
darkula,
|
|
default,
|
|
docco,
|
|
far,
|
|
foundation,
|
|
github,
|
|
github-gist,
|
|
googlecode,
|
|
grayscale,
|
|
hopscotch,
|
|
hybrid,
|
|
idea,
|
|
ir_black,
|
|
kimbie.dark,
|
|
kimbie.light,
|
|
magula,
|
|
mono-blue,
|
|
monokai,
|
|
monokai_sublime,
|
|
obsidian,
|
|
paraiso.dark,
|
|
paraiso.light,
|
|
pojoaque,
|
|
railscast,
|
|
rainbow,
|
|
school_book,
|
|
solarized_dark,
|
|
solarized_light,
|
|
styles_list.txt,
|
|
sunburst,
|
|
tomorrow,
|
|
tomorrow-night-blue,
|
|
tomorrow-night-bright,
|
|
tomorrow-night,
|
|
tomorrow-night-eightie,
|
|
v,
|
|
xcode,
|
|
zenburn,
|
|
]
|
|
|
|
# Handling Reading
|
|
exclude: ["README.md", "flake.nix", "flake.lock", ".direnv", "NOTES.md"]
|
|
|
|
# Build settings
|
|
highlighter: null
|
|
markdown: kramdown
|