We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 85a6814 + d0a2fe8 commit b307165Copy full SHA for b307165
_config.yml
@@ -24,6 +24,13 @@ defaults:
24
comments: true
25
share: true
26
related: true
27
+ # _pages
28
+ - scope:
29
+ path: ""
30
+ type: pages
31
+ values:
32
+ layout: single
33
+ author_profile: true
34
35
36
# Reading Files
_data/navigation.yml
@@ -1,6 +1,8 @@
1
main:
2
- title: "Home"
3
url: "/"
4
+- title: "Posts"
5
+ url: /year-archive/
6
- title: "About"
7
url: "/about/"
8
- title: "Tags"
_pages/about.md
@@ -2,8 +2,8 @@
permalink: /about/
title: "About"
excerpt: "A little bit about Tastebud Studio..."
-toc: true
layout: single
+date: 2025-11-23
---
9
## Our Mission
0 commit comments