diff --git a/config.yaml b/config.yaml index 3f5ec57..13ff48c 100644 --- a/config.yaml +++ b/config.yaml @@ -2,3 +2,35 @@ baseURL: http://yequari.com/ languageCode: en-us title: yequari.com theme: genesis +menu: + main: + - name: HOME + pageRef: / + weight: 10 + - name: BLOG + pageRef: /blog + weight: 20 + - name: ABOUT + pageRef: /about + weight: 30 + - name: NOW + pageRef: /now + weight: 40 + - name: LINKS + pageRef: /links + weight: 50 + social: + - name: Mastodon + params: + rel: external + url: https://retro.pizza/@yequari + weight: 10 + - name: Twitter + params: + rel: external + url: https://twitter.com/yequari + weight: 20 + - name: RSS + pageRef: /blog/index.xml + weight: 30 + diff --git a/content/about.html b/content/about.html new file mode 100644 index 0000000..56b10c4 --- /dev/null +++ b/content/about.html @@ -0,0 +1,15 @@ +--- +title: About +--- +
+ +
+

About Me

+

+ Hello, I'm yequari. I like to play TCGs and TTRPGs. I've played a lot of D&D 5e but am currently exploring Pathfinder 2. I'm a software developer, interested in the smallweb and permacomputing, and trying to learn more about systems programming. I love to collect Transformers figures, my favorite is Starscream. +

+
+ +
+ diff --git a/content/links.html b/content/links.html index 894eb33..89d3f7d 100644 --- a/content/links.html +++ b/content/links.html @@ -57,7 +57,7 @@ date: 2023-03-22T20:37:43-07:00