From db702bad10ed36142420e1e4eb9cd7aecb0e4238 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=A7=89=20infominer?= Date: Thu, 22 Jun 2023 02:01:25 +0530 Subject: [PATCH] fix config --- _config.yml | 110 ++++++++++++++++++++++++++-------------------------- 1 file changed, 55 insertions(+), 55 deletions(-) diff --git a/_config.yml b/_config.yml index 40b00564..4e0345a2 100644 --- a/_config.yml +++ b/_config.yml @@ -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) - - /tags/my-awesome-tag/index.html ~> path: /tags/ - - path: /categories/ - - 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) +# - /tags/my-awesome-tag/index.html ~> path: /tags/ +# - path: /categories/ +# - 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: