Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dldx/hpstr-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Rose <est.michael@gmail.com>2015-10-30 21:49:26 +0300
committerMichael Rose <est.michael@gmail.com>2016-02-02 06:33:07 +0300
commit35ff7b441f5e1e1a47903ee119273eb47a3b9ed0 (patch)
treed4ba9b0cc006ea902d18ce4586f66dee8efca024 /.gitignore
parent17de6b7082495a84919e8423de950d4cc725c879 (diff)
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 - Close #123
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index f60f309..1dd518b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,4 +5,5 @@ _site
codekit-config.json
node_modules
Gemfile.lock
-.sass-cache \ No newline at end of file
+.sass-cache
+.jekyll-metadata \ No newline at end of file