aboutsummaryrefslogtreecommitdiff
path: root/default.nix (follow)
Commit message (Expand)AuthorAgeFilesLines
* default.nix: Add default build inputs to site derivationEuAndreh2020-12-261-1/+1
* lint-hook.rb: Make Jekyll aware of the generated ogg filesEuAndreh2020-12-241-0/+1
* default.nix: Fix phases of test attributeEuAndreh2020-12-241-1/+1
* Add support for screencasts, behind a feature flagEuAndreh2020-12-241-2/+2
* Add sh helper to enable feature flagsEuAndreh2020-12-241-0/+11
* Generate torrent files from ogg filesEuAndreh2020-12-231-1/+11
* default.nix: Use --delete option when publishingEuAndreh2020-12-191-13/+3
* default.nix: Don't start server on shellHookEuAndreh2020-12-191-1/+0
* default.nix: Add remotePUblishScriptEuAndreh2020-12-041-0/+10
* Finish packaging mdpoEuAndreh2020-11-031-1/+1
* Move other Nix files to nix/EuAndreh2020-11-031-2/+2
* default.nix: Init packaging mdpoEuAndreh2020-11-031-0/+3
* default.nix: Enable --trace by defaultEuAndreh2020-11-031-2/+2
* Add esperanto dictionary and spellcheck websiteEuAndreh2020-10-301-1/+1
* Start jekyll server on shell by defaultEuAndreh2020-10-241-1/+2
* default.nix: Remove rec from shell derivationEuAndreh2020-10-231-1/+1
* Add Perl package to default.nixEuAndreh2020-10-231-0/+1
* Add GraphvizBlock pluginEuAndreh2020-10-161-0/+1
* Add note on starting a live serverEuAndreh2020-10-111-0/+4
* Decouple testing with Nix...Use Nix for build isolation not for test running. EuAndreh2020-10-111-102/+48
* default.nix: Add site attribute as an alias for subtasks.docsEuAndreh2020-10-051-0/+1
* Add sha256 to downloaded hunspell dictionariesEuAndreh2020-09-011-11/+28
* Add spellchecking back to tests, with support for en, pt and fr dictsEuAndreh2020-08-311-6/+26
* default.nix: Don't use $NIXPKGS from environmentEuAndreh2020-08-291-1/+3
* default.nix: Add fastPublishScript derivationEuAndreh2020-08-201-0/+4
* default.nix: Remove existing HTML before publishingEuAndreh2020-08-141-1/+1
* Allow more folders to contain 'FIXME' textEuAndreh2020-08-121-1/+9
* default.nix: Exclude _posts/ from utils.fixme checkEuAndreh2020-08-101-1/+1
* Ignore FIXME occurrencies inside _pastebin/EuAndreh2020-08-061-1/+1
* Remove HTML Tidy step...It conflicts with rouge, and changes the visualization of the final HTML. So I can look at a CSS locally served by 'jekyll serve' but in the end final output is different. EuAndreh2020-08-051-8/+1
* Use tidy to format HTML...More than to lint it :shrug: EuAndreh2020-08-051-1/+2
* Improve error message of tidy-content.shEuAndreh2020-02-141-1/+5
* Add building docs to test derivationEuAndreh2020-02-141-0/+2
* Call tidy-content.sh in build derivationEuAndreh2020-02-141-1/+1
* html tidy wipEuAndreh2020-02-121-1/+3
* Run assert-content.sh in test derivationEuAndreh2020-02-061-0/+10
* Let jekyll create the $out directoryEuAndreh2020-02-061-1/+0
* Format default.nix with nixfmtEuAndreh2020-02-061-2/+1
* Run hunspell in test derivationEuAndreh2020-02-061-0/+11
* Add manual support for multiple languagesEuAndreh2020-02-051-21/+3
* Add bundix Jekyll setupEuAndreh2020-02-051-0/+7
* Delete old filesEuAndreh2020-02-051-49/+2
* Add pastebins.html listing pageEuAndreh2020-01-241-5/+1
* Format default.nix (linter offense)EuAndreh2019-11-151-2/+2
* default.nix :nail_care:EuAndreh2019-06-031-1/+1
* Inline declaration of rootSrcEuAndreh2019-06-031-2/+1
* Don't overwrite current content in publishScriptEuAndreh2019-06-021-1/+4
* Format Nix code (linter offense)EuAndreh2019-06-011-16/+16
* Move test code out of default.nix...- use common utils.nix code for generic test derivation; - move spell checking code into standalone Bash file. EuAndreh2019-06-011-89/+23
* Use pinned version of hakyll...Current unstable is marked as broken. Also see: - https://github.com/NixOS/nixpkgs/pull/61593 EuAndreh2019-05-221-2/+8