https://github.com/pawamoy/website
My personal website.
https://github.com/pawamoy/website
giscus giscussions mkdocs mkdocs-blog mkdocs-material mkdocs-site
Last synced: 2 months ago
JSON representation
My personal website.
- Host: GitHub
- URL: https://github.com/pawamoy/website
- Owner: pawamoy
- License: isc
- Created: 2020-06-04T21:33:15.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-02-08T15:47:53.000Z (2 months ago)
- Last Synced: 2025-02-08T16:33:06.879Z (2 months ago)
- Topics: giscus, giscussions, mkdocs, mkdocs-blog, mkdocs-material, mkdocs-site
- Language: Python
- Homepage: https://pawamoy.github.io/
- Size: 21.7 MB
- Stars: 51
- Watchers: 6
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pawamoy's website
My personal blog and website, built with [MkDocs](https://mkdocs.org),
and the [Material for MkDocs theme](https://squidfunk.github.io/mkdocs-material/).Served at https://pawamoy.github.io/.
## Setup
Install dependencies in a venv with `/scripts/setup.sh`.
## Development
Serve locally with `./scripts/serve.sh`.
## Deployment
Deploy to [pawamoy.github.io](https://github.com/pawamoy/pawamoy.github.io)'s
GitHub pages with `./scripts/deploy.sh`.