diff --git a/_config.yml b/_config.yml index 9c7c91b..924cec1 100644 --- a/_config.yml +++ b/_config.yml @@ -1,4 +1,5 @@ -safe: true -lsi: false +safe: true +lsi: false highlighter: pygments -markdown: kramdown +markdown: kramdown +url: https://benkurtovic.com diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..ae6d5fd --- /dev/null +++ b/robots.txt @@ -0,0 +1,4 @@ +Sitemap: https://benkurtovic.com/sitemap.xml + +User-agent: * +Disallow: diff --git a/sitemap.xml b/sitemap.xml new file mode 100644 index 0000000..8cf9c8f --- /dev/null +++ b/sitemap.xml @@ -0,0 +1,15 @@ +--- +--- + + + + {{ site.url }}/ + weekly + + {% for post in site.posts %} + + {{ site.url }}{{ post.url }} + monthly + + {% endfor %} +