summaryrefslogtreecommitdiff
path: root/README
blob: 5e73c085ad557a9cea13ce81ff59fd8767493a6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@w96k is a blog based on Emacs, org-mode and guix.
URL: https://w96k.com or https://blog-b494b.firebaseapp.com

You need guix to easily setup it:
chmod +x env.sh
./env.sh
make build #for building
make serve #for hosting it using simple httpd server (for dev only)
make stop #stop serving

I use firebase for deploying. You need firebase npm package installed:
firebase deploy

Code is licensed under GNU GPLv3 license.
Content is licensed under CC-BY-SA license.