This repository has been archived by the owner on Jan 10, 2018. It is now read-only.
forked from mmistakes/so-simple-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'mmistakes/master' into upgrade_version
* mmistakes/master: (102 commits) Improve readability of .scss files Change `spin` to `adjust-hue` - Close mmistakes#201 Update modified date Update gems removing parentheses, see issue mmistakes#141 Fix search.js interferace with other forms - cc/ issue mmistakes#194 Remove Octopress configuration Update README Remove feed.xml and replace with jekyll-feed gem Replace {% highlight %} Jekyll tags with GFM ``` Remove Octopress dependency Update gems removed pro tip on applying for twitter cards Ignore .less files not files containing "less" Sanitize excerpts in search.json - Fixes mmistakes#191 Normalize auto {{ post.excerpts }} - When excerpt: isn't set in a post's YAML Front Matter fallback to Jekyll's auto excerpts - Strip HTML from auto excerpts and MathJax code with Liquid filters applied to post listings (index.html, /blog/, /articles/) Support Jekyll 3.0 - Update to Jekyll v3.0 - Switch from Pygments.rb to Rouge for syntax highlighting - Include jekyll-gist gem - Update theme documentation Fix typo in `bundle exec` Update dependencies Update links - Remove Made Mistakes from header nav - Update So Simple footer link ... # Conflicts: # _config.yml # _data/authors.yml # _data/navigation.yml # _includes/footer.html # _layouts/page.html # _layouts/post.html # _posts/articles/2011-03-10-sample-post.md # _posts/articles/2012-05-22-readability-post.md # _posts/articles/2013-05-22-sample-post-images.md # _posts/articles/2013-05-23-readability-feature-post.md # _posts/articles/2013-06-25-video-post.md # _posts/articles/2013-08-16-code-highlighting-post.md # _posts/articles/2014-06-19-author-override.md # _posts/blog/2014-08-08-hello-world.md # about/index.md # feed.xml # images/michael-rose-photo.jpg # images/so-simple-sample-image-1.jpg # images/so-simple-sample-image-2.jpg # images/so-simple-sample-image-3.jpg # images/so-simple-sample-image-4.jpg # images/so-simple-sample-image-5.jpg # images/so-simple-sample-image-6.jpg # images/so-simple-sample-image-7.jpg # theme-setup/index.md
- Loading branch information
Showing
176 changed files
with
6,805 additions
and
3,037 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# editorconfig.org | ||
root = true | ||
|
||
[*] | ||
indent_style = space | ||
indent_size = 2 | ||
end_of_line = lf | ||
charset = utf-8 | ||
trim_trailing_whitespace = true | ||
insert_final_newline = true | ||
|
||
[*.md] | ||
trim_trailing_whitespace = false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,5 +4,5 @@ _site | |
*.sublime-workspace | ||
codekit-config.json | ||
node_modules | ||
Gemfile.lock | ||
.sass-cache | ||
.sass-cache | ||
.jekyll-metadata |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,6 @@ | ||
source 'https://rubygems.org' | ||
source "https://rubygems.org" | ||
|
||
gem 'jekyll' | ||
gem 'jekyll-sitemap' | ||
gem 'octopress', '~> 3.0.0.rc.12' | ||
|
||
group :test do | ||
gem 'html-proofer' | ||
end | ||
gem "jekyll" | ||
gem "jekyll-sitemap" | ||
gem "jekyll-gist" | ||
gem "jekyll-feed" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
addressable (2.4.0) | ||
colorator (1.1.0) | ||
faraday (0.9.2) | ||
multipart-post (>= 1.2, < 3) | ||
ffi (1.9.14) | ||
ffi (1.9.14-x64-mingw32) | ||
forwardable-extended (2.6.0) | ||
jekyll (3.2.1) | ||
colorator (~> 1.0) | ||
jekyll-sass-converter (~> 1.0) | ||
jekyll-watch (~> 1.1) | ||
kramdown (~> 1.3) | ||
liquid (~> 3.0) | ||
mercenary (~> 0.3.3) | ||
pathutil (~> 0.9) | ||
rouge (~> 1.7) | ||
safe_yaml (~> 1.0) | ||
jekyll-feed (0.7.0) | ||
jekyll-gist (1.4.0) | ||
octokit (~> 4.2) | ||
jekyll-sass-converter (1.4.0) | ||
sass (~> 3.4) | ||
jekyll-sitemap (0.11.0) | ||
addressable (~> 2.4.0) | ||
jekyll-watch (1.5.0) | ||
listen (~> 3.0, < 3.1) | ||
kramdown (1.12.0) | ||
liquid (3.0.6) | ||
listen (3.0.8) | ||
rb-fsevent (~> 0.9, >= 0.9.4) | ||
rb-inotify (~> 0.9, >= 0.9.7) | ||
mercenary (0.3.6) | ||
multipart-post (2.0.0) | ||
octokit (4.3.0) | ||
sawyer (~> 0.7.0, >= 0.5.3) | ||
pathutil (0.14.0) | ||
forwardable-extended (~> 2.6) | ||
rb-fsevent (0.9.7) | ||
rb-inotify (0.9.7) | ||
ffi (>= 0.5.0) | ||
rouge (1.11.1) | ||
safe_yaml (1.0.4) | ||
sass (3.4.22) | ||
sawyer (0.7.0) | ||
addressable (>= 2.3.5, < 2.5) | ||
faraday (~> 0.8, < 0.10) | ||
|
||
PLATFORMS | ||
ruby | ||
x64-mingw32 | ||
|
||
DEPENDENCIES | ||
jekyll | ||
jekyll-feed | ||
jekyll-gist | ||
jekyll-sitemap | ||
|
||
BUNDLED WITH | ||
1.12.5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,47 +2,49 @@ | |
|
||
title: Jesse Stuart | ||
locale: en_US | ||
description: | ||
description: | ||
logo: site-logo.png | ||
search: false | ||
url: | ||
|
||
url: | ||
|
||
# Jekyll configuration | ||
|
||
permalink: /:categories/:title/ | ||
markdown: kramdown | ||
highlighter: pygments | ||
highlighter: rouge | ||
sass: | ||
sass_dir: _sass | ||
style: compressed | ||
gems: | ||
- jekyll-sitemap | ||
- jekyll-gist | ||
- jekyll-feed | ||
|
||
kramdown: | ||
input: GFM | ||
auto_ids: true | ||
footnote_nr: 1 | ||
entity_output: as_char | ||
toc_levels: 1..6 | ||
use_coderay: false | ||
toc_levels: 1..2 | ||
enable_coderay: false | ||
|
||
include: [".htaccess"] | ||
exclude: ["lib", "config.rb", "Capfile", "config", "log", "Rakefile", "Rakefile.rb", "tmp", "less", "*.sublime-project", "*.sublime-workspace", "test", "spec", "Gruntfile.js", "package.json", "node_modules", "Gemfile", "Gemfile.lock", "LICENSE", "README.md", "vendor"] | ||
mathjax: true | ||
|
||
include: [".htaccess"] | ||
exclude: ["lib", "config.rb", "Capfile", "config", "log", "Rakefile", "Rakefile.rb", "tmp", ".less", "*.sublime-project", "*.sublime-workspace", "test", "spec", "Gruntfile.js", "package.json", "node_modules", "Gemfile", "Gemfile.lock", "LICENSE", "README.md", "vendor"] | ||
|
||
# Site owner | ||
owner: | ||
name: Jesse Stuart | ||
avatar: bio-photo.jpg | ||
email: [email protected] | ||
# twitter: jesse_stuart | ||
# facebook: jesse.d.stuart | ||
github: jessestuart | ||
linkedin: jessedstuart | ||
# instagram: jaystu | ||
twitter: jesse_stuart | ||
instagram: jaystu | ||
google: | ||
analytics: UA-53770919-1 | ||
# verify: UQj93ERU9zgECodaaXgVpkjrFn9UrDMEzVamacSoQ8Y | ||
# ad-client: ca-pub-7328585512091257 | ||
# ad-slot: 7855747535 | ||
# bing-verify: D81F4C18A6CB3018F64D7C827D953DFD | ||
disqus-shortname: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,11 @@ | ||
# Authors | ||
|
||
# billy_rick: | ||
# name: Billy Rick | ||
# web: http://thewhip.com | ||
# email: [email protected] | ||
# bio: "What do you want, jewels? I am a very extravagant man." | ||
# avatar: bio-photo-2.jpg | ||
# twitter: extravagantman | ||
# google: | ||
# plus: BillyRick | ||
# | ||
# cornelius_fiddlebone: | ||
# name: Cornelius Fiddlebone | ||
# email: [email protected] | ||
# bio: "I ordered what?" | ||
# avatar: bio-photo.jpg | ||
# twitter: rhymeswithsackit | ||
# google: | ||
# plus: CorneliusFiddlebone | ||
jesse: | ||
name: Jesse Stuart | ||
web: http://jessesturat.com | ||
email: [email protected] | ||
bio: "" | ||
avatar: bio-photo-2.jpg | ||
twitter: extravagantman | ||
google: | ||
plus: BillyRick |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<p><a href="{{ site.url }}{{ post.url }}">{{ post.title | xml_escape }}</a> was originally published by {{ site.owner.name }} at <a href="{{ site.url }}">{{ site.title }}</a> on {{ post.date | date: "%B %d, %Y" }}.</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.