Go to file
Niko Abeler 29ae7e717f actor details 2024-05-18 13:10:14 +02:00
app actor details 2024-05-18 13:10:14 +02:00
assets micro formats + html from owl 1 2023-07-19 21:03:48 +02:00
cmd/owl support announce, publish deletions, add 'hashtags' to notes 2024-05-18 12:42:49 +02:00
config WIP copying code from fedi-games 2024-05-13 19:03:24 +02:00
domain/model first working toot 2024-05-17 21:05:13 +02:00
e2e_tests sending accepts 2024-05-16 21:11:02 +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 support announce, publish deletions, add 'hashtags' to notes 2024-05-18 12:42:49 +02:00
plugings unified interface Formable 2024-02-21 20:24:18 +01:00
render support announce, publish deletions, add 'hashtags' to notes 2024-05-18 12:42:49 +02:00
test unified interface Formable 2024-02-21 20:24:18 +01:00
web actor details 2024-05-18 13:10:14 +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
announce.json support announce, publish deletions, add 'hashtags' to notes 2024-05-18 12:42:49 +02: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