Skip to content

My second brain that leverages the power of Obsidian and Materials for MkDocs

Notifications You must be signed in to change notification settings

HYP3R00T/mindmaze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mindmaze

It is my second brain that leverages the power of Obsidian and Material for MkDocs.

Why?

After spending hours surfing the internet, I stumbled upon tons of interesting stuff that I wanted to keep track of. But I couldn't remember it all, no matter how hard I tried to organize my bookmarks. So, I decided to use Obsidian to link my notes together and make sense of it all. And to share my findings with others easily, I turned it into a website using mkdocs. So here it is, my online treasure trove for everyone to explore!

Usage

Open in Obsidian

  • To open this project in Obsidian, first clone it to your local machine.
    git clone https://github.com/HYP3R00T/mindmaze
  • Open Obsidian and click on the Open button next to Open folder as vault.
  • Navigate to the cloned copy of this repo and open the mindmaze folder (the inner one).

Open in mkdocs

  • Prerequisites:
    • python with pip
    • Visual Studio Code - Optional
  • First clone it to your local machine.
    git clone https://github.com/HYP3R00T/mindmaze
  • Open the local copy of the repo in vscode.
  • Open a terminal within vscode create a python virtual environment.
    python -m venv .venv
  • Activate the virtual environment
    # Windows
    .\.venv\Scripts\Activate.ps1
    # Linux
    source ./.venv/bin/activate
  • Install python packages
    pip install -r requirements.txt
  • To see the live preview, just run mkdocs serve.

References

Plugins

Theme

Plugins