publish content.zip
This commit is contained in:
parent
45c3f3b079
commit
36de25bf60
2 changed files with 12 additions and 23 deletions
|
|
@ -31,9 +31,12 @@ build:
|
||||||
pages:
|
pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
- bundle exec jekyll build -d public
|
- apt-get update
|
||||||
|
- apt-get install -y zip
|
||||||
|
- bundle exec jekyll build -d butter-site
|
||||||
|
- zip -r content.zip butter-site
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- content.zip
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
28
_config.yml
28
_config.yml
|
|
@ -6,7 +6,13 @@ url: "" # the base hostname & protocol for your site, e.g. http://example.com
|
||||||
twitter_username: Butter App
|
twitter_username: Butter App
|
||||||
github_username: Butter App
|
github_username: Butter App
|
||||||
logo: "/assets/images/butter-app-logo-small.svg"
|
logo: "/assets/images/butter-app-logo-small.svg"
|
||||||
languages: ['en', 'es'] # powered by jekyll-multiple-languages-plugin
|
# powered by jekyll-multiple-languages-plugin
|
||||||
|
# During install, one row will be removed and the placeholder will be replaced with that code.
|
||||||
|
languages: [
|
||||||
|
'en',
|
||||||
|
'es',
|
||||||
|
'zh_Hans',
|
||||||
|
]
|
||||||
|
|
||||||
# Build settings
|
# Build settings
|
||||||
sass:
|
sass:
|
||||||
|
|
@ -16,23 +22,3 @@ sass:
|
||||||
plugins:
|
plugins:
|
||||||
- jekyll-feed
|
- jekyll-feed
|
||||||
- jekyll-multiple-languages-plugin
|
- jekyll-multiple-languages-plugin
|
||||||
|
|
||||||
# Exclude from processing.
|
|
||||||
# The following items will not be processed, by default.
|
|
||||||
# Any item listed under the `exclude:` key here will be automatically added to
|
|
||||||
# the internal "default list".
|
|
||||||
#
|
|
||||||
# Excluded items can be processed by explicitly listing the directories or
|
|
||||||
# their entries' file path in the `include:` list.
|
|
||||||
#
|
|
||||||
# exclude:
|
|
||||||
# - .sass-cache/
|
|
||||||
# - .jekyll-cache/
|
|
||||||
# - gemfiles/
|
|
||||||
# - Gemfile
|
|
||||||
# - Gemfile.lock
|
|
||||||
# - node_modules/
|
|
||||||
# - vendor/bundle/
|
|
||||||
# - vendor/cache/
|
|
||||||
# - vendor/gems/
|
|
||||||
# - vendor/ruby/
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue