1 Star 0 Fork 0

周碧莲 / 周碧莲

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
_config.yml 2.40 KB
一键复制 编辑 原始数据 按行查看 历史
Michael Rose 提交于 2020-06-08 08:46 . Add relative image example
# 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 edit after that. If you find
# yourself editing this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
# Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
lang: en-US
title: Basically Basic
email: dugan.nash@mailinator.com
description: "Your new default Jekyll theme"
baseurl: "/example" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
author:
name: Dugan Nash
twitter: Towlette_Pettetucci
picture: /assets/images/johndoe.png
twitter_username: Towlette_Pettetucci
github_username: Towlette_Pettetucci
logo: /assets/icons/basically-basic-logo-light.svg
search: true
search_full_content: true
search_provider: algolia
algolia:
application_id: QB6HVGBSBA
index_name: basically-basic
search_only_api_key: 9d5014e5bbc77372547bce778dfa5663
powered_by: # true (default), false
# Liquid
liquid:
error_mode: strict
# Build settings
markdown: kramdown
theme: jekyll-theme-basically-basic
plugins: # previously gems
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-paginate
feed:
path: atom.xml
# Pagination - https://jekyllrb.com/docs/pagination/
paginate: 10
paginate_path: /page:num/
# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
# to override the default setting.
# exclude:
# - Gemfile
# - Gemfile.lock
# - node_modules
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/
# Collections
collections:
recipes:
output: true
permalink: /:collection/:path/
# Front Matter Defaults
defaults:
# _posts
- scope:
path: "_posts"
type: posts
values:
layout: post
read_time: true
# _recipes
- scope:
path: "_recipes"
type: recipes
values:
layout: post
read_time: true
CSS
1
https://gitee.com/Zhoubilian/Zhoubilian.git
git@gitee.com:Zhoubilian/Zhoubilian.git
Zhoubilian
Zhoubilian
周碧莲
gh_pages2.0

搜索帮助