mirror of
https://gitlab.com/Anson-Projects/projects.git
synced 2025-06-15 06:26:47 +00:00
25 lines
454 B
YAML
25 lines
454 B
YAML
project:
|
|
type: website
|
|
|
|
website:
|
|
title: "Anson's Projects"
|
|
site-url: https://projects.ansonbiggs.com
|
|
description: A Blog for Technical Topics
|
|
navbar:
|
|
left:
|
|
- text: "About"
|
|
href: about.html
|
|
right:
|
|
- icon: rss
|
|
href: index.xml
|
|
# - icon: gitlab
|
|
# href: https://gitlab.com/MisterBiggs
|
|
open-graph: true
|
|
format:
|
|
html:
|
|
theme: zephyr
|
|
css: styles.css
|
|
# toc: true
|
|
|
|
execute:
|
|
freeze: true |