GoBlog/README.md

25 lines
699 B
Markdown
Raw Normal View History

2021-01-19 18:52:43 +00:00
# GoBlog
Hello!
This repository contains the code for GoBlog, my own blogging system. I created it because I was tired of all the workarounds to customize Hugo and other blog systems to my needs.
The goals of GoBlog are:
- Minimalism
2021-01-21 16:59:47 +00:00
- Performance
2021-01-19 18:52:43 +00:00
- Flexibility
2021-03-15 21:28:43 +00:00
- IndieWeb
2021-01-19 18:52:43 +00:00
2021-07-15 16:56:03 +00:00
To configure GoBlog, take a look at the `example-config.yml` file and save your configuration to `config\config.yml`. How to install and run GoBlog is explained in the [docs](docs/install.md).
2021-01-19 18:52:43 +00:00
2021-03-15 21:28:43 +00:00
Administration paths:
- Login: `/login`
- Logout: `/logout`
- Editor: `/editor` (prefixed with the blog path)
- Notifications: `/notifications`
- Webmentions: `/webmention`
- Comments: `/comment`
[jlelse](https://jlelse.blog)