mirror of
https://gitlab.com/Anson-Projects/projects.git
synced 2025-09-12 16:45:08 +00:00
43 lines
919 B
YAML
43 lines
919 B
YAML
project:
|
|
type: website
|
|
|
|
profiles:
|
|
default:
|
|
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
|
|
feed: true
|
|
format:
|
|
html:
|
|
theme: zephyr
|
|
css: styles.css
|
|
# toc: true
|
|
|
|
ghost:
|
|
website:
|
|
title: "Anson's Projects"
|
|
site-url: https://projects.ansonbiggs.com
|
|
description: A Blog for Technical Topics
|
|
navbar: false
|
|
open-graph: true
|
|
format:
|
|
html:
|
|
theme: none
|
|
css: ghost-iframe.css
|
|
toc: false
|
|
page-layout: article
|
|
title-block-banner: false
|
|
|
|
execute:
|
|
freeze: true |