Skip to content

Commit 6941b15

Browse files
author
Houssein Djirdeh
committed
add sitemap
1 parent 8c688af commit 6941b15

File tree

5 files changed

+8
-2
lines changed

5 files changed

+8
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
_site
22
.sass-cache
33
.jekyll-metadata
4+
node_modules

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ gem "minima", "~> 2.0"
2121
# If you have any plugins, put them here!
2222
group :jekyll_plugins do
2323
gem "jekyll-feed", "~> 0.6"
24+
gem 'jekyll-sitemap'
2425
end

Gemfile.lock

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ GEM
2121
jekyll (~> 3.3)
2222
jekyll-sass-converter (1.5.0)
2323
sass (~> 3.4)
24+
jekyll-sitemap (0.12.0)
25+
jekyll (~> 3.3)
2426
jekyll-watch (1.5.0)
2527
listen (~> 3.0, < 3.1)
2628
kramdown (1.13.2)
@@ -47,10 +49,11 @@ PLATFORMS
4749
DEPENDENCIES
4850
jekyll (= 3.3.1)
4951
jekyll-feed (~> 0.6)
52+
jekyll-sitemap
5053
minima (~> 2.0)
5154

5255
RUBY VERSION
53-
ruby 2.3.3p222
56+
ruby 2.3.1p112
5457

5558
BUNDLED WITH
5659
1.14.6

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ google_analytics: UA-66348622-4
2727
markdown: kramdown
2828
gems:
2929
- jekyll-feed
30+
- jekyll-sitemap
3031
exclude:
3132
- Gemfile
3233
- Gemfile.lock

_layouts/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h2 class="f3 f2-m f2-l fw6 dark-gray mb2">
3535
</h2>
3636

3737
<p class="f6 f4-ns gray lh-copy mw7 mb5">
38-
View repository and user information, control your notifications and even manage your issues and pull requests. GitPoint
38+
View repository and user information, control your notifications and even manage your issues and pull requests. Built with React Native, GitPoint
3939
is the most feature-rich unofficial GitHub iOS client that is 100% free.
4040
</p>
4141
</div>

0 commit comments

Comments
 (0)