Skip to content

Commit

Permalink
Add jekyll-sitemap, generates a sitemap and robots.txt file (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanVanAtta authored Jun 23, 2024
1 parent 618fc4d commit 8f98350
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ On Ubuntu, run:
sudo apt install ruby ruby-dev make gcc
sudo gem install jekyll bundler
sudo gem install jekyll-seo-tag
sudo gem install jekyll-sitemap
```

**2. Run a local version of the website.** Using Git, clone the latest version of this repository
Expand Down
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ exclude:

plugins:
- jekyll-seo-tag
- jekyll-sitemap

0 comments on commit 8f98350

Please sign in to comment.