-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
46 lines (43 loc) · 1.35 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
baseURL: '/'
languageCode: en-us
title: Sign Up for starbeam.one!
theme: pulp
enableRobotsTXT: true
publishDir: docs
newContentEditor: ''
googleAnalytics: 'UA-156198093-2'
canonifyurls: true
hasCJKLanguage: true
taxonomies:
series: series
params:
author: starbeam.one
avatar: images/Logo.png
favicon: favicon.ico
description: |2-
Welcome to starbeam.one's registration page. If you'd like to get notified when starbeam.one is ready to try out, submit your email address below and I'll contact you when it's ready! -- <a href="https://twitter.com/Mike_E_angelo">Mike-E-angelo</a>
<p>(<a href="https://burnermail.io/" target="_blank">Make sure you use a burner address!</a>)</p>
publicationYear: '2022'
custom_css: [css/site.css]
outputs:
section:
- JSON
- HTML
menu:
main:
- identifier: blog
pre: <i class='fa fa-book-open fa-lg'></i>
url: https://blog.starbeam.one/
weight: 10
- identifier: twitter
pre: <i class='fab fa-twitter fa-lg'></i>
url: 'https://twitter.com/StarbeamOne'
weight: 20
- identifier: github
pre: <i class='fab fa-github fa-lg'></i>
url: 'https://github.com/StarbeamOne'
weight: 30
- identifier: email
pre: <i class='fa fa-envelope fa-lg'></i>
url: 'mailto:[email protected]'
weight: 40