https://github.com/suneeta-mall/suneeta-mall.github.io
Random musing of a curious engineer!
https://github.com/suneeta-mall/suneeta-mall.github.io
blog mkdocs
Last synced: 5 months ago
JSON representation
Random musing of a curious engineer!
- Host: GitHub
- URL: https://github.com/suneeta-mall/suneeta-mall.github.io
- Owner: suneeta-mall
- License: other
- Created: 2019-05-20T19:21:56.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2025-11-23T08:27:34.000Z (7 months ago)
- Last Synced: 2025-11-23T10:07:31.181Z (7 months ago)
- Topics: blog, mkdocs
- Language: HTML
- Homepage: https://suneeta-mall.github.io/
- Size: 51 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Random Musings
Random musing of a curious engineer!
# Setup Dev
To launch mkdocs locally, follow these instructions:
1. Create a Python environment:
```bash
python3.11 -m venv .venv
source .venv/bin/activate
```
2. **Install Dependencies**
```bash
make install
```
3. Start the serving endpoint:
```bash
make serve
```