Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor fixes + sitemap generation #631

Merged
merged 4 commits into from
Sep 27, 2020
Merged

Minor fixes + sitemap generation #631

merged 4 commits into from
Sep 27, 2020

Conversation

tlienart
Copy link
Owner

@tlienart tlienart commented Sep 27, 2020

Sitemap generation

global vars

  • website_url (also used for RSS)
  • generate_sitemap true|false

local vars

  • sitemap_exclude false|true
  • sitemap_changefreq "monthly" | "always", "hourly", "daily", "weekly", "yearly", "never"
  • sitemap_lastmod (extracted from file last modification)
  • sitemap_priority 0.5 | [0, 1]

hfun

For a HTML page (e.g. landing page or other custom html page)

{{sitemap_opts exclude}} 

or

{{sitemap_opts yearly 0.7}}

@tlienart tlienart changed the title Dev Minor fixes + sitemap generation Sep 27, 2020
@tlienart tlienart merged commit 184b095 into master Sep 27, 2020
@schneiderfelipe
Copy link

Awesome! Thanks for this one!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants