Skip to content
This repository has been archived by the owner on Oct 10, 2018. It is now read-only.

Make it GitHub Pages compatible #31

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 3 additions & 18 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ permalink: pretty
paginate_path: 'page:num'
paginate: 10

markdown: maruku
markdown: kramdown
markdown_ext: markdown,mkd,mkdn,md
textile_ext: textile

Expand Down Expand Up @@ -106,20 +106,5 @@ kramdown:
redcloth:
hard_breaks: true

#
# jekyll-assets: see more at https://github.com/ixti/jekyll-assets
#
assets:

dirname: assets
baseurl: /assets/
sources:
- _assets/javascripts
- _assets/stylesheets
- _assets/images
js_compressor: uglifier
css_compressor: sass
cachebust: none
cache: false
gzip: [ text/css, application/javascript ]
debug: false
sass:
style: :compressed
2 changes: 1 addition & 1 deletion _includes/_scripts.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
{% javascript main %}
<script type="text/javascript" src="/assets/javascripts/main.js"></script>
{% if site.inc.sharing.twitter %}<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>{% endif %}
{% if site.inc.sharing.facebook %}<div id="fb-root"></div>
<script>(function(d, s, id) {
Expand Down
2 changes: 1 addition & 1 deletion _layouts/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{% if page.title %}{{ page.title }} &mdash; {{ site.inc.title }}{% else %}{{ site.inc.title }} &mdash; {{ site.inc.subtitle }}{% endif %}</title>
{% if site.inc.google_font %}<link href="https://fonts.googleapis.com/css?family={{ site.inc.google_font }}" rel="stylesheet" type="text/css">{% endif %}
{% stylesheet main %}
<link href="/assets/stylesheets/main.css" rel="stylesheet" type="text/css">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" href="/images/{{ site.inc.logo }}"/>
<link href="{{ site_url }}/feed.xml" rel="alternate" type="application/rss+xml" title="{{ site.inc.title }}" />
Expand Down
1 change: 0 additions & 1 deletion _plugins/_ext.rb

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
# this ensures Jekyll reads the file to be transformed into CSS later
# only Main files contain this front matter, not partials.
---

/* CONFIGURATION */

/* Bodytext font */
Expand All @@ -19,4 +24,4 @@ $accent: #2077b2;
@import "article";
@import "icons";
@import "syntax";
@import "responsive";
@import "responsive";