Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Setup hunspell spellchecking to run against HTML output | EuAndreh | 2019-05-22 | 2 | -1/+29 | |
| | ||||||
* | Add formatNix subtask and use it as buildInput for test derivation | EuAndreh | 2019-05-22 | 1 | -0/+9 | |
| | ||||||
* | Format default.nix file using nixfmt | EuAndreh | 2019-05-22 | 1 | -16/+17 | |
| | ||||||
* | Add nixfmt to mkShell derivation | EuAndreh | 2019-05-22 | 1 | -0/+2 | |
| | ||||||
* | TODOs.org | EuAndreh | 2019-05-21 | 1 | -4/+5 | |
| | ||||||
* | Add simple "About Me" page | EuAndreh | 2019-05-21 | 1 | -1/+5 | |
| | ||||||
* | Add actual tests to website CLI | EuAndreh | 2019-05-21 | 4 | -10/+27 | |
| | ||||||
* | Add Hakyll _cache/ folder to .gitignore | EuAndreh | 2019-05-21 | 1 | -2/+5 | |
| | ||||||
* | Remove racket package from shell derivation | EuAndreh | 2019-05-21 | 1 | -1/+0 | |
| | ||||||
* | Exclude pastebin/skeleton.org in subtasks.fixme run | EuAndreh | 2019-05-21 | 1 | -1/+1 | |
| | ||||||
* | TODOs.org | EuAndreh | 2019-05-21 | 1 | -3/+3 | |
| | ||||||
* | Extend buildInputs instead of overrinding | EuAndreh | 2019-05-20 | 1 | -1/+1 | |
| | ||||||
* | TODOs.org | EuAndreh | 2019-05-20 | 1 | -0/+5 | |
| | ||||||
* | Split default.nix tasks | EuAndreh | 2019-05-19 | 1 | -32/+73 | |
| | ||||||
* | Add shebang to env.sh | EuAndreh | 2019-05-19 | 1 | -0/+4 | |
| | ||||||
* | Use NixOS instead of Debian of CI build OS. | EuAndreh | 2019-05-19 | 2 | -10/+4 | |
| | ||||||
* | Print CLI errors using Term::ANSIColor. | EuAndreh | 2019-01-05 | 6 | -13/+28 | |
| | ||||||
* | Add BATS tests to CLI usage and basic interactions. | EuAndreh | 2019-01-05 | 7 | -19/+68 | |
| | | | | | Also, remove custom =nix-shell= shebang from Perl files. Instead, we should inherit Perl from the =shell= derivation in default.nix. | |||||
* | TODOs.org. | EuAndreh | 2019-01-01 | 1 | -1/+3 | |
| | ||||||
* | Generate pastebin HTML with pandoc. | EuAndreh | 2018-12-30 | 6 | -601/+7 | |
| | | | | | | 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. | |||||
* | Use creation date of pastebin instead of dynamic exported date. | EuAndreh | 2018-12-30 | 4 | -3/+9 | |
| | ||||||
* | Edit newly created pastebin with vi. | EuAndreh | 2018-12-30 | 1 | -3/+6 | |
| | ||||||
* | Allow website subcommands to be run on any folder. | EuAndreh | 2018-12-29 | 1 | -2/+5 | |
| | ||||||
* | Revert to file derived from template + envsubst. | EuAndreh | 2018-12-29 | 1 | -11/+11 | |
| | ||||||
* | WIP: Manually modify generated .build.yml. | EuAndreh | 2018-12-29 | 1 | -20/+12 | |
| | ||||||
* | Test Dhall generated .build.yml file. | EuAndreh | 2018-12-29 | 1 | -20/+28 | |
| | ||||||
* | Improve usage message when arguments are missing. | EuAndreh | 2018-12-29 | 2 | -11/+15 | |
| | ||||||
* | Print realpath of generated files. | EuAndreh | 2018-12-29 | 3 | -1/+6 | |
| | ||||||
* | Run podchecker in Nix test step. | EuAndreh | 2018-12-29 | 1 | -1/+1 | |
| | ||||||
* | Add website-slides as Perl subcommand. | EuAndreh | 2018-12-29 | 3 | -27/+70 | |
| | ||||||
* | Fix forwarding of arguments to sub-scripts. | EuAndreh | 2018-12-29 | 1 | -4/+9 | |
| | ||||||
* | Use Getopt::Long and Pod::Usage to build basic CLI. | EuAndreh | 2018-12-29 | 4 | -86/+182 | |
| | ||||||
* | Add =test= to default.nix and run in on CI. | EuAndreh | 2018-12-29 | 2 | -0/+14 | |
| | ||||||
* | WIP: Use Perl instead of Racket for CLI. | EuAndreh | 2018-12-29 | 4 | -43/+75 | |
| | ||||||
* | Add initial Racket CLI for handling scripts. | EuAndreh | 2018-12-24 | 3 | -0/+46 | |
| | ||||||
* | Build and publish website using Nix; remove Makefile. | EuAndreh | 2018-12-24 | 6 | -100/+52 | |
| | ||||||
* | Remove =all= target from Makefile. | EuAndreh | 2018-12-22 | 1 | -3/+0 | |
| | ||||||
* | Add favicon.ico image file. | EuAndreh | 2018-12-22 | 2 | -0/+3 | |
| | ||||||
* | Add script to scaffold new pastebin skeleton. | EuAndreh | 2018-12-22 | 4 | -0/+33 | |
| | ||||||
* | Fix template path. | EuAndreh | 2018-12-22 | 1 | -1/+1 | |
| | ||||||
* | TODOs.org: add teaser link. | EuAndreh | 2018-12-22 | 1 | -0/+3 | |
| | ||||||
* | Cleanup home content. | EuAndreh | 2018-12-22 | 1 | -9/+3 | |
| | ||||||
* | Rely on Nix semantics to not build things twice. | EuAndreh | 2018-12-21 | 1 | -4/+2 | |
| | | | | | Instead of improving the current logic, we can reliably expect that Nix will produce the same output given the same input. | |||||
* | Update links to source code. | EuAndreh | 2018-12-21 | 1 | -1/+1 | |
| | ||||||
* | TODOs.org. | EuAndreh | 2018-12-21 | 1 | -1/+3 | |
| | ||||||
* | s/EuAndreh's Blog/EuAndreh's blog/. | EuAndreh | 2018-12-21 | 1 | -2/+2 | |
| | ||||||
* | Put article name before blog name in page titles. | EuAndreh | 2018-12-21 | 1 | -1/+1 | |
| | ||||||
* | Add .build.yml file to build and publish website. | EuAndreh | 2018-12-21 | 1 | -0/+16 | |
| | ||||||
* | Add Makefile for building and publishing website. | EuAndreh | 2018-12-21 | 1 | -0/+79 | |
| | ||||||
* | TODOs.org. | EuAndreh | 2018-12-21 | 1 | -0/+2 | |
| | | | | Add spell checking task. |