mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-06-08 17:22:46 +00:00
Move config.toml
This commit is contained in:
parent
ba81c89b7d
commit
6b6471c52c
45
config.toml
45
config.toml
@ -1,45 +0,0 @@
|
|||||||
title = "J Slowen Music"
|
|
||||||
baseURL = "https://jslowen-music.netlify.app"
|
|
||||||
languageCode = "en-us"
|
|
||||||
theme = "github.com/theNewDynamic/gohugo-theme-ananke"
|
|
||||||
themesDir = "../.."
|
|
||||||
resourceDir = "../resources"
|
|
||||||
|
|
||||||
DefaultContentLanguage = "en"
|
|
||||||
SectionPagesMenu = "main"
|
|
||||||
Paginate = 6 # this is set low for demonstrating with dummy content. Set to a higher number
|
|
||||||
googleAnalytics = ""
|
|
||||||
enableRobotsTXT = true
|
|
||||||
|
|
||||||
[languages]
|
|
||||||
[languages.en]
|
|
||||||
title = "My blog"
|
|
||||||
weight = 1
|
|
||||||
contentDir = "content/en"
|
|
||||||
|
|
||||||
[sitemap]
|
|
||||||
changefreq = "monthly"
|
|
||||||
priority = 0.5
|
|
||||||
filename = "sitemap.xml"
|
|
||||||
|
|
||||||
[params]
|
|
||||||
text_color = ""
|
|
||||||
author = ""
|
|
||||||
favicon = "/images/favicon.ico"
|
|
||||||
site_logo = "/images/Logo1x_white.png"
|
|
||||||
description = "The last theme you'll ever need. Maybe."
|
|
||||||
# choose a background color from any on this page: http://tachyons.io/docs/themes/skins/ and preface it with "bg-"
|
|
||||||
background_color_class = "bg-black"
|
|
||||||
featured_image = "/images/keys_1920.jpg"
|
|
||||||
recent_posts_number = 3
|
|
||||||
|
|
||||||
[[params.ananke_socials]]
|
|
||||||
name = "twitter"
|
|
||||||
url = "https://twitter.com/jslowenmusic"
|
|
||||||
[[params.ananke_socials]]
|
|
||||||
name = "facebook"
|
|
||||||
url = "https://www.facebook.com/jslowenmusic"
|
|
||||||
[[params.ananke_socials]]
|
|
||||||
name = "soundcloud"
|
|
||||||
url = "https://www.soundcloud.com/jslowenmusic"
|
|
||||||
label = "soundcloud"
|
|
@ -1,5 +1,5 @@
|
|||||||
title = "Notre-Dame de Paris"
|
title = "J Slowen Music"
|
||||||
baseURL = "https://example.com"
|
baseURL = "https://jslowen-music.netlify.app"
|
||||||
languageCode = "en-us"
|
languageCode = "en-us"
|
||||||
theme = "github.com/theNewDynamic/gohugo-theme-ananke"
|
theme = "github.com/theNewDynamic/gohugo-theme-ananke"
|
||||||
themesDir = "../.."
|
themesDir = "../.."
|
||||||
@ -7,7 +7,7 @@ resourceDir = "../resources"
|
|||||||
|
|
||||||
DefaultContentLanguage = "en"
|
DefaultContentLanguage = "en"
|
||||||
SectionPagesMenu = "main"
|
SectionPagesMenu = "main"
|
||||||
Paginate = 3 # this is set low for demonstrating with dummy content. Set to a higher number
|
Paginate = 6 # this is set low for demonstrating with dummy content. Set to a higher number
|
||||||
googleAnalytics = ""
|
googleAnalytics = ""
|
||||||
enableRobotsTXT = true
|
enableRobotsTXT = true
|
||||||
|
|
||||||
@ -16,10 +16,6 @@ enableRobotsTXT = true
|
|||||||
title = "My blog"
|
title = "My blog"
|
||||||
weight = 1
|
weight = 1
|
||||||
contentDir = "content/en"
|
contentDir = "content/en"
|
||||||
[languages.fr]
|
|
||||||
title = "Mon blogue"
|
|
||||||
weight = 2
|
|
||||||
contentDir = "content/fr"
|
|
||||||
|
|
||||||
[sitemap]
|
[sitemap]
|
||||||
changefreq = "monthly"
|
changefreq = "monthly"
|
||||||
@ -29,14 +25,21 @@ enableRobotsTXT = true
|
|||||||
[params]
|
[params]
|
||||||
text_color = ""
|
text_color = ""
|
||||||
author = ""
|
author = ""
|
||||||
favicon = ""
|
favicon = "/images/favicon.ico"
|
||||||
site_logo = ""
|
site_logo = "/images/Logo1x_white.png"
|
||||||
description = "The last theme you'll ever need. Maybe."
|
description = "The last theme you'll ever need. Maybe."
|
||||||
# choose a background color from any on this page: http://tachyons.io/docs/themes/skins/ and preface it with "bg-"
|
# choose a background color from any on this page: http://tachyons.io/docs/themes/skins/ and preface it with "bg-"
|
||||||
background_color_class = "bg-black"
|
background_color_class = "bg-black"
|
||||||
featured_image = "/images/gohugo-default-sample-hero-image.jpg"
|
featured_image = "/images/keys_1920.jpg"
|
||||||
recent_posts_number = 2
|
recent_posts_number = 3
|
||||||
|
|
||||||
[[params.ananke_socials]]
|
[[params.ananke_socials]]
|
||||||
name = "twitter"
|
name = "twitter"
|
||||||
url = "https://twitter.com/GoHugoIO"
|
url = "https://twitter.com/jslowenmusic"
|
||||||
|
[[params.ananke_socials]]
|
||||||
|
name = "facebook"
|
||||||
|
url = "https://www.facebook.com/jslowenmusic"
|
||||||
|
[[params.ananke_socials]]
|
||||||
|
name = "soundcloud"
|
||||||
|
url = "https://www.soundcloud.com/jslowenmusic"
|
||||||
|
label = "soundcloud"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user