-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
21 lines (19 loc) · 798 Bytes
/
Copy pathconfig.toml
File metadata and controls
21 lines (19 loc) · 798 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Ghosted configuration. Copy to config.toml and fill in (the setup wizard does this for you).
site_title = "Ghosted"
site_description = "A static blog you own."
author = "Your Name"
prompt = "$ cat blog" # the terminal-style header brand
footer_tagline = "powered by Ghosted"
base_url = "https://REPLACE_ME.cloudfront.net"
posts_per_page = 25
rss_count = 50
[aws]
region = "us-east-1"
site_bucket = "" # wizard fills
images_bucket = "" # wizard fills
cloudfront_distribution_id = "" # wizard fills
oidc_role_arn = "" # wizard fills (GitHub Actions auth)
profile = "" # optional local named profile; empty = ambient creds
[github]
owner = "" # wizard fills (publish-by-issue owner guard)
repo = ""