Skip to content

Commit aaa8547

Browse files
committed
1 parent d6393cb commit aaa8547

2 files changed

Lines changed: 37 additions & 2 deletions

File tree

_config.yml

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,34 @@ kramdown:
6767
bold_every: 10
6868
css: class
6969

70-
include: [".htaccess"]
71-
exclude: [".idea", "lib", "config.rb", "Gemfile", "Capfile", "Gemfile.lock", "config", "log", "Rakefile", "Rakefile.rb", "tmp", "less", "*.sublime-project", "*.sublime-workspace", "test", "spec", "gulpfile.js", "package.json", "node_modules", "README.md", "scss-lint.yml", "src", "backstop.json", "backstop_data", "docs"]
70+
include:
71+
- .htaccess
72+
73+
exclude:
74+
- .idea
75+
- lib
76+
- config.rb
77+
- Gemfile
78+
- Capfile
79+
- Gemfile.lock
80+
- config
81+
- log
82+
- Rakefile
83+
- Rakefile.rb
84+
- tmp
85+
- less
86+
- test
87+
- spec
88+
- gulpfile.js
89+
- package.json
90+
- node_modules
91+
- README.md
92+
- scss-lint.yml
93+
- src
94+
- backstop.json
95+
- backstop_data
96+
- docs
97+
- docker-compose.yml
7298

7399
plugins:
74100
- jekyll-redirect-from

docker-compose.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
services:
2+
jekyll:
3+
image: jekyll/jekyll
4+
volumes:
5+
- .:/srv/jekyll
6+
- ./vendor/bundle/:/usr/local/bundle
7+
ports:
8+
- "4000:4000"
9+
command: jekyll serve --force_polling --drafts

0 commit comments

Comments
 (0)