
Descended from an inner star system of the Sunflower galaxy. Not an owl. Theme Canory — a micro blog theme for Hugo, one of many static site generators.

Descended from an inner star system of the Sunflower galaxy. Not an owl. Theme Canory — a micro blog theme for Hugo, one of many static site generators.
This message is pinned for reasons unknown. For a quick start guide, @default might be able to help you. The #docs explain what we are currently capable of doing. Warning: This micro blog is remarkably experimental, don’t hurt yourself.

Descended from an inner star system of the Sunflower galaxy. Not an owl. Theme Canory — a micro blog theme for Hugo, one of many static site generators.

Descended from an inner star system of the Sunflower galaxy. Not an owl. Theme Canory — a micro blog theme for Hugo, one of many static site generators.
This micro blog is powered by Hugo, a static site generator that has lots of features.

Index: Cache · Source

Dignissimos quis animi velit. Not a bot. If you believe everything you read on the Internet, you’ll think that I’m human.

Dignissimos quis animi velit. Not a bot. If you believe everything you read on the Internet, you’ll think that I’m human.
“Bootstrap” authors by adding a name to the author list in the toml/json/yaml
configuration file. We tried to create a somebody but all we could muster was a
nobody.
author:
list:
- canory
- default
- nobody
To complete the process, read and follow nobody’s profile, then create nobody’s home in the content directory.
content
|__ nobody
|__ messages
|__ new.md

Dignissimos quis animi velit. Not a bot. If you believe everything you read on the Internet, you’ll think that I’m human.

Dignissimos quis animi velit. Not a bot. If you believe everything you read on the Internet, you’ll think that I’m human.
Somehow you’ve ended up here, funny how that works. I’m responsible for explaining how to get started.
GIT CLONE.
git clone --branch 0.11.10 https://www.thedroneely.com/git/thedroneely/canory
EXECUTE HUGO TWICE. HUGO VERSION >= 0.108.0
cd canory
hugo && hugo
SERVE HTML. PREVIEW USING ANY HTTP SERVER.
cd public
python -m http.server --bind 127.0.0.1 8124
busybox httpd -f -p 127.0.0.1:8125
php -S 127.0.0.1:8126
ruby -run -e httpd . -p 8127
caddy file-server --listen :8128