Skip to content
Snippets Groups Projects
Verified Commit ef513e92 authored by Jeffrey Phillips Freeman's avatar Jeffrey Phillips Freeman :boom:
Browse files

Added template variables for sitemap

parent 280d0e93
No related merge requests found
Pipeline #1991 passed with stage
in 1 minute and 40 seconds
...@@ -7,6 +7,8 @@ pygmentsStyle = "monokai" ...@@ -7,6 +7,8 @@ pygmentsStyle = "monokai"
DefaultContentLanguage = "en" DefaultContentLanguage = "en"
defaultContentLanguageInSubdir = false defaultContentLanguageInSubdir = false
enableRobotsTXT = true
[services.rss] [services.rss]
limit = 50 limit = 50
...@@ -65,3 +67,6 @@ getenv = ['^HUGO_', '^CI$', '^ACTIPAGE_'] ...@@ -65,3 +67,6 @@ getenv = ['^HUGO_', '^CI$', '^ACTIPAGE_']
[params] [params]
siteAuthor="Jeffrey Phillips Freeman" siteAuthor="Jeffrey Phillips Freeman"
[sitemap]
filename = 'sitemap.xml'
User-agent: *
Sitemap: {{ .Site.BaseURL }}sitemap.xml
Sitemap: https://flear.org/sitemap.xml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment