Skip to content

This is my public endpoint for sharing all the notes I make available to the world. It operates with MkDocs, and every piece of knowledge I want to publish from my second-brain-private project will be hosted here.

Notifications You must be signed in to change notification settings

rohanbatrain/knowledge-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Knowledge-Base

This is my public endpoint for all the notes that i expose to the world, It operates with mkdocs and every piece of knowledge that i wish to public from my second-brain-private project would reside here.

https://rohanbatrain.github.io/knowledge-base/

Setup

Most of the steps are sourced from mkdocs-material documentation

  1. Installed mkdocs and mkdocs-material
  2. Yaml updation
theme:
  name: material
  1. Installed YAML extention from redhat, then opened settings ctrl + , > settings > search for json > Edit in settings.json > replace the content with the following one:
{
  "yaml.schemas": {
    "https://squidfunk.github.io/mkdocs-material/schema.json": "mkdocs.yml"
  },
  "yaml.customTags": [ 
    "!ENV scalar",
    "!ENV sequence",
    "tag:yaml.org,2002:python/name:materialx.emoji.to_svg",
    "tag:yaml.org,2002:python/name:materialx.emoji.twemoji",
    "tag:yaml.org,2002:python/name:pymdownx.superfences.fence_code_format"
  ]
}
  1. Added custom js
extra_javascript:
  - javascripts/extra.js

About

This is my public endpoint for sharing all the notes I make available to the world. It operates with MkDocs, and every piece of knowledge I want to publish from my second-brain-private project will be hosted here.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published