115 lines
No EOL
2.1 KiB
YAML
115 lines
No EOL
2.1 KiB
YAML
# Welcome to My Blog
|
|
title: Awesome Personal Blog
|
|
author:
|
|
email:
|
|
description: Personal Blog of @ By Me.
|
|
baseurl: "/"
|
|
url: "https://*"
|
|
twitter_username:
|
|
github_username:
|
|
|
|
# Build settings
|
|
full-width: true
|
|
theme: beautiful-jekyll-theme
|
|
plugins:
|
|
- jekyll-feed
|
|
|
|
# Navigating Bar
|
|
navbar-links:
|
|
AboutMe: "about"
|
|
Home: "https://* "
|
|
Blogs: "blogs"
|
|
Pages: "pages"
|
|
Projects: "projects"
|
|
Others: "others"
|
|
|
|
# Logo
|
|
round-avatar: true
|
|
title-img: /path/to/image
|
|
|
|
# Footer
|
|
social-network-links:
|
|
gitlab:
|
|
email:
|
|
rss: true
|
|
github:
|
|
twitter:
|
|
mastodon:
|
|
tumblr:
|
|
bluesky:
|
|
linkedin:
|
|
ORCID:
|
|
|
|
# RSS
|
|
rss-description: The website is a proof that I am @ .
|
|
|
|
# Share Links
|
|
share-links-active:
|
|
twitter: true
|
|
bluesky: true
|
|
linkedin: true
|
|
|
|
#
|
|
title-on-all-pages: true
|
|
|
|
# Colors & Backgrounds
|
|
page-col: "#FFFFFF"
|
|
text-col: "#404040"
|
|
link-col: "#008AFF"
|
|
hover-col: "#0085A1"
|
|
navbar-col: "#EAEAEA"
|
|
navbar-text-col: "#404040"
|
|
navbar-border-col: "#DDDDDD"
|
|
footer-col: "#EAEAEA"
|
|
footer-text-col: "#777777"
|
|
footer-link-col: "#404040"
|
|
footer-hover-col: "#0085A1"
|
|
|
|
# Analytics
|
|
gtag: "G- *"
|
|
gtm: " "
|
|
|
|
disqus: " "
|
|
|
|
# Output options (more information on Jekyll's site)
|
|
timezone: "America/New Jersey"
|
|
markdown: kramdown
|
|
highlighter: rouge
|
|
permalink: /:title.html/
|
|
paginate: 5
|
|
|
|
kramdown:
|
|
input: GFM
|
|
|
|
# Default YAML values (more information on Jekyll's site)
|
|
defaults:
|
|
-
|
|
scope:
|
|
path: ""
|
|
type: "posts"
|
|
values:
|
|
layout: "post"
|
|
comments: true # add comments to all blog posts
|
|
social-share: true # add social media sharing buttons to all blog posts
|
|
-
|
|
scope:
|
|
path: "" # any file that's not a post will be a "page" layout by default
|
|
values:
|
|
layout: "page"
|
|
|
|
# Exclude these files from production site
|
|
exclude:
|
|
- CHANGELOG.md
|
|
- CNAME
|
|
- Gemfile
|
|
- Gemfile.lock
|
|
- LICENSE
|
|
- README.md
|
|
- screenshot.png
|
|
- docs/
|
|
|
|
plugins:
|
|
- jekyll-paginate
|
|
- jekyll-sitemap
|
|
- jekyll-feed
|
|
- jekyll-seo-tag |