aboutsummaryrefslogtreecommitdiff
path: root/default.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use "make public" as the primary way of building the siteEuAndreh2021-01-251-4/+6
|
* Move tests.sh into MakefileEuAndreh2021-01-231-1/+1
|
* nixfmt default.nixEuAndreh2021-01-071-7/+5
|
* Add gitignore rule for generated assets and match with gitignoreSourceEuAndreh2021-01-051-1/+7
|
* Generate favicon.ico from SVGEuAndreh2021-01-031-0/+1
|
* default.nix: Add music flagEuAndreh2021-01-011-2/+2
|
* default.nix: Re-enable deleting things from remoteEuAndreh2020-12-281-1/+1
|
* default.nix: Comment remote deletion before rsyncEuAndreh2020-12-281-1/+1
|
* default.nix: Delete remote filesEuAndreh2020-12-281-0/+1
| | | | It seems that some torrent files aren't being updated as desired.
* generate-favicon.rb: Generate PNG favicon from SVGEuAndreh2020-12-281-0/+1
|
* default.nix: Add mediainfo and mkvtoolnix-cli packagesEuAndreh2020-12-281-0/+2
|
* Add direct-video flagEuAndreh2020-12-281-2/+3
|
* linter.rb: Add assert_media_metadataEuAndreh2020-12-271-0/+1
|
* linter.rb: Add assert_git_annexEuAndreh2020-12-271-0/+1
|
* default.nix: Add $JEKYLL_ENV=production to copy symlinksEuAndreh2020-12-271-0/+4
| | | | | Otherwise, the server livereload is broken, and also a second build, because Jekyll will copy the symlink as is, and it becomes broken when copied.
* Use /bin/sh over Bash everywhere, remove patchShebangs from default.nixEuAndreh2020-12-261-19/+13
|
* default.nix: inherit buildInputs on derivationsEuAndreh2020-12-261-6/+4
|
* default.nix: Use --trace in jekyll buildEuAndreh2020-12-261-1/+1
|
* 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 NixEuAndreh2020-10-111-102/+48
| | | | Use Nix for build isolation not for test running.
* 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 stepEuAndreh2020-08-051-8/+1
| | | | | | 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.
* Use tidy to format HTMLEuAndreh2020-08-051-1/+2
| | | | More than to lint it :shrug:
* Improve error message of tidy-content.shEuAndreh2020-02-141-1/+5
|