default no publish unsorted

This commit is contained in:
⧉ infominer 2023-06-18 23:09:26 +05:30
parent 74e5c900c9
commit 9ce52c579e

View File

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