Skip to content

Commit

Permalink
Add Robot.txt & jekyll-sitemap plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
YangSiJun528 committed Aug 31, 2024
1 parent 971c2b9 commit 6526247
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ source "https://rubygems.org"

gem "kramdown-parser-gfm"

gem 'jekyll-sitemap'

gemspec
3 changes: 2 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ title: 양시준의 개발 이야기 # name of the site
author: Sijun Yang # name of site's author
email: [email protected] # email of site's author
url: https://yangsijun528.github.io/ # root address of the site
baseurl: "/blog" # subpath of the site, e.g. "/blog" (leave it blank "" if you're site shouldn't use a subpath)
baseurl: "" # subpath of the site, e.g. "/blog" (leave it blank "" if you're site shouldn't use a subpath)
description: > # description of the site (multiple lines allowed)
개발자 양시준의 Gituh Blog.
개발과 관련된 회고, 인사이트 등을 이야기합니다.
Expand All @@ -26,3 +26,4 @@ sass:
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap
6 changes: 3 additions & 3 deletions _data/menu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ entries:
# show_more: true
# show_more_text: See more posts...
# show_more_url: example2-archive.html

# - title: rss
# url: feed.xml

# - title: another list
# entries:
Expand All @@ -58,3 +55,6 @@ entries:
url: https://github.com/YangSiJun528
- title: [email protected]
url: mailto:[email protected]

- title: rss
url: feed.xml
1 change: 1 addition & 0 deletions robots.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@

User-agent: *
Allow: /
Sitemap: https://yangsijun528.github.io/_site/sitemap.xml

0 comments on commit 6526247

Please sign in to comment.