https://github.com/hbjydev/wiki.h4n.io
https://github.com/hbjydev/wiki.h4n.io
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hbjydev/wiki.h4n.io
- Owner: hbjydev
- Created: 2023-06-30T22:58:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-06T12:30:58.000Z (almost 2 years ago)
- Last Synced: 2025-01-26T16:44:26.378Z (4 months ago)
- Language: HTML
- Homepage: https://wiki-hbjy.vercel.app
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wiki.h4n.io
My personal note taking & documentation site, written in Markdown, hosted on
Vercel, and built with mkdocs.## Setup
1. Set up a virtualenv
- Use the `virtualenv` Python module
- Use the included `direnv` config (using pyenv).
2. Run `pip install -U pip pip-tools`
3. Run `pip-sync`
4. Run `mkdocs serve`