-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
54 lines (54 loc) · 1.42 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
input_dir: "./posts"
templates_dir: "./templates"
output_dir: "/var/www/html"
badges_dir: "./badges"
index_template_path: "./templates/index.html"
tags_index_template_path: "./templates/tags.html"
tag_page_template_path: "./templates/tag.html"
author: "Your Name Here"
blog_name: "Generic Blog Name"
description: "This is my blog. There are many like it, but this one is mine"
email: harrison.page@harrison.page
fediverse_creator: @harrisonpage@defcon.social
lang: "en"
language: "en-us"
locale: "en_US"
badges:
- title: "Home Page"
url: "https://harrison.page"
icon: "home.svg"
- title: "Photography"
url: "https://harrison.photography"
icon: "camera.svg"
- title: "Instagram"
url: "https://instagram.com/harrisonpage"
icon: "instagram.svg"
- title: "Github: harrisonpage/draft"
url: "https://github.com/harrisonpage/draft"
icon: "github.svg"
- title: "LinkedIn"
url: "https://www.linkedin.com/in/harrisonpage/"
icon: "linkedin.svg"
- title: "Share"
icon: "share.svg"
id: "share"
css_files:
- "https://example.com/stylesheet.css"
js_files:
- "https://example.com/script.js"
pages:
- template: about.html
title: About
link: about
- template: colophon.html
title: Colophon
link: colophon
- template: rights.html
title: Rights
link: rights.html
url: "https://example.com"
base_path: "draft"
back_label: "Back"
search:
enabled: false
rights: Copyright 2025