forked from hacc/haccfiles
stuebinm
eb07f34672
idea is to have a directory `websites/` which contains all our static sites, with the name of each subdirectory also being their domain. Then Nix can just read that directory during build-time and automatically generate nginx virtualHosts for all of them (note that the subdirectories have to contain a `default.nix` specifying how to build the site for that to work). Thus we could avoid the dependency on gitlab pages.
12 lines
345 B
YAML
12 lines
345 B
YAML
# Site settings
|
|
title: Mumble
|
|
description: Mumble ist eine wundervolle Sprachendingens die viel besser ist als Discord
|
|
baseurl: "" # the subpath of your site, e.g. /blog
|
|
url: "https://mumble.hacc.space" # the base hostname & protocol for your site e.g. http://willianjusten.com.br
|
|
|
|
exclude:
|
|
- vendor
|
|
- default.nix
|
|
|
|
sass:
|
|
textcolor: white
|