Compare commits

...

2 Commits

Author SHA1 Message Date
Arian Furrer 7fb14ab4d6 added README 2024-02-09 18:03:21 +01:00
Arian Furrer 05ddedc368 fixed config 2024-02-09 18:03:10 +01:00
2 changed files with 1 additions and 2 deletions

1
README.md Normal file
View File

@ -0,0 +1 @@
Dieses Repo enthält die Dateien, welche ich für die HUGO-Seite <https://notes.arian.li> brauche.

View File

@ -2,8 +2,6 @@ baseURL = 'https://notes.arian.li'
languageCode = 'de-ch' languageCode = 'de-ch'
title = "Arian's Basislehrjahr-Notizen (Informatik Systemtechnik EFZ)" title = "Arian's Basislehrjahr-Notizen (Informatik Systemtechnik EFZ)"
theme = 'hugo-theme-techdoc' theme = 'hugo-theme-techdoc'
css = ["css/style.css"]
font = 'Fira Sans'
[params] [params]