Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 997daae

Browse files
committedSep 19, 2019
change theme
1 parent 4364f0d commit 997daae

File tree

232 files changed

+35930
-5
lines changed

Some content is hidden

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

232 files changed

+35930
-5
lines changed
 

‎.gitignore

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
_site/
2-
.sass-cache/
3-
.jekyll-cache/
1+
*.gem
2+
*.sublime-project
3+
*.sublime-workspace
4+
.bundle
5+
.DS_Store
6+
.jekyll-cache
47
.jekyll-metadata
8+
.sass-cache
9+
_asset_bundler_cache
10+
_site
11+
codekit-config.json
12+
example/_site
13+
Gemfile.lock
14+
node_modules
15+
npm-debug.log*

‎.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: ruby
2+
cache: bundler
3+
gemfile: docs/Gemfile
4+
script:
5+
- bundle exec jekyll algolia --source docs --destination docs/_site --config docs/_config.yml
6+
branches:
7+
only:
8+
# Change this to gh-pages if you're deploying using the gh-pages branch
9+
- master
10+
rvm:
11+
- 2.4

0 commit comments

Comments
 (0)
Please sign in to comment.