update navigation
This commit is contained in:
parent
8cc05931e1
commit
7c92c4c638
3 changed files with 32 additions and 9 deletions
|
@ -1,4 +0,0 @@
|
|||
baseURL = 'https://dadada.li/'
|
||||
languageCode = 'en-us'
|
||||
title = 'dadada'
|
||||
theme = "anubis"
|
30
config.yaml
Normal file
30
config.yaml
Normal file
|
@ -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/
|
||||
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue