https://github.com/yurrriq/blorg
C-c C-e P p >>=
https://github.com/yurrriq/blorg
blog c compiler-designs erlang experiments idris programming-language-theory security type-theory
Last synced: 2 months ago
JSON representation
C-c C-e P p >>=
- Host: GitHub
- URL: https://github.com/yurrriq/blorg
- Owner: yurrriq
- Created: 2015-07-10T06:02:18.000Z (almost 11 years ago)
- Default Branch: main
- Last Pushed: 2025-02-01T17:45:16.000Z (over 1 year ago)
- Last Synced: 2025-02-01T18:36:25.239Z (over 1 year ago)
- Topics: blog, c, compiler-designs, erlang, experiments, idris, programming-language-theory, security, type-theory
- Language: CSS
- Homepage: https://blorg.ericb.me
- Size: 1.83 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
#+STARTUP: showall
* blorg
** Install [[https://nixos.org/nix/][Nix]]
#+BEGIN_SRC fish
curl https://nixos.org/nix/install | sh
#+END_SRC
** Publish [[http://orgmode.org][Org]] [[file:src/posts/][posts]]
#+BEGIN_EXAMPLE
C-c C-e P p
#+END_EXAMPLE
or
#+BEGIN_SRC fish
make -C hakyll org-publish-project
#+END_SRC
** (Re)build the [[https://github.com/yurrriq/blorg/tree/gh-pages][site]]
#+BEGIN_SRC fish
make -C hakyll rebuild
#+END_SRC
N.B. The [[file:hakyll/Makefile][Makefile]] requires GNU Make ≥ 3.82 in order to use ~.ONESHELL:~
for the ~deploy~ target.
#+BEGIN_SRC fish
nix-env -iA gnumake
#+END_SRC