Skip to content

Commit 97e49ac

Browse files
committed
Move gh-pages content to /docs
1 parent bc3ce94 commit 97e49ac

34 files changed

+95
-0
lines changed

404.md docs/404.md

File renamed without changes.

docs/_config.yml

+59
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
# Site wide configuration
2+
3+
title: So Simple Theme
4+
locale: en_US
5+
description: A simple and clean responsive Jekyll theme for words and photos.
6+
logo: site-logo.png
7+
url: https://mmistakes.github.io/so-simple-theme
8+
9+
# Jekyll configuration
10+
11+
permalink: /:categories/:title/
12+
markdown: kramdown
13+
highlighter: rouge
14+
sass:
15+
sass_dir: _sass
16+
style: compressed
17+
gems:
18+
- jekyll-sitemap
19+
- jekyll-gist
20+
- jekyll-feed
21+
22+
kramdown:
23+
input: GFM
24+
auto_ids: true
25+
footnote_nr: 1
26+
entity_output: as_char
27+
toc_levels: 1..2
28+
enable_coderay: false
29+
30+
mathjax: true
31+
32+
include: [".htaccess"]
33+
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"]
34+
35+
comments: true
36+
37+
# Site owner
38+
owner:
39+
name: Michael Rose
40+
avatar: michael-rose-photo.jpg
41+
42+
disqus-shortname: sosimpletheme
43+
twitter: mmistakes
44+
facebook: michaelrose
45+
github: mmistakes
46+
stackexchange:
47+
linkedin:
48+
instagram: mmistakes
49+
flickr:
50+
tumblr: mademistakes
51+
pinterest:
52+
weibo:
53+
google:
54+
plus: MichaelRoseDesign
55+
analytics: UA-2011187-2
56+
verify: UQj93ERU9zgECodaaXgVpkjrFn9UrDMEzVamacSoQ8Y
57+
ad-client: ca-pub-7328585512091257
58+
ad-slot: 7855747535
59+
bing-verify: D81F4C18A6CB3018F64D7C827D953DFD

docs/_data/authors.yml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Authors
2+
3+
billy_rick:
4+
name: Billy Rick
5+
web: http://thewhip.com
6+
7+
bio: "What do you want, jewels? I am a very extravagant man."
8+
avatar: bio-photo-2.jpg
9+
twitter: extravagantman
10+
google:
11+
plus: BillyRick
12+
13+
cornelius_fiddlebone:
14+
name: Cornelius Fiddlebone
15+
16+
bio: "I ordered what?"
17+
avatar: bio-photo.jpg
18+
twitter: rhymeswithsackit
19+
google:
20+
plus: CorneliusFiddlebone

docs/_data/navigation.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Site navigation links
2+
3+
- title: About
4+
url: /about/
5+
6+
- title: Articles
7+
url: /articles/
8+
9+
- title: Blog
10+
url: /blog/
11+
12+
- title: Theme Setup
13+
url: /theme-setup/
14+
15+
- title: Search
16+
url: /search/

about/index.md docs/about/index.md

File renamed without changes.
File renamed without changes.

blog/index.md docs/blog/index.md

File renamed without changes.

favicon.ico docs/favicon.ico

File renamed without changes.

favicon.png docs/favicon.png

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.
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.

index.html docs/index.html

File renamed without changes.
File renamed without changes.

tags/index.md docs/tags/index.md

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)