Add initial files
This commit is contained in:
0
_data/authors.yml
Normal file
0
_data/authors.yml
Normal file
16
_data/licenses.yml
Normal file
16
_data/licenses.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
CC-BY-4.0:
|
||||
name: Attribution 4.0 International
|
||||
url: https://creativecommons.org/licenses/by/4.0/
|
||||
image: https://i.creativecommons.org/l/by/4.0/88x31.png
|
||||
CC-BY-SA-4.0:
|
||||
name: Attribution-ShareAlike 4.0 International
|
||||
url: https://creativecommons.org/licenses/by-sa/4.0/
|
||||
image: https://i.creativecommons.org/l/by-sa/4.0/88x31.png
|
||||
CC-BY-NC-4.0:
|
||||
name: Attribution-NonCommercial 4.0 International
|
||||
url: https://creativecommons.org/licenses/by-nc/4.0/
|
||||
image: https://i.creativecommons.org/l/by-nc/4.0/88x31.png
|
||||
CC-BY-ND-4.0:
|
||||
name: Attribution-NoDerivatives 4.0 International
|
||||
url: https://creativecommons.org/licenses/by-nd/4.0/
|
||||
image: https://i.creativecommons.org/l/by-nd/4.0/88x31.png
|
||||
21
_data/locale.yml
Normal file
21
_data/locale.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
## => Engish
|
||||
########################
|
||||
en: &EN
|
||||
SUBSCRIBE : "Subscribe"
|
||||
READMORE : "Read more"
|
||||
SEARCH : "Search"
|
||||
CANCEL : "Cancel"
|
||||
VIEWS : "views"
|
||||
LAST_UPDATED : "Last updated"
|
||||
PREVIOUS : "PREVIOUS"
|
||||
NEXT : "NEXT"
|
||||
ARTICLE_DATE_FORMAT : "%b %d, %Y"
|
||||
ARTICLE_LIST_DATE_FORMAT: "%b %d"
|
||||
STATISTICS : "[POST_COUNT] post articles, [PAGE_COUNT] pages."
|
||||
LICENSE_ANNOUNCE : "This work is licensed under a [LICENSE] license."
|
||||
POST_ON_GITHUB : "Edit on Github"
|
||||
FOLLOW_ME : "Follow me on [NAME]."
|
||||
FOLLOW_US : "Follow us on [NAME]."
|
||||
EMAIL_ME : "Send me an Email."
|
||||
EMAIL_US : "Send us an Email."
|
||||
COPYRIGHT_DATES : "2019"
|
||||
12
_data/navigation.yml
Normal file
12
_data/navigation.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
header:
|
||||
- titles:
|
||||
en : &EN Archive
|
||||
url: /archive.html
|
||||
|
||||
- titles:
|
||||
en : &EN Portfolio
|
||||
url: https://webionite.com
|
||||
|
||||
- titles:
|
||||
en : &EN RSS
|
||||
url: /feed.xml
|
||||
64
_data/variables.yml
Normal file
64
_data/variables.yml
Normal file
@@ -0,0 +1,64 @@
|
||||
default:
|
||||
text_skin: default
|
||||
highlight_theme: default
|
||||
lang: en
|
||||
paths:
|
||||
root: /
|
||||
home: /
|
||||
archive: /archive.html
|
||||
rss: /feed.xml
|
||||
mathjax: false
|
||||
mathjax_autoNumber: false
|
||||
mermaid: false
|
||||
chart: false
|
||||
toc:
|
||||
selectors: 'h1,h2,h3'
|
||||
sources: bootcdn
|
||||
|
||||
page:
|
||||
mode: normal
|
||||
type: webpage
|
||||
article_header:
|
||||
align: left
|
||||
theme: light
|
||||
articles:
|
||||
show_cover: true
|
||||
show_excerpt: false
|
||||
show_readmore: false
|
||||
show_info: false
|
||||
show_title: true
|
||||
show_edit_on_github: false
|
||||
show_date: true
|
||||
show_tags: true
|
||||
show_author_profile: false
|
||||
show_subscribe: false
|
||||
full_width: false
|
||||
sharing: false
|
||||
comment: true
|
||||
license: false
|
||||
pageview: false
|
||||
search: default
|
||||
|
||||
sources:
|
||||
bootcdn:
|
||||
font_awesome: 'https://use.fontawesome.com/releases/v5.0.13/css/all.css'
|
||||
jquery: 'https://cdn.bootcss.com/jquery/3.1.1/jquery.min.js'
|
||||
leancloud_js_sdk: '//cdn.jsdelivr.net/npm/leancloud-storage@3.13.2/dist/av-min.js'
|
||||
chart: 'https://cdn.bootcss.com/Chart.js/2.7.2/Chart.bundle.min.js'
|
||||
gitalk:
|
||||
js: 'https://cdn.bootcss.com/gitalk/1.2.2/gitalk.min.js'
|
||||
css: 'https://cdn.bootcss.com/gitalk/1.2.2/gitalk.min.css'
|
||||
valine: 'https://unpkg.com/valine/dist/Valine.min.js' # bootcdn not available
|
||||
mathjax: 'https://cdn.bootcss.com/mathjax/2.7.4/MathJax.js?config=TeX-MML-AM_CHTML'
|
||||
mermaid: 'https://cdn.bootcss.com/mermaid/8.0.0-rc.8/mermaid.min.js'
|
||||
unpkg:
|
||||
font_awesome: 'https://use.fontawesome.com/releases/v5.0.13/css/all.css'
|
||||
jquery: 'https://unpkg.com/jquery@3.3.1/dist/jquery.min.js'
|
||||
leancloud_js_sdk: '//cdn.jsdelivr.net/npm/leancloud-storage@3.13.2/dist/av-min.js'
|
||||
chart: 'https://unpkg.com/chart.js@2.7.2/dist/Chart.min.js'
|
||||
gitalk:
|
||||
js: 'https://unpkg.com/gitalk@1.2.2/dist/gitalk.min.js'
|
||||
css: 'https://unpkg.com/gitalk@1.2.2/dist/gitalk.css'
|
||||
valine: 'https//unpkg.com/valine/dist/Valine.min.js'
|
||||
mathjax: 'https://unpkg.com/mathjax@2.7.4/unpacked/MathJax.js?config=TeX-MML-AM_CHTML'
|
||||
mermaid: 'https://unpkg.com/mermaid@8.0.0-rc.8/dist/mermaid.min.js'
|
||||
Reference in New Issue
Block a user