Skip to content

Commit

Permalink
fix: inline-list, update config comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kitian616 committed Dec 10, 2017
1 parent 22ae836 commit 8aad9fc
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 10 deletions.
4 changes: 2 additions & 2 deletions _config.demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# | | \ --. / .'. \ | |
# `--' `----''--' '--' `--'

# config file for demo site, delete it if you want.
# config file for demo site, DELETE IT IF YOU WANT.

## Base settings ##
url: https://tianqi.name #the base hostname & protocol for your site e.g. https://www.someone.com
Expand Down Expand Up @@ -40,7 +40,7 @@ repository_tree: master

## Language & timezone ##
lang: en #the language of your site, eg: en(English), zh(简体中文), zh-Hans(简体中文), zh-Hant(繁體中文)
timezone: Asia/Shanghai
timezone: Asia/Shanghai #see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones for the available values

## Author & social ##
author:
Expand Down
4 changes: 2 additions & 2 deletions _config.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# | | \ --. / .'. \ | |
# `--' `----''--' '--' `--'

# config file for development, delete it if you want.
# config file for development, DELETE IT IF YOU WANT.

## Base settings ##
# url: #the base hostname & protocol for your site e.g. https://www.someone.com
Expand Down Expand Up @@ -40,7 +40,7 @@ repository_tree: master

## Language & timezone ##
lang: en #the language of your site, eg: en(English), zh(简体中文), zh-Hans(简体中文), zh-Hant(繁體中文)
timezone: Asia/Shanghai
timezone: Asia/Shanghai #see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones for the available values

## Author & social ##
author:
Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ nav_lists:

## Language & timezone ##
lang: en #the language of your site, eg: en(English), zh(简体中文), zh-Hans(简体中文), zh-Hant(繁體中文)
timezone: Asia/Shanghai
timezone: Asia/Shanghai #see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones for the available values

## Author & social ##
author:
Expand Down
6 changes: 5 additions & 1 deletion _sass/components/_wrapper.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
display: inline-block;
list-style-type: none;
vertical-align: bottom;
margin: $content-gap / 6 0;
margin-top: $content-gap / 6;
margin-bottom: $content-gap / 6;
&:not(:last-child) {
margin-right: $spacing-unit / 8;
}
}
}
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
"default": "bundle exec jekyll serve -H 0.0.0.0 -t",
"dev": "bundle exec jekyll serve -H 0.0.0.0 -t --config ./_config.dev.yml",
"demo": "bundle exec jekyll serve -H 0.0.0.0 -t --config ./_config.demo.yml",
"posts-cp": "mkdir ./_posts && cp -Rfv ./test/_posts/** ./_posts",
"posts-rm": "rm -Rfv ./_posts/**",
"favicon": "gulp favicon",
"icons": "gulp icons",
"artwork": "gulp artwork",
Expand Down
4 changes: 2 additions & 2 deletions test/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.

## Use TeXt theme !!!
## !USE TEXT THEME
theme: jekyll-text-theme
#
# ,--------. ,--. ,--. ,--.
Expand Down Expand Up @@ -42,7 +42,7 @@ nav_lists:

## Language & timezone ##
lang: en #the language of your site, eg: en(English), zh(简体中文), zh-Hans(简体中文), zh-Hant(繁體中文)
timezone: Asia/Shanghai
timezone: Asia/Shanghai #see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones for the available values

## Author & social ##
author:
Expand Down

0 comments on commit 8aad9fc

Please sign in to comment.