Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-15 | Replace quote syntax with list function | Ben Sima | |
Way easier to read this way. | |||
2020-05-15 | Fix links in tag view, header link, and non-found page | Ben Sima | |
2020-05-15 | Process markdown with pandoc before HTML render | Ben Sima | |
2020-05-14 | Scale appropriately for phone | Ben Sima | |
2020-05-13 | Convert my org files to md and render | Ben Sima | |
Still some bugs, but I will get to them soon. | |||
2020-05-13 | Re-namespace general scheme code to bs | Ben Sima | |
2020-05-12 | Output formatting fixups | Ben Sima | |
2020-05-12 | PEG parsing of nodes | Ben Sima | |
2020-05-12 | Add strip and flatten | Ben Sima | |
2020-05-12 | Formatting etc whatever | Ben Sima | |
2020-05-12 | Idempotently add id to tag index | Ben Sima | |
2020-05-12 | for -> turn | Ben Sima | |
Inspired by hoon | |||
2020-05-11 | Refactor: nodes are now objects | Ben Sima | |
2020-05-11 | Add 'tag' index page and navbar | Ben Sima | |
2020-05-11 | Add 'web port' argument, and some more page/templating | Ben Sima | |
2020-05-11 | Add dict library | Ben Sima | |
2020-05-10 | web server is working | Ben Sima | |
2020-05-09 | Add get-tags function | Ben Sima | |
2020-05-09 | Index titles | Ben Sima | |
Also don't overwrite srfi-1 stuff, and added an re module. | |||
2020-05-09 | Remove my nil thing | Ben Sima | |
2020-05-09 | Add cat-node, and a bit of refactoring | Ben Sima | |
2020-05-09 | Init z | Ben Sima | |
2020-05-09 | Add proper replace | Ben Sima | |
- replace was actually replace-char - backported string-replace-substring because it's only in Guile 3 | |||
2020-05-09 | Add member? and contains? | Ben Sima | |
2020-05-06 | Fix /. macro and import | Ben Sima | |
2020-05-06 | Add the initial library of styles | Ben Sima | |
2020-05-04 | Scheme hacking | Ben Sima | |
2020-05-02 | Clojure-inspired scheme macros | Ben Sima | |
2020-05-02 | Auto-overlay niv sources | Ben Sima | |
This is somewhat experimental, the idea is automatically set the sources from my niv pinned deps. It seems to work, so I'll keep at it and see if I can improve it as issues come up. | |||
2020-04-30 | Add deps script | Ben Sima | |
2020-04-28 | Reduce build cores, again | Ben Sima | |
2020-04-28 | Fix pwd | Ben Sima | |
2020-04-28 | Add guile load path back | Ben Sima | |
This works, I tested it. | |||
2020-04-26 | don't lol | Ben Sima | |
2020-04-26 | Add hlint config | Ben Sima | |
2020-04-26 | Lint files explicitly | Ben Sima | |
2020-04-22 | Move haskell source overrides into niv | Ben Sima | |
2020-04-21 | Auto-haddock in ghci | Ben Sima | |
2020-04-21 | Add swap to que-prod | Ben Sima | |
2020-04-21 | lint 'lint' and make it only run on changed files | Ben Sima | |
It was getting annoying how long it would take to run. | |||
2020-04-21 | Prevent empty channels from being created by mistake | Ben Sima | |
2020-04-20 | Remove a todo | Ben Sima | |
GHC and GHCJS use different Http.Error types, so a WebData type doesn't make any sense. | |||
2020-04-19 | Add swap to my cloud server | Ben Sima | |
2020-04-19 | Remove some comments | Ben Sima | |
2020-04-19 | Add vim to base packages | Ben Sima | |
2020-04-19 | Rename some Haskell nix files | Ben Sima | |
2020-04-19 | Fix typo | Ben Sima | |
2020-04-19 | Separate haskell from other packages | Ben Sima | |
2020-04-19 | Remove old vpn thing | Ben Sima | |
2020-04-19 | Unify dev packages and base packages | Ben Sima | |