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 550e45d

Browse files
committedApr 28, 2020
update theme
1 parent 899e49b commit 550e45d

Some content is hidden

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

41 files changed

+318
-493
lines changed
 

‎.gitignore

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,29 @@
1-
*.gem
1+
# Vim
2+
*~
3+
*.sw[p_]
4+
5+
# Sublime Text
26
*.sublime-project
37
*.sublime-workspace
8+
9+
# Ruby Gem
10+
*.gem
411
.bundle
12+
Gemfile.lock
13+
**/vendor/bundle
14+
15+
# Node.js and NPM
16+
node_modules
17+
npm-debug.log*
18+
package-lock.json
19+
codekit-config.json
20+
21+
# macOS
522
.DS_Store
23+
24+
# Jekyll generated files
625
.jekyll-cache
726
.jekyll-metadata
827
.sass-cache
928
_asset_bundler_cache
1029
_site
11-
codekit-config.json
12-
example/_site
13-
Gemfile.lock
14-
node_modules
15-
npm-debug.log*

‎LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2013-2019 Michael Rose and contributors
3+
Copyright (c) 2013-2020 Michael Rose and contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
21+
SOFTWARE.

0 commit comments

Comments
 (0)
Please sign in to comment.