Skip to content

DanielaValero/second-brain

Repository files navigation

learn in public

Hello,

This is a place where I put things that I am currently learning professionally.

Deploying this

I am building it with mkdocs (a python static site generator), and using mkdocs-material theme.

Installation

Pre requisites

  • Install Python 3: brew install python3
    -- note: if pip is not linked, do: brew unlink python && brew link python
  • Install pip: python3 -m ensurepip --upgrade
  • Add python3 to your PATH: echo PATH=/opt/homebrew/bin/python3/:$PATH

Installation:

$ pip install -r requirements.txt

If you get a message that the default write folder (to install dependencies) is not writable, then use the following command:

python3 -m pip install -r requirements.txt 

Other problems? Checkout the troubleshooting page

Running docs locally

mkdocs serve

Edit custom CSS

-> docs/assets/css/extra.css

Deployment

the github workflow will update the gh-pages branch.
You need to go to your github pages setting and configure it to be deployed by that branch name

Things I want to add

About

Place where I publish notes, ideas, my ever list of unfinished blogposts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published