Go to file
Niko Abeler 0c8779def7 test follow/unfollow 2024-05-16 20:27:08 +02:00
app test follow/unfollow 2024-05-16 20:27:08 +02:00
assets micro formats + html from owl 1 2023-07-19 21:03:48 +02:00
cmd/owl WIP copying code from fedi-games 2024-05-13 19:03:24 +02:00
config WIP copying code from fedi-games 2024-05-13 19:03:24 +02:00
domain/model refactoring to have a dedicated site config service. Default config for new setups 2024-02-25 14:01:55 +01:00
e2e_tests test follow/unfollow 2024-05-16 20:27:08 +02:00
entry_types Open Graph Meta data 2024-02-24 21:21:48 +01:00
importer full import 2023-07-19 21:03:48 +02:00
infra add follower repository 2024-05-12 21:45:04 +02:00
interactions first retrieved webmention 2023-08-09 20:36:44 +02:00
plugings unified interface Formable 2024-02-21 20:24:18 +01:00
render add me links again 2024-05-11 21:21:39 +02:00
test unified interface Formable 2024-02-21 20:24:18 +01:00
web test follow/unfollow 2024-05-16 20:27:08 +02:00
.air.toml WIP mock amsto + tests 2024-05-14 21:23:37 +02:00
.dockerignore WIP mock amsto + tests 2024-05-14 21:23:37 +02:00
.gitignore WIP mock amsto + tests 2024-05-14 21:23:37 +02:00
Dockerfile package updates 2024-05-09 11:13:42 +02:00
README.md update README with build and run 2024-02-25 20:29:41 +01:00
avatar.jpg using owl styling 2024-05-11 16:33:29 +02:00
go.mod WIP copying code from fedi-games 2024-05-13 19:03:24 +02:00
go.sum WIP copying code from fedi-games 2024-05-13 19:03:24 +02:00
release.sh WIP release 2023-07-19 21:03:48 +02:00
testbed.html using owl styling 2024-05-11 16:33:29 +02:00

README.md

Mascot

Owl Blogs

A simple web server for blogs generated from Markdown files.

This project is not yet stable. Expect frequent breaking changes! Only use this if you are willing to regularly adjust your project accordingly.

Build

CGO_ENABLED=1 go build -o owl ./cmd/owl

Run

To run the web server use the command:

owl web

The blog will run on port 3000 (http://localhost:3000)

To create a new account:

owl new-author -u <name> -p <password>

To retrieve a list of all commands run:

owl -h