https://github.com/bitfertig/blog.bitfertig.de
Bitfertig Blog
https://github.com/bitfertig/blog.bitfertig.de
Last synced: 4 months ago
JSON representation
Bitfertig Blog
- Host: GitHub
- URL: https://github.com/bitfertig/blog.bitfertig.de
- Owner: Bitfertig
- Created: 2020-10-21T09:36:45.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-04T15:57:08.000Z (over 5 years ago)
- Last Synced: 2025-10-03T12:42:45.894Z (9 months ago)
- Language: HTML
- Homepage: http://blog.bitfertig.de
- Size: 717 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**.... NOT READY YET ....**
# Bitfertig Blog [🔗](http://blog.bitfertig.de)
## Description
Database-less blog system. Every dir is an entry.
## How to work on a post
### Creating
Create a directory named with the topic of the post inside of "posts/".
Create to files in it
* posts/mytopic/post.json
* posts/mytopic/index.md
post.json has all relevant information of the post.
index.md is the content file of the post. Instead of markdown (index.md) there are other formats possible:
* index.md
* index.html
To watch changes of the post, run the following command:
```bash
npm run watch --post="git"
```
It will read the post.json file and process it to create a static HTML file in a folder like:
/public/mytopic/index.html.
And updates the sitemap.xml
## Author
🌐 [www.bitfertig.de](http://www.bitfertig.de)
🌐 [www.twitter.com/bitfertig](https://twitter.com/bitfertig)