-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
63 lines (56 loc) · 2.66 KB
/
config.toml
File metadata and controls
63 lines (56 loc) · 2.66 KB
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
55
56
57
58
59
60
61
62
63
# Basic configuration
base_url = "/"
title = "USIPS"
description = "The U.S. Internet Preservation Society is a 501(c)(4) nonprofit organization dedicated to preserving the Internet, restoring privacy, and fighting against censorship."
# Enable template processing for CSS
compile_sass = true
# Theme settings
theme = "usips"
# Default language
default_language = "en"
# Theme-specific settings
[extra]
# Build timestamp for cache busting (updated when deploying)
build_timestamp = "2025-01-01-local"
# Social media links
github = "https://github.com/usips"
twitter = "https://x.com/usipsorg"
#facebook = ""
menu = [
{ url = "/blog", name = "Blog", show_in = [
"desktop",
"footer",
] },
{ url = "/us", name = "About Us", show_in = [
"desktop",
"footer",
], submenu = [
{ url = "/us/advocacy", name = "Our Advocacy" },
{ url = "/us/board", name = "Board of Directors" },
{ url = "/us/contact", name = "Contact Us" },
{ url = "/us/subscribe", name = "Newsletter" },
] },
{ url = "/issues", name = "Issues", show_in = [
"desktop",
"footer",
], submenu = [
{ url = "/issues/consumer-privacy", name = "Consumer Privacy" },
{ url = "/issues/creativity-and-expression", name = "Creativity and Expression" },
{ url = "/issues/fair-access-to-financial-services", name = "Fair Access to Financial Services" },
{ url = "/issues/impartial-internet-service", name = "Impartial Internet Service" },
] },
{ url = "/products", name = "Products", show_in = [
"desktop",
"footer",
], submenu = [
{ url = "/products/tartarus", name = "Tartarus" },
] },
{ url = "/support", name = "Support", show_in = [
"desktop",
] },
] # Navigation menu items
# Author information
[extra.authors]
JM = { name = "Joshua Moon", image = "image/authors/JM.webp", social = "https://x.com/XJosh", title = "Founding Member, President, Treasurer", bio = "Antifragile systems architect. Dislikes card networks." }
KC = { name = "Kevin Crawley", image = "image/authors/kc.png", social = "https://x.com/kvncrw", title = "Founding Member, Vice PPresident", bio = "Kevin is a software engineer and privacy advocate who has extensive experience in systems engineering and web application development. When he's not coercing LLMs into doing his bidding, he enjoys flying drones and playing with his dog." }
MH = { name = "Matthew Hardin", image = "image/authors/dickbutt.png", title = "Founding Member, Secretary", bio = "Matthew is a privacy researcher and advocate with a background in computer science. He is passionate about open-source software and digital rights." }