File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ require 'json'
4
4
require 'open-uri'
5
5
versions = JSON . parse ( open ( 'https://pages.github.com/versions.json' ) . read )
6
6
gem 'github-pages' , versions [ 'github-pages' ] , group : :jekyll_plugins
7
+ # gem 'wdm', '>= 0.1.0' if Gem.win_platform?
Original file line number Diff line number Diff line change 16
16
title : MatJek
17
17
description : > # this means to ignore newlines until "baseurl:"
18
18
Material theme based on <a href="http://materializecss.com">Materialize.css</a> for jekyll sites
19
- baseurl : " /matjek "
20
- url : " https://shawnteoh.github.io"
19
+ baseurl : " "
20
+ # url: "https://shawnteoh.github.io"
21
21
permalink : /:year/:month/:day/:title
22
22
repository : ShawnTeoh/matjek
23
23
paginate : 5
@@ -27,13 +27,13 @@ github_profile: "https://github.com/ShawnTeoh"
27
27
user : " John Doe"
28
28
29
29
contact_url : " https://goo.gl/tVljbV"
30
- google_tracking_id : " UA-96359860-1"
30
+ # google_tracking_id: "UA-96359860-1"
31
31
google_site_verification : " UA-96359860-1"
32
- disqus_shortname : " matjek"
32
+ # disqus_shortname: "matjek"
33
33
34
34
# Build settings
35
35
markdown : kramdown
36
- gems :
36
+ plugins :
37
37
- jekyll-feed
38
38
- jekyll-paginate
39
39
- jekyll-seo-tag
You can’t perform that action at this time.
0 commit comments