cedaei.com/_config.yml

156 lines
3.2 KiB
YAML

theme: jekyll-text-theme # Gem-based Jekyll Themes
text_skin: dark
highlight_theme: tomorrow-night-bright
url : /
baseurl : # does not include hostname
title : Ceda EI's Blog
## => Language and Timezone
##############################
lang: en # the language of your site, default as "en"
timezone: IN # see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones for the available values
## => Author and Social
##############################
author:
type : person # "person" (default), "organization"
name : Ceda EI
url : https://webionite.com/
avatar : https://webionite.com/images/ceda.jpg # path or url of avatar image (square)
bio : >
I am a 19-year old student from India who has an interest in system
administration and programming. I am a Linux user who likes to rice his
desktop and have some experience managing servers.
email : ceda_ei@webionite.com
telegram : ceda_ei
## => Paths
##############################
paths:
root : / # title link url, "/" (default)
home : / # home layout url, "/" (default)
archive : /archive.html # "/archive.html" (default)
rss : /feed.xml # "/feed.xml" (default)
## => Post
##############################
## excerpt
excerpt_separator: <!--more-->
## license
license: CC-BY-SA-4.0 # "CC-BY-4.0", "CC-BY-SA-4.0", "CC-BY-NC-4.0", "CC-BY-ND-4.0"
## TOC
toc:
selectors: # "h1,h2,h3" (default)
## => Markdown Enhancements
##############################
## Mathjax
mathjax: # false (default), true
mathjax_autoNumber: # false (default), true
## Mermaid
mermaid: # false (default), true
## Chart
chart: # false (default), true
## => Paginate
##############################
paginate: 8
paginate_path: /page:num # don't change this unless for special need
## => Sources
##############################
sources: # bootcdn (default), unpkg
## => Sharing
##############################
sharing:
provider: false # false (default), "addtoany", "addthis", "custom"
## AddThis
addthis:
id: # AddThis pubid, e.g. ra-5xxxxxxxxxxx
## => Comments
##############################
comments:
provider: false # false (default), "disqus", "gitalk", "valine", "custom"
## => Pageview
##############################
pageview:
provider: false # false (default), "leancloud", "custom"
## => Search
##############################
search:
provider: false # "default" (default), false, "google", "custom"
## => Analytics
##############################
analytics:
provider: false # false (default), "google", "custom"
## => Build
##############################
markdown : kramdown
highlighter : rouge
permalink : date
exclude:
- CHANGELOG.md
- HOW_TO_RELEASE.md
- Gemfile
- Gemfile.lock
- LICENSE
- README-*.md
- README.md
- gulpfile.js
- jekyll-text-theme.gemspec
- package-lock.json
- package.json
- /docs
- /node_modules
- /screenshots
- /test
- /vendor
defaults:
- scope:
path: ""
type: posts
values:
layout: article
sharing: true
license: true
aside:
toc: true
show_edit_on_github: false
show_subscribe: true
pageview: false
## => Plugins
##############################
plugins:
- jekyll-feed
- jekyll-paginate
- jekyll-sitemap
- jemoji