Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
ityouknow committed Mar 15, 2018
1 parent 2926bcd commit 73893a0
Show file tree
Hide file tree
Showing 181 changed files with 13 additions and 1,715 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ gem 'rough'
gem 'jekyll-paginate'
gem 'jekyll-geo-pattern'
gem 'kramdown'
gem 'jekyll-github-metadata'
gem 'jekyll-github-metadata'
gem 'jekyll-octicons'
6 changes: 6 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ GEM
jekyll-github-metadata (2.9.4)
jekyll (~> 3.1)
octokit (~> 4.0, != 4.4.0)
jekyll-octicons (4.2.0)
jekyll (~> 3.1)
octicons (= 5.2.0)
jekyll-paginate (1.1.0)
jekyll-sass-converter (1.5.1)
sass (~> 3.4)
Expand All @@ -95,6 +98,8 @@ GEM
multipart-post (2.0.0)
nokogiri (1.8.1-x64-mingw32)
mini_portile2 (~> 2.3.0)
octicons (5.2.0)
nokogiri (>= 1.6.3.1)
octokit (4.7.0)
sawyer (~> 0.8.0, >= 0.5.3)
pathutil (0.16.1)
Expand Down Expand Up @@ -168,6 +173,7 @@ PLATFORMS
DEPENDENCIES
jekyll-geo-pattern
jekyll-github-metadata
jekyll-octicons
jekyll-paginate
kramdown
rough
Expand Down
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ gems:
- rouge
- kramdown
- jekyll-github-metadata
- jekyll-octicons

# Build settings
markdown: kramdown
Expand Down
9 changes: 4 additions & 5 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}">

<!-- Third-Party CSS -->
<link rel="stylesheet" href="/assets/css/bootstrap.min.css">
<link rel="stylesheet" href="/assets/css/octicons.css">
<link rel="stylesheet" href="/bower_components/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="/bower_components/hover/css/hover-min.css">
<link rel="stylesheet" href="/bower_components/primer-markdown/dist/user-content.min.css">
<link rel="stylesheet" href="/bower_components/octicons/octicons/octicons.css">
<link rel="stylesheet" href="/assets/css/syntax.css">
<link rel="stylesheet" href="/assets/css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="/assets/css/gitalk.css">

<!-- My CSS -->
Expand All @@ -35,7 +34,7 @@
<link rel="stylesheet" href="/assets/css/{{css}}">
{% endfor %}

<script type="text/javascript" src="/assets/js/jquery.min.js"></script>
<script type="text/javascript" src="/assets/js/bootstrap.min.js"></script>
<script type="text/javascript" src="/bower_components/jquery/dist/jquery.min.js"></script>
<script type="text/javascript" src="/bower_components/bootstrap/dist/js/bootstrap.min.js"></script>

</head>
6 changes: 0 additions & 6 deletions assets/css/bootstrap.min.css

This file was deleted.

Loading

0 comments on commit 73893a0

Please sign in to comment.