Skip to content

SKM Foam#

My knowledge base in foam. See the built website at https://seankmartin.github.io/skm-foam/.

Build a local website version#

pip install -r requirements.txt
python merge-journal.py
python cp-docs.py
mkdocs serve

Then:

start chrome http://127.0.0.1:8000/

OR

python cp-docs.py
mkdocs build
mkdocs gh-deploy

Convert a file to another format#

For instance, to convert projects\open-data to latex

pandoc -r markdown-auto_identifiers projects\open-data.md -t latex -o open_data.tex