Compare commits

..

No commits in common. "7fb14ab4d65360cc471161d28b737a670098d4ef" and "e3c634e8e045d41ae0bbf86582ac105803ca736e" have entirely different histories.

2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -2,6 +2,8 @@ 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]