www.federated.computer/config.toml
david@federated.company 07b93bfcab Update after installing go...
modified:   config.toml
	modified:   public/about/index.html
	modified:   public/access/index.html
	modified:   public/blog/index.html
	modified:   public/categories/index.html
	modified:   public/css/style.css
	modified:   public/index.html
	modified:   public/manifesto/index.html
	modified:   public/posts/apple-breaks-privacy/index.html
	modified:   public/posts/index.html
	modified:   public/posts/main_street_against_big_tech/index.html
	modified:   public/posts/what_is_done_with_personal_data/index.html
	modified:   public/projects/index.html
	modified:   public/sam.ico
	modified:   public/tags/index.html
	modified:   public/tn.png
	.hugo_build.lock
	go.mod
	go.sum
	resources/_gen/assets/sass/sass/style.sass_4d6f00452a35742ddbb489cb3703195e.content
	resources/_gen/assets/sass/sass/style.sass_4d6f00452a35742ddbb489cb3703195e.json
2023-04-21 09:29:15 -06:00

39 lines
825 B
TOML

baseURL = "http://federated.computer/"
languageCode = "en-us"
title = "Federated Computer"
theme = "github.com/victoriadrake/hugo-theme-sam"
enableEmoji = "true"
[[params.mainMenu]]
link = "/"
text = "Federated Computer"
[[params.mainMenu]]
link = "/manifesto"
text = "Our Manifesto"
[[params.mainMenu]]
link = "/access"
text = "Early Access"
[[params.mainMenu]]
link = "/projects"
text = "Projects"
[[params.mainMenu]]
link = "/posts"
text = "Posts"
[[params.mainMenu]]
link = "/about"
text = "About Us"
[[params.videoBackground.sources]]
source = "/background.mp4" # Your video file
type = "video/mp4"
poster = "/background.jpg" # The image to show when the video isn't playing
[params.videoBackground]
overlay = "rgba(0, 0, 0, 0.4)" # optional