forked from kitian616/jekyll-TeXt-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
185 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
Gem::Specification.new do |spec| | ||
spec.name = "jekyll-text-theme" | ||
spec.version = "1.3.0" | ||
spec.version = "1.4.0" | ||
spec.authors = ["kitian616"] | ||
spec.email = ["[email protected]"] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,19 @@ theme: jekyll-text-theme | |
# | | \ --. / .'. \ | | | ||
# `--' `----''--' '--' `--' | ||
|
||
# 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. | ||
|
||
# ,--------. ,--. ,--. ,--. | ||
# '--. .--',---. \ `.' /,-' '-. | ||
# | | | .-. : .' \ '-. .-' | ||
# | | \ --. / .'. \ | | | ||
# `--' `----''--' '--' `--' | ||
|
||
## Base settings ## | ||
# url: #!the base hostname & protocol for your site e.g. https://www.someone.com (!!required!!) | ||
baseurl: / | ||
|
@@ -31,9 +44,14 @@ nav_lists: | |
zh-Hant: 關於 | ||
url: /about.html | ||
|
||
paths: | ||
home: / | ||
all: /all.html | ||
rss: /feed.xml | ||
|
||
## GitHub repository (if the site is hosted by GitHub) ## | ||
# repository: e.g. someone/someone.github.io | ||
# repository_tree: e.g. master | ||
repository: someone/someone.github.io | ||
repository_tree: master | ||
|
||
## Language & timezone ## | ||
lang: en #the language of your site, eg: en(English), zh(简体中文), zh-Hans(简体中文), zh-Hant(繁體中文) | ||
|
@@ -42,14 +60,14 @@ timezone: Asia/Shanghai | |
## Author & social ## | ||
author: | ||
name: Someone | ||
# email: #your Email address e.g. [email protected] | ||
# facebook: #your Facebook username | ||
# twitter: #your Twitter username | ||
# github: #your GitHub username | ||
# googleplus: #your Google+ username | ||
# weibo: #your Weibo username | ||
# douban: #your Douban username | ||
# linkedin: #your Linkedin username | ||
email: [email protected] #your Email address e.g. [email protected] | ||
facebook: someone #your Facebook username | ||
twitter: someone #your Twitter username | ||
github: someone #your GitHub username | ||
googleplus: someone #your Google+ username | ||
weibo: someone #your Weibo username | ||
douban: someone #your Douban username | ||
linkedin: someone #your Linkedin username | ||
|
||
## Comment system (Disqus) ## | ||
disqus: | ||
|
@@ -72,7 +90,7 @@ paginate_path: /blog/page:num | |
|
||
## Post excerpts ## | ||
excerpt_separator: <!--more--> | ||
excerpt_type: text ## text | html | ||
excerpt_type: html ## text | html | ||
|
||
## Build ## | ||
markdown: kramdown | ||
|
Oops, something went wrong.