Skip to content

Commit d45c04a

Browse files
committed
Sitemap Frontmatter
1 parent a1edb6d commit d45c04a

13 files changed

Lines changed: 44 additions & 0 deletions

File tree

src/blog/3d-graph-plugin.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ tags:
66
layout: layouts/post.njk
77
excerpt: "A deep dive into the Obsidian 3D Graph plugin. Discover its core features and take a behind-the-scenes look at the technical challenges and solutions involved in its development, from solving complex CSS color issues to building a real-time settings UI."
88
permalink: "/blog/{{ page.date.getFullYear() }}/{{ page.fileSlug }}/"
9+
sitemap:
10+
priority: 0.5
911
---
1012

1113
## Introduction: A New Dimension for Your Notes

src/blog/compact-gui-deep-dive.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ tags:
66
layout: layouts/post.njk
77
excerpt: "A look into Compact-GUI, an open-source application that utilizes Windows' CompactOS feature to help reduce the disk space occupied by games and programs. This post covers its functionality, my experience, and how to use it."
88
permalink: "/blog/{{ page.date.getFullYear() }}/{{ page.fileSlug }}/"
9+
sitemap:
10+
priority: 0.5
911
---
1012

1113
## Introduction: The Challenge of Disk Space Management

src/blog/first-post.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ tags:
66
layout: layouts/post.njk # Tell it to use the post layout
77
excerpt: "Ever wondered what goes into building a website from scratch? In my first blog post, I share the journey behind creating this VCE resource hub – from the initial idea and tech choices to the challenges faced and lessons learned along the way. Take a peek behind the scenes!"
88
permalink: "/blog/{{ page.date.getFullYear() }}/{{ page.fileSlug }}/"
9+
sitemap:
10+
priority: 0.5
911
---
1012

1113
## Introduction: Why Share This?

src/blog/index.njk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ layout: layouts/base.njk
33
title: Blog
44
permalink: /blog/index.html
55
templateEngineOverride: njk, md
6+
sitemap:
7+
priority: 0.8
68
---
79

810
<section id="blog-list">

src/blog/notebooklm.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ tags:
66
layout: layouts/post.njk
77
excerpt: "Discover how Google's NotebookLM can transform your VCE study routine. This deep dive covers key features like the Study Guide and Mind Map creator, and walks through building a Chemistry revision notebook from scratch. Stop drowning in notes and start understanding them."
88
permalink: "/blog/{{ page.date.getFullYear() }}/{{ page.fileSlug }}/"
9+
sitemap:
10+
priority: 0.5
911
---
1012

1113
## Introduction: The VCE Information Overload

src/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: Apoo711 - Portfolio
3+
sitemap:
4+
priority: 1.0
5+
---
16
<!DOCTYPE html>
27
<html lang="en">
38
<head>

src/research/2025/spanish-inquisition.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ tags:
88
- research
99
status: "In Progress"
1010
lastUpdated: 2025-06-21 # The new field
11+
sitemap:
12+
priority: 0.5
1113
---
1214

1315
## Abstract

src/research/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
layout: layouts/research-list.njk
33
title: Research & Explorations
4+
sitemap:
5+
priority: 0.8
46
---
57

68
Welcome to my research archive. Here I present original articles and papers stemming from my investigations into a range of complex historical and academic topics. Please browse the collection below.

src/vce/chem/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: Chemistry Resources
3+
sitemap:
4+
priority: 0.6
5+
---
16
<!DOCTYPE html>
27
<html lang="en">
38
<head>

src/vce/eng/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: English Resources
3+
sitemap:
4+
priority: 0.6
5+
---
16
<!DOCTYPE html>
27
<html lang="en">
38
<head>

0 commit comments

Comments
 (0)