mirror of
https://gitlab.com/Anson-Projects/projects.git
synced 2025-06-15 22:46:48 +00:00
30 lines
521 B
YAML
30 lines
521 B
YAML
project:
|
|
type: website
|
|
|
|
website:
|
|
title: "Projects"
|
|
site-url: https://projects.ansonbiggs.com
|
|
description: Anson's Blog for Technical Topics
|
|
navbar:
|
|
left:
|
|
- href: index.qmd
|
|
text: Home
|
|
- text: "About/Contact"
|
|
href: about.html
|
|
- text: "Resume"
|
|
href: https://ansonbiggs.com
|
|
right:
|
|
- icon: rss
|
|
href: index.xml
|
|
# - icon: gitlab
|
|
# href: https://gitlab.com/MisterBiggs
|
|
|
|
format:
|
|
html:
|
|
theme: zephyr
|
|
css: styles.css
|
|
toc: true
|
|
|
|
|
|
|