aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Setup hunspell spellchecking to run against HTML outputEuAndreh2019-05-222-1/+29
|
* Add formatNix subtask and use it as buildInput for test derivationEuAndreh2019-05-221-0/+9
|
* Format default.nix file using nixfmtEuAndreh2019-05-221-16/+17
|
* Add nixfmt to mkShell derivationEuAndreh2019-05-221-0/+2
|
* TODOs.orgEuAndreh2019-05-211-4/+5
|
* Add simple "About Me" pageEuAndreh2019-05-211-1/+5
|
* Add actual tests to website CLIEuAndreh2019-05-214-10/+27
|
* Add Hakyll _cache/ folder to .gitignoreEuAndreh2019-05-211-2/+5
|
* Remove racket package from shell derivationEuAndreh2019-05-211-1/+0
|
* Exclude pastebin/skeleton.org in subtasks.fixme runEuAndreh2019-05-211-1/+1
|
* TODOs.orgEuAndreh2019-05-211-3/+3
|
* Extend buildInputs instead of overrindingEuAndreh2019-05-201-1/+1
|
* TODOs.orgEuAndreh2019-05-201-0/+5
|
* Split default.nix tasksEuAndreh2019-05-191-32/+73
|
* Add shebang to env.shEuAndreh2019-05-191-0/+4
|
* Use NixOS instead of Debian of CI build OS.EuAndreh2019-05-192-10/+4
|
* Print CLI errors using Term::ANSIColor.EuAndreh2019-01-056-13/+28
|
* Add BATS tests to CLI usage and basic interactions.EuAndreh2019-01-057-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.EuAndreh2019-01-011-1/+3
|
* Generate pastebin HTML with pandoc.EuAndreh2018-12-306-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.EuAndreh2018-12-304-3/+9
|
* Edit newly created pastebin with vi.EuAndreh2018-12-301-3/+6
|
* Allow website subcommands to be run on any folder.EuAndreh2018-12-291-2/+5
|
* Revert to file derived from template + envsubst.EuAndreh2018-12-291-11/+11
|
* WIP: Manually modify generated .build.yml.EuAndreh2018-12-291-20/+12
|
* Test Dhall generated .build.yml file.EuAndreh2018-12-291-20/+28
|
* Improve usage message when arguments are missing.EuAndreh2018-12-292-11/+15
|
* Print realpath of generated files.EuAndreh2018-12-293-1/+6
|
* Run podchecker in Nix test step.EuAndreh2018-12-291-1/+1
|
* Add website-slides as Perl subcommand.EuAndreh2018-12-293-27/+70
|
* Fix forwarding of arguments to sub-scripts.EuAndreh2018-12-291-4/+9
|
* Use Getopt::Long and Pod::Usage to build basic CLI.EuAndreh2018-12-294-86/+182
|
* Add =test= to default.nix and run in on CI.EuAndreh2018-12-292-0/+14
|
* WIP: Use Perl instead of Racket for CLI.EuAndreh2018-12-294-43/+75
|
* Add initial Racket CLI for handling scripts.EuAndreh2018-12-243-0/+46
|
* Build and publish website using Nix; remove Makefile.EuAndreh2018-12-246-100/+52
|
* Remove =all= target from Makefile.EuAndreh2018-12-221-3/+0
|
* Add favicon.ico image file.EuAndreh2018-12-222-0/+3
|
* Add script to scaffold new pastebin skeleton.EuAndreh2018-12-224-0/+33
|
* Fix template path.EuAndreh2018-12-221-1/+1
|
* TODOs.org: add teaser link.EuAndreh2018-12-221-0/+3
|
* Cleanup home content.EuAndreh2018-12-221-9/+3
|
* Rely on Nix semantics to not build things twice.EuAndreh2018-12-211-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.EuAndreh2018-12-211-1/+1
|
* TODOs.org.EuAndreh2018-12-211-1/+3
|
* s/EuAndreh's Blog/EuAndreh's blog/.EuAndreh2018-12-211-2/+2
|
* Put article name before blog name in page titles.EuAndreh2018-12-211-1/+1
|
* Add .build.yml file to build and publish website.EuAndreh2018-12-211-0/+16
|
* Add Makefile for building and publishing website.EuAndreh2018-12-211-0/+79
|
* TODOs.org.EuAndreh2018-12-211-0/+2
| | | | Add spell checking task.