aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile (unfollow)
Commit message (Collapse)Author
2024-07-01Makefile: reorder recipesEgor Tensin
2024-07-01Makefile: add maintenance aliasEgor Tensin
2023-06-30Makefile: move the prelude to prelude.mkEgor Tensin
2023-06-07fix make wget w/ live reloadEgor Tensin
A newer version of Jekyll breaks wget with --livereload and --convert-links.
2022-09-07workflows: set remote portEgor Tensin
2022-05-16workflows/jekyll: rsync _site/ to serverEgor Tensin
2022-05-06move Jekyll options to _config.ymlEgor Tensin
2022-05-06Makefile: consistent preludeEgor Tensin
2022-03-12Makefile: fix accidental failuresEgor Tensin
2022-03-12Makefile: serve on all interfacesEgor Tensin
2022-03-04Makefile: move `npm install` to separate targetEgor Tensin
2022-03-04bundle ip-address (to be used instead of ipaddr.js)Egor Tensin
This fucking sucks ass, but ipaddr.js is buggy: https://github.com/whitequark/ipaddr.js/issues/160
2022-03-03Makefile: add viewEgor Tensin
2022-03-02Makefile: add depsEgor Tensin
2022-03-02add Makefile with shortcutsEgor Tensin