initial commit
This commit is contained in:
parent
f6282bfc00
commit
9a58372e31
35 changed files with 722 additions and 1 deletions
80
hugo.toml
Normal file
80
hugo.toml
Normal file
|
|
@ -0,0 +1,80 @@
|
|||
baseURL = "https://www.basspistol.com/2025/"
|
||||
languageCode = "en-us"
|
||||
title = "𝕭𝖆𝖘𝖘𝖕𝖎𝖘𝖙𝖔𝖑 🌐"
|
||||
# enableGitInfo = "true"
|
||||
theme = "basspistol2025"
|
||||
disableKinds = ["taxonomy"]
|
||||
enableRobotsTXT = "false"
|
||||
|
||||
|
||||
[taxonomies]
|
||||
podcast_tags = "podcast_tag"
|
||||
|
||||
[services]
|
||||
[services.rss]
|
||||
limit = 42
|
||||
|
||||
[params]
|
||||
description = "Basspistol. Outernational Music Syndicate. The underground is dead, long live the underground"
|
||||
moto = "All you saw was sound"
|
||||
publisher = "Basspistol Unc."
|
||||
google_analytics_id = ""
|
||||
icon = "assets/img/hodling-icon.svg"
|
||||
logo = "assets/img/hodling-logo.svg"
|
||||
footerIcon = "assets/img/hodling-icon.svg"
|
||||
email = "info+website@basspistol.com"
|
||||
author = "Basspistol"
|
||||
[params.geo]
|
||||
timezone = "Europe/Switzerland"
|
||||
lat = "46.21242"
|
||||
long = "6.11550"
|
||||
region = "CH-NE"
|
||||
street = "ruelle William-Mayor 2"
|
||||
locality = "Neuchâtel"
|
||||
country = "Switzerland"
|
||||
postalcode = "2000"
|
||||
|
||||
[params.homepage_meta_tags]
|
||||
meta_og_type = "website"
|
||||
meta_og_image = "images/hodlingSA-meta-image.jpg"
|
||||
# meta_twitter_site = "@mytwitterhandle"
|
||||
# meta_twitter_creator = "@mytwitt"
|
||||
|
||||
|
||||
[params.podcast]
|
||||
title = "Hugo Podcast"
|
||||
subtitle = "Subtitle"
|
||||
summary = "Summary"
|
||||
authors = [ "Author" ]
|
||||
email = "example@example.com"
|
||||
image = "/img/podcast-logo.png"
|
||||
audio_base_url = "https://cdn.example.com/podcast"
|
||||
copyright = "Copyright"
|
||||
category = "Category"
|
||||
sub_category = "Sub Category"
|
||||
explicit = "no"
|
||||
itunesID = 12345677
|
||||
itunes_type = "episodic" # accepted values are: "episodic" or "serial"
|
||||
update_period = "weekly"
|
||||
update_frequency = 1
|
||||
funding_url = "https://example.com/funding"
|
||||
funding_text = "Buy me a coffee"
|
||||
[params._editor]
|
||||
default_path = "/"
|
||||
|
||||
[permalinks]
|
||||
posts = "/blog/:year-:month-:day-:slug/"
|
||||
pages = "/:filename/"
|
||||
|
||||
[frontmatter]
|
||||
date = ["date", "publishDate"]
|
||||
expiryDate = ["expiryDate"]
|
||||
lastmod = [":fileModTime"]
|
||||
publishDate = ["publishDate", "date"]
|
||||
|
||||
|
||||
|
||||
[markup]
|
||||
[markup.goldmark]
|
||||
[markup.goldmark.renderer]
|
||||
unsafe = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue