fix config

This commit is contained in:
⧉ infominer 2023-06-22 02:01:25 +05:30
parent ad3d1c7ab9
commit db702bad10

View File

@ -1,20 +1,20 @@
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your entire site, 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.
This config file is meant for settings that affect your entire site, 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.
# Theme Settings
#
# Review documentation to determine if you should use `theme` or `remote_theme`
# https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/#installing-the-theme
Theme Settings
Review documentation to determine if you should use `theme` or `remote_theme`
https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/#installing-the-theme
theme : "minimal-mistakes-jekyll"
remote_theme : "mmistakes/minimal-mistakes"
# theme : "minimal-mistakes-jekyll"
# remote_theme : "mmistakes/minimal-mistakes"
minimal_mistakes_skin : "air" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
Site Settings
# Site Settings
locale : "en-US"
title : "Decentralized Identity Web Directory"
title_separator : "| "
@ -27,7 +27,7 @@ github : [metadata]
teaser : /images/did-square.webp
logo : "/images/DID.webp"
masthead_title : "Decentralized Identity"
breadcrumbs : false # true, false (default)
# breadcrumbs : false # true, false (default)
words_per_minute : 200
comments:
provider : "staticman_v2"
@ -73,38 +73,38 @@ algolia:
google:
search_engine_id : # YOUR_SEARCH_ENGINE_ID
instant_search : # false (default), true
SEO Related
# SEO Related
google_site_verification :
bing_site_verification :
yandex_site_verification :
naver_site_verification :
Social Sharing
# Social Sharing
twitter:
username : "infominer33"
site: "decentralizeid"
description : "Resources for Creating a Vendor Agnostic, User-Controlled, Identity Layer for the Internet."
image : "/images/IDecentralized.webp"
# description : "Resources for Creating a Vendor Agnostic, User-Controlled, Identity Layer for the Internet."
# image : "/images/IDecentralized.webp"
facebook:
username :
app_id :
publisher :
og_image : /images/did-twitter.webp
For specifying social profiles
- https://developers.google.com/structured-data/customize/social-profiles
# For specifying social profiles
# - https://developers.google.com/structured-data/customize/social-profiles
social:
type : # Person or Organization (defaults to Person)
name : # If the user or organization name differs from the site's name
links: # An array of links to social media profiles
Analytics
# Analytics
analytics:
provider : custom # false (default), "google", "google-universal", ""
google:
tracking_id : #UA-132558656-3
anonymize_ip : true
Site Author
# Site Author
author:
name : "DIDecentral"
avatar : /images/did-square.webp
@ -123,11 +123,11 @@ author:
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://twitter.com/DecentralizeID"
https://fontawesome.com/icons/telegram?style=brands
Just go to fontawesome.com and add whatever social sites you need here.
# https://fontawesome.com/icons/telegram?style=brands
# Just go to fontawesome.com and add whatever social sites you need here.
Site Footer
# Site Footer
footer:
links:
- label: "Email"
@ -145,7 +145,7 @@ footer:
Reading Files
# Reading Files
include:
- .htaccess
- _pages
@ -183,7 +183,7 @@ encoding: "utf-8"
markdown_ext: "markdown,mkdown,mkdn,mkd,md"
Conversion
# Conversion
markdown: kramdown
highlighter: rouge
lsi: false
@ -191,7 +191,7 @@ excerpt_separator: "\n\n"
incremental: false
Markdown Processing
# Markdown Processing
kramdown:
input: GFM
hard_wrap: false
@ -203,20 +203,20 @@ kramdown:
enable_coderay: false
Sass/SCSS
# Sass/SCSS
sass:
sass_dir: _sass
style: compressed # http://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style
Outputting
# Outputting
permalink: /:categories/:title/
paginate: 12 # amount of posts to show
paginate_path: /posts/page:num/
timezone: Pacific/Fakaofo # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
Plugins (previously gems:)
# Plugins (previously gems:)
plugins:
- jekyll-paginate
- jekyll-sitemap
@ -230,7 +230,7 @@ plugins:
jekyll-mentions:
base_url: https://twitter.com
mimic GitHub Pages with --safe
# mimic GitHub Pages with --safe
whitelist:
- jekyll-paginate
- jekyll-sitemap
@ -245,43 +245,43 @@ liquid:
error_mode: strict
strict_filters: true
Archives
Type
- GitHub Pages compatible archive pages built with Liquid ~> type: liquid (default)
- Jekyll Archives plugin archive pages ~> type: jekyll-archives
Path (examples)
- Archive page should exist at path when using Liquid method or you can
expect broken links (especially with breadcrumbs enabled)
- <base_path>/tags/my-awesome-tag/index.html ~> path: /tags/
- <base_path/categories/my-awesome-category/index.html ~> path: /categories/
- <base_path/my-awesome-category/index.html ~> path: /
# Archives
# Type
# - GitHub Pages compatible archive pages built with Liquid ~> type: liquid (default)
# - Jekyll Archives plugin archive pages ~> type: jekyll-archives
# Path (examples)
# - Archive page should exist at path when using Liquid method or you can
# expect broken links (especially with breadcrumbs enabled)
# - <base_path>/tags/my-awesome-tag/index.html ~> path: /tags/
# - <base_path/categories/my-awesome-category/index.html ~> path: /categories/
# - <base_path/my-awesome-category/index.html ~> path: /
category_archive:
type: liquid
path: /categories/
tag_archive:
type: liquid
path: /tags/
https://github.com/jekyll/jekyll-archives
jekyll-archives:
enabled:
- categories
- tags
layouts:
category: archive-taxonomy
tag: archive-taxonomy
permalinks:
category: /categories/:name/
tag: /tags/:name/
# https://github.com/jekyll/jekyll-archives
# jekyll-archives:
# enabled:
# - categories
# - tags
# layouts:
# category: archive-taxonomy
# tag: archive-taxonomy
# permalinks:
# category: /categories/:name/
# tag: /tags/:name/
HTML Compression
- http://jch.penibelst.de/
# HTML Compression
# - http://jch.penibelst.de/
compress_html:
clippings: all
ignore:
envs: development
Defaults
# Defaults
defaults:
# _pages
- scope: