Skip to content

Commit be609d1

Browse files
committed
chore: Update .gitignore and robots.txt for improved site configuration (sitemap)
1 parent c048004 commit be609d1

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,7 @@ Gemfile.lock
1010
assets/libs/
1111
node_modules/
1212
vendor
13-
.idea
13+
.idea
14+
15+
# ! Previous in robots.txt
16+
# Sitemap: {{ site.baseurl | prepend: site.url }}/sitemap.xml

robots.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ permalink: /robots.txt
44
User-agent: *
55
Disallow:
66

7-
Sitemap: {{ site.baseurl | prepend: site.url }}/sitemap.xml
7+
Sitemap: https://louistier.github.io/sitemap.xml

0 commit comments

Comments
 (0)