diff --git a/config.toml b/config.toml deleted file mode 100644 index 6798f0a..0000000 --- a/config.toml +++ /dev/null @@ -1,4 +0,0 @@ -baseURL = 'https://dadada.li/' -languageCode = 'en-us' -title = 'dadada' -theme = "anubis" diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..ae49bb2 --- /dev/null +++ b/config.yaml @@ -0,0 +1,30 @@ +baseURL: 'https://dadada.li/' +languageCode: 'en-us' +title: 'dadada' +theme: 'anubis' +languageCode: 'en-us' + +params: + author: 'dadada' + dateFormat: '2006-01-02' + social: + - id: github + name: dadada + - id: mastodon + name: '@dadada@chaos.social' + +menu: + main: + - identifier: blog + name: Blog + title: Blog + url: /blog/ + - identifier: projects + name: Projects + title: Projects + url: /projects/ + - identifier: talks + name: Talks + title: Talks + url: /talks/ + diff --git a/content/_index.md b/content/_index.md index 7384d5b..776eade 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,12 +1,9 @@ **Welcome to my personal homepage ;-)** -## About this page - -This page is plain old boring HTML and does not have much content. It is created with Markdown, Pandoc and Nix, because I thought it might be fun and it was. Unfortunatly, there is no guestbook. - ## Contents - [Blog](blog/) - [Projects](projects/) - [Talks](talks/) -- [Social](https://chaos.social/@dadada) + +[Social](https://chaos.social/@dadada)