Jekyll
WIP
Sitemap
Reference - https://github.com/jekyll/jekyll-sitemap
Exclusions
Exclude specific page use the front matter section:
sitemap: false
Comment out
Use following syntax:
{% comment %}
...
{% endcomment %}
Reference Stackoverflow.
WIP
Reference - https://github.com/jekyll/jekyll-sitemap
Exclude specific page use the front matter section:
sitemap: false
Use following syntax:
{% comment %}
...
{% endcomment %}
Reference Stackoverflow.