Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-08-27T20:03:46.000Z (3 months ago)
- Last Synced: 2024-08-27T21:55:37.931Z (3 months ago)
- Topics: blog, c, compiler-designs, erlang, experiments, idris, programming-language-theory, security, type-theory
- Language: CSS
- Homepage: https://blorg.ericb.me
- Size: 1.82 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
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_SRCN.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