responsive layout with popup slider
This commit is contained in:
parent
9762b3ec59
commit
5251705af9
79 changed files with 3095 additions and 998 deletions
54
_config.yml
54
_config.yml
|
|
@ -1,24 +1,36 @@
|
|||
# Welcome to Jekyll!
|
||||
#
|
||||
# This config file is meant for settings that affect your whole blog, values
|
||||
# which you are expected to set up once and rarely need to edit after that.
|
||||
# For technical reasons, this file is *NOT* reloaded automatically when you use
|
||||
# 'jekyll serve'. If you change this file, please restart the server process.
|
||||
|
||||
# Site settings
|
||||
title: Like Butter... it's easy!
|
||||
email: info@likebutter.app
|
||||
description: > # this means to ignore newlines until "baseurl:"
|
||||
A curated selection of apps to make life a little smoother offline.
|
||||
title: Butter | Life without internet made smoother.
|
||||
description: >- # this means to ignore newlines until "baseurl:"
|
||||
Life without internet made smoother. Get access to tools that help.
|
||||
baseurl: "" # the subpath of your site, e.g. /blog
|
||||
url: "/" # the base hostname & protocol for your site
|
||||
twitter_username: jekyllrb
|
||||
github_username: jekyll
|
||||
gitlab_username: pages
|
||||
|
||||
# Outputting
|
||||
permalink: /:categories/:year/:month/:day/:title
|
||||
url: "" # the base hostname & protocol for your site, e.g. http://example.com
|
||||
twitter_username: Butter App
|
||||
github_username: Butter App
|
||||
logo: "/assets/images/butter-app-logo-small.svg"
|
||||
|
||||
# Build settings
|
||||
markdown: kramdown
|
||||
exclude: ["README.md"]
|
||||
sass:
|
||||
sass_dir: _scss
|
||||
style: compressed
|
||||
|
||||
plugins:
|
||||
- jekyll-feed
|
||||
|
||||
# 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