diff options
author | EuAndreh <eu@euandre.org> | 2018-12-30 07:55:39 -0200 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-12-30 08:07:18 -0200 |
commit | f8a472971bd600ad23d8846b1105e275268a3d8b (patch) | |
tree | dbbaa117a337d80c06c795e5536bf09687390275 /site/pastebin/nix-exps.org | |
parent | Use creation date of pastebin instead of dynamic exported date. (diff) | |
download | euandre.org-f8a472971bd600ad23d8846b1105e275268a3d8b.tar.gz euandre.org-f8a472971bd600ad23d8846b1105e275268a3d8b.tar.xz |
Generate pastebin HTML with pandoc.
Instead of generating the HTML manually inside Emacs (=, e e h h=) and than
commiting the file to the repo, we now use a more generic approach with pandoc,
not tied to any Elisp configuration.
Diffstat (limited to '')
-rw-r--r-- | site/pastebin/nix-exps.org | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/site/pastebin/nix-exps.org b/site/pastebin/nix-exps.org index 5aaef0b..858a5a3 100644 --- a/site/pastebin/nix-exps.org +++ b/site/pastebin/nix-exps.org @@ -1,6 +1,5 @@ -#+SETUPFILE: ../../pastebin/template.org -#+BIND: org-html-postamble-format (("en" "<p class=\"postamble\">2018-07-25 Wed 20:50</p>"))) #+TITLE: Nix Stuff +2018-07-25 Wed 20:50 #+BEGIN_SRC nix -n let pkgsOriginal = import <nixpkgs> {}; |