Skip to content

Commit 05db130

Browse files
committed
commit matjek
1 parent 02729f6 commit 05db130

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ require 'json'
44
require 'open-uri'
55
versions = JSON.parse(open('https://pages.github.com/versions.json').read)
66
gem 'github-pages', versions['github-pages'], group: :jekyll_plugins
7+
# gem 'wdm', '>= 0.1.0' if Gem.win_platform?

_config.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
title: MatJek
1717
description: > # this means to ignore newlines until "baseurl:"
1818
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"
2121
permalink: /:year/:month/:day/:title
2222
repository: ShawnTeoh/matjek
2323
paginate: 5
@@ -27,13 +27,13 @@ github_profile: "https://github.com/ShawnTeoh"
2727
user: "John Doe"
2828
user_email: "[email protected]"
2929
contact_url: "https://goo.gl/tVljbV"
30-
google_tracking_id: "UA-96359860-1"
30+
# google_tracking_id: "UA-96359860-1"
3131
google_site_verification: "UA-96359860-1"
32-
disqus_shortname: "matjek"
32+
# disqus_shortname: "matjek"
3333

3434
# Build settings
3535
markdown: kramdown
36-
gems:
36+
plugins:
3737
- jekyll-feed
3838
- jekyll-paginate
3939
- jekyll-seo-tag

0 commit comments

Comments
 (0)