Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krake747/krake-blog
Krake Blog
https://github.com/krake747/krake-blog
Last synced: 3 days ago
JSON representation
Krake Blog
- Host: GitHub
- URL: https://github.com/krake747/krake-blog
- Owner: krake747
- Created: 2024-02-09T17:50:07.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-01-05T19:48:25.000Z (11 days ago)
- Last Synced: 2025-01-05T20:27:50.996Z (11 days ago)
- Homepage: https://krake747.github.io/krake-blog/
- Size: 785 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# krake-blog
I was generally curious about static site generators. I thought why not give it a go and create a simple blog.
I am using Material for MkDocs instead of creating my own site, because of its many features and community support.
In addition, Material for MkDocs is easy to setup and deploy to GitHub Pages.Now whether I will actually produce blog content remains to be seen.
You can visit the blog on [krake-blog](https://krake747.github.io/krake-blog/)
## Quick start
```bash
py -m venv .venv
pip install mkdocs-material
or
pip install -r requirements.txt
```Note: Run `source .venv/bin/activate` to activate the vritaul environment on Linux.
## How to upgrade
```bash
pip install --upgrade --force-reinstall mkdocs-material
pip show mkdocs-material
```For full documentation visit
[![Built with Material for MkDocs](https://img.shields.io/badge/Material_for_MkDocs-526CFE?style=for-the-badge&logo=MaterialForMkDocs&logoColor=white)](https://squidfunk.github.io/mkdocs-material/)
and [MkDocs](https://www.mkdocs.org).
## Commands
- `mkdocs new [dir-name]` - Create a new project.
- `mkdocs serve` - Start the live-reloading docs server.
- `mkdocs build` - Build the documentation site.
- `mkdocs -h` - Print help message and exit.