Skip to content

shokinn/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMPORTANT - DO NOT PULISH, SINCE IT'S USING GOOGLE FONTS BY NOW!

See: https://www.heise.de/news/DSGVO-Abmahnwelle-wegen-Google-Fonts-7206364.html

Philip's Docs

These are my docs about any stuff which I find interesting and I think it#s worth to document.
It's mostly some server/software stuff.

You can find my docs here:
https://docs.pphg.tech

Setup local dev environment

MKDOCS_VERSION="1.0.4" && \
MKINCLUDE_VERSION="0.5.1" && \
PYMD_EXT_VERSION="5.0" && \
PYGMENTS_VERSION="2.2.0" && \
MATERIAL_VERSION="3.0.4" && \
sudo apt update && \
sudo apt install -y python3 python3-pip && \
pip3 install --user --upgrade pip && \
pip3 install --user \
  mkdocs==${MKDOCS_VERSION} \
  markdown-include==${MKINCLUDE_VERSION} \
  pymdown-extensions==${PYMD_EXT_VERSION} \
  pygments==${PYGMENTS_VERSION} \
  mkdocs-material==${MATERIAL_VERSION}

Builds

Prod

volkswagen status

Staging

volkswagen status

Releases

No releases published

Packages

No packages published

Languages