Skip to content

Commit 16b2cbb

Browse files
committed
Add sitemap.xml and robots.txt
1 parent 2f5c782 commit 16b2cbb

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed

docs/Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ gem "minima", "~> 2.5"
33
gem "github-pages", group: :jekyll_plugins
44

55
gem "jekyll-remote-theme"
6+
gem "jekyll-sitemap", "~> 1.4.0"
67

78
platforms :mingw, :x64_mingw, :mswin, :jruby do
89
gem "tzinfo", "~> 1.2"

docs/Gemfile.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ PLATFORMS
271271
DEPENDENCIES
272272
github-pages
273273
jekyll-remote-theme
274+
jekyll-sitemap (~> 1.4.0)
274275
just-the-docs
275276
minima (~> 2.5)
276277
tzinfo (~> 1.2)

docs/_config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ title: cmkr
22

33
plugins:
44
- jekyll-remote-theme
5+
- jekyll-sitemap
56

67
# Automatically deduce dark theme preference https://github.com/pmarsceill/just-the-docs/pull/464
78
remote_theme: build-cpp/just-the-docs@light-switch
@@ -19,3 +20,5 @@ gh_edit_repository: "https://github.com/build-cpp/cmkr"
1920
gh_edit_branch: "main"
2021
gh_edit_view_mode: "edit"
2122
gh_edit_source: docs
23+
24+
production_url : https://cmkr.build

docs/getting-started.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: null
3-
permalink: /getting-started
3+
permalink: /getting-started/
44
---
55

66
<html>

0 commit comments

Comments
 (0)