-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMETA.yaml
More file actions
23 lines (20 loc) · 800 Bytes
/
META.yaml
File metadata and controls
23 lines (20 loc) · 800 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# theokrueger.dev website metadata
# (c) theokrueger 2024
# Define global variables
- !DEF [TITLE, 'theokrueger.dev']
- !DEF [SUBTITLE, 'Personal webpage']
- !DEF [DESCRIPTION, "theokrueger's personal blog"]
- !DEF [BASEURL, 'https://theokrueger.dev']
- !DEF [CONTACT_INFO, 'contact@theokrueger.dev']
- !DEF [KEYWORDS, 'theokrueger,blog,programming,technology']
- !DEF [AUTHOR, theokrueger]
- !DEF [STYLESHEET, /assets/style.css]
- !DEF [JSFILE, /assets/script.js]
- !DEF [SITE_SOURCE, 'https://gitlab.com/theokrueger/website']
# Automatically generated vars
- !DEF [DATE_BUILT, !SHELL_CMD [date, '+%F']]
- !DEF [TIME_BUILT, !SHELL_CMD [date, '+%R']]
- !DEF [SSGEN_VERSION, !SHELL_CMD [ssgen, '--version']]
# Copy some files to root of output directory
- !COPY_DIR '/assets'
- !COPY '/robots.txt'