GoBlog/docs/index.md

18 lines
867 B
Markdown
Raw Normal View History

2021-09-26 11:10:37 +00:00
# GoBlog
With GoBlog [I](https://jlelse.blog) created my own blogging system, because it was too much work for me to implement all my ideas with already existing system. GoBlog is a dynamic blogging system, but inspired by Hugo, it has goals like performance and flexibility. It also implements many IndieWeb functionalities like Webmentions or IndieAuth to use your own blog as an identity on the internet.
License: MIT License
2021-09-26 11:26:32 +00:00
[Blog](https://goblog.app/)
[Documentation](https://docs.goblog.app)
[Main repository](https://git.jlel.se/jlelse/GoBlog)
[GitHub mirror](https://github.com/jlelse/GoBlog)
[Codeberg mirror](https://codeberg.org/jlelse/GoBlog)
2021-09-26 11:10:37 +00:00
More information about GoBlog:
- [How to install and run GoBlog](./install.md)
- [How to build GoBlog](./build.md)
2021-09-26 11:26:32 +00:00
- [Administration paths](./admin-paths.md)
- [GoBlog's storage system](./storage.md)