Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-18T15:56:07.000Z (4 months ago)
- Last Synced: 2024-09-26T20:39:21.162Z (3 months ago)
- Topics: giscus, giscussions, mkdocs, mkdocs-blog, mkdocs-material, mkdocs-site
- Language: Python
- Homepage: https://pawamoy.github.io/
- Size: 21.5 MB
- Stars: 46
- Watchers: 6
- Forks: 5
- Open Issues: 6
-
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`.