source: README@ 0985524

Last change on this file since 0985524 was 5f744ae, checked in by Mikhail Kirillov <w96k@…>, on Jan 13, 2020 at 4:48:40 PM

Add readme

  • Property mode set to 100644
File size: 456 bytes
RevLine 
[5f744ae]1My blog website based on org-mode and emacs.
2URL: https://w96k.com or https://blog-b494b.firebaseapp.com
3
4You need guix to easily setup it:
5chmod +x env.sh
6./env.sh
7make build #for building
8make serve #for hosting it using simple httpd server (for dev only)
9make stop #stop serving
10
11I use firebase for deploying. You need firebase npm package installed:
12firebase deploy
13
14Code is licensed under GNU GPLv3 license.
15Content is licensed under CC-BY-SA license.
Note: See TracBrowser for help on using the repository browser.