mirror of
https://github.com/michivonah/website-v3.git
synced 2025-12-22 13:26:29 +01:00
create file structure
This commit is contained in:
parent
44c74e878c
commit
e52e342687
3 changed files with 26 additions and 0 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
*/public/*
|
||||
public/
|
||||
5
archetypes/default.md
Normal file
5
archetypes/default.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
+++
|
||||
date = '{{ .Date }}'
|
||||
draft = true
|
||||
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||
+++
|
||||
19
hugo.toml
Normal file
19
hugo.toml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
baseURL = 'https://michivonah.ch'
|
||||
languageCode = 'de-CH'
|
||||
title = 'Michi von Ah - Informatiker, Tech-Enthusiast & Achterbahn-Fan'
|
||||
|
||||
[params]
|
||||
description = ""
|
||||
tags = ""
|
||||
author = "Michi von Ah"
|
||||
faviconPath = ""
|
||||
themeColor = ""
|
||||
|
||||
defaultContentLanguage = 'de'
|
||||
[languages]
|
||||
[languages.de]
|
||||
contentDir = 'content/de'
|
||||
languageName = 'Deutsch'
|
||||
[languages.en]
|
||||
contentDir = 'content/en'
|
||||
languageName = 'English'
|
||||
Loading…
Add table
Add a link
Reference in a new issue