source: README@ 61a051b

Last change on this file since 61a051b was 61a051b, checked in by Mikhail Kirillov <w96k@…>, on Jan 15, 2020 at 5:18:23 PM

Add copying file (for licenses)

  • Property mode set to 100644
File size: 462 bytes
Line 
1@w96k is a blog based on Emacs, org-mode and guix.
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.