Skip to content

Commit 2293521

Browse files
committed
inital commit
1 parent 666fdfa commit 2293521

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+4864
-437
lines changed

.gitattributes

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto
3+
4+
# Custom for Visual Studio
5+
*.cs diff=csharp
6+
7+
# Standard to msysgit
8+
*.doc diff=astextplain
9+
*.DOC diff=astextplain
10+
*.docx diff=astextplain
11+
*.DOCX diff=astextplain
12+
*.dot diff=astextplain
13+
*.DOT diff=astextplain
14+
*.pdf diff=astextplain
15+
*.PDF diff=astextplain
16+
*.rtf diff=astextplain
17+
*.RTF diff=astextplain

.gitignore

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# Jekyll ignores
2+
.sass-cache/
3+
_site
4+
5+
# Windows image file caches
6+
Thumbs.db
7+
ehthumbs.db
8+
9+
# Folder config file
10+
Desktop.ini
11+
12+
# Recycle Bin used on file shares
13+
$RECYCLE.BIN/
14+
15+
# Windows Installer files
16+
*.cab
17+
*.msi
18+
*.msm
19+
*.msp
20+
21+
# Windows shortcuts
22+
*.lnk
23+
24+
# =========================
25+
# Operating System Files
26+
# =========================
27+
28+
# OSX
29+
# =========================
30+
31+
.DS_Store
32+
.AppleDouble
33+
.LSOverride
34+
35+
# Thumbnails
36+
._*
37+
38+
# Files that might appear in the root of a volume
39+
.DocumentRevisions-V100
40+
.fseventsd
41+
.Spotlight-V100
42+
.TemporaryItems
43+
.Trashes
44+
.VolumeIcon.icns
45+
46+
# Directories potentially created on remote AFP share
47+
.AppleDB
48+
.AppleDesktop
49+
Network Trash Folder
50+
Temporary Items
51+
.apdisk

Gemfile

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
source "https://rubygems.org"
2+
ruby RUBY_VERSION
3+
4+
# Hello! This is where you manage which Jekyll version is used to run.
5+
# When you want to use a different version, change it below, save the
6+
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
7+
#
8+
# bundle exec jekyll serve
9+
#
10+
# This will help ensure the proper Jekyll version is running.
11+
# Happy Jekylling!
12+
13+
# This is the default theme for new Jekyll sites. You may change this to anything you like.
14+
gem "minima"
15+
16+
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
17+
# uncomment the line below. To upgrade, run `bundle update github-pages`.
18+
gem "github-pages", group: :jekyll_plugins
19+
20+
# If you have any plugins, put them here!
21+
# group :jekyll_plugins do
22+
# gem "jekyll-github-metadata", "~> 1.0"
23+
# end

Gemfile.lock

Lines changed: 140 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,140 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
activesupport (4.2.7)
5+
i18n (~> 0.7)
6+
json (~> 1.7, >= 1.7.7)
7+
minitest (~> 5.1)
8+
thread_safe (~> 0.3, >= 0.3.4)
9+
tzinfo (~> 1.1)
10+
addressable (2.4.0)
11+
coffee-script (2.4.1)
12+
coffee-script-source
13+
execjs
14+
coffee-script-source (1.10.0)
15+
colorator (1.1.0)
16+
ethon (0.9.1)
17+
ffi (>= 1.3.0)
18+
execjs (2.7.0)
19+
faraday (0.9.2)
20+
multipart-post (>= 1.2, < 3)
21+
ffi (1.9.14)
22+
forwardable-extended (2.6.0)
23+
gemoji (2.1.0)
24+
github-pages (98)
25+
activesupport (= 4.2.7)
26+
github-pages-health-check (= 1.2.0)
27+
jekyll (= 3.2.1)
28+
jekyll-coffeescript (= 1.0.1)
29+
jekyll-feed (= 0.5.1)
30+
jekyll-gist (= 1.4.0)
31+
jekyll-github-metadata (= 2.1.1)
32+
jekyll-mentions (= 1.2.0)
33+
jekyll-paginate (= 1.1.0)
34+
jekyll-redirect-from (= 0.11.0)
35+
jekyll-sass-converter (= 1.3.0)
36+
jekyll-seo-tag (= 2.0.0)
37+
jekyll-sitemap (= 0.10.0)
38+
jekyll-swiss (= 0.4.0)
39+
jemoji (= 0.7.0)
40+
kramdown (= 1.11.1)
41+
liquid (= 3.0.6)
42+
listen (= 3.0.6)
43+
mercenary (~> 0.3)
44+
minima (= 1.2.0)
45+
rouge (= 1.11.1)
46+
terminal-table (~> 1.4)
47+
github-pages-health-check (1.2.0)
48+
addressable (~> 2.3)
49+
net-dns (~> 0.8)
50+
octokit (~> 4.0)
51+
public_suffix (~> 1.4)
52+
typhoeus (~> 0.7)
53+
html-pipeline (2.4.2)
54+
activesupport (>= 2)
55+
nokogiri (>= 1.4)
56+
i18n (0.7.0)
57+
jekyll (3.2.1)
58+
colorator (~> 1.0)
59+
jekyll-sass-converter (~> 1.0)
60+
jekyll-watch (~> 1.1)
61+
kramdown (~> 1.3)
62+
liquid (~> 3.0)
63+
mercenary (~> 0.3.3)
64+
pathutil (~> 0.9)
65+
rouge (~> 1.7)
66+
safe_yaml (~> 1.0)
67+
jekyll-coffeescript (1.0.1)
68+
coffee-script (~> 2.2)
69+
jekyll-feed (0.5.1)
70+
jekyll-gist (1.4.0)
71+
octokit (~> 4.2)
72+
jekyll-github-metadata (2.1.1)
73+
jekyll (~> 3.1)
74+
octokit (~> 4.0)
75+
jekyll-mentions (1.2.0)
76+
activesupport (~> 4.0)
77+
html-pipeline (~> 2.3)
78+
jekyll (~> 3.0)
79+
jekyll-paginate (1.1.0)
80+
jekyll-redirect-from (0.11.0)
81+
jekyll (>= 2.0)
82+
jekyll-sass-converter (1.3.0)
83+
sass (~> 3.2)
84+
jekyll-seo-tag (2.0.0)
85+
jekyll (~> 3.1)
86+
jekyll-sitemap (0.10.0)
87+
jekyll-swiss (0.4.0)
88+
jekyll-watch (1.5.0)
89+
listen (~> 3.0, < 3.1)
90+
jemoji (0.7.0)
91+
activesupport (~> 4.0)
92+
gemoji (~> 2.0)
93+
html-pipeline (~> 2.2)
94+
jekyll (>= 3.0)
95+
json (1.8.3)
96+
kramdown (1.11.1)
97+
liquid (3.0.6)
98+
listen (3.0.6)
99+
rb-fsevent (>= 0.9.3)
100+
rb-inotify (>= 0.9.7)
101+
mercenary (0.3.6)
102+
mini_portile2 (2.1.0)
103+
minima (1.2.0)
104+
minitest (5.9.1)
105+
multipart-post (2.0.0)
106+
net-dns (0.8.0)
107+
nokogiri (1.6.8.1)
108+
mini_portile2 (~> 2.1.0)
109+
octokit (4.3.0)
110+
sawyer (~> 0.7.0, >= 0.5.3)
111+
pathutil (0.14.0)
112+
forwardable-extended (~> 2.6)
113+
public_suffix (1.5.3)
114+
rb-fsevent (0.9.7)
115+
rb-inotify (0.9.7)
116+
ffi (>= 0.5.0)
117+
rouge (1.11.1)
118+
safe_yaml (1.0.4)
119+
sass (3.4.22)
120+
sawyer (0.7.0)
121+
addressable (>= 2.3.5, < 2.5)
122+
faraday (~> 0.8, < 0.10)
123+
terminal-table (1.7.3)
124+
unicode-display_width (~> 1.1.1)
125+
thread_safe (0.3.5)
126+
typhoeus (0.8.0)
127+
ethon (>= 0.8.0)
128+
tzinfo (1.2.2)
129+
thread_safe (~> 0.1)
130+
unicode-display_width (1.1.1)
131+
132+
PLATFORMS
133+
ruby
134+
135+
DEPENDENCIES
136+
github-pages
137+
minima
138+
139+
BUNDLED WITH
140+
1.10.6

0 commit comments

Comments
 (0)