-
Source Code
The blog's source code is licensed under the GNU Affero General Public License Version 3. A copy of the GNU AGPL V3.0 license can be found in the file LICENSE within this repository.
-
Blog Content
All blog content is licensed under the Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) License. A copy of the CC BY-NC-SA 4.0 license can be found in the file LICENSE.CC_BY-NC-SA_4.0 within this repository.
- Nix (or NixOS) - https://nixos.org
- Emacs for editing Org mode documents
Enter into development shell using on root directory of this project
nix shell
On Nix shell,
stack run site watch
Once inside Nix shell, use Stack to build the project
stack run site build
stack run site clean