diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 22 |
1 files changed, 3 insertions, 19 deletions
| @@ -1,25 +1,9 @@ | |||
| 1 | MAKEFLAGS+=-j3 | 1 | MAKEFLAGS+=-j2 |
| 2 | 2 | ||
| 3 | dev: watch server | 3 | dev: watch server |
| 4 | 4 | ||
| 5 | build: newsboat webring vault | ||
| 6 | |||
| 7 | newsboat: | ||
| 8 | cp ~/.newsboat/urls assets/urls.txt | ||
| 9 | |||
| 10 | webring: | ||
| 11 | ruby bin/webring.rb | ||
| 12 | |||
| 13 | vault: | ||
| 14 | ruby bin/vault.rb | ||
| 15 | |||
| 16 | watch: | 5 | watch: |
| 17 | jekyll b --watch | 6 | find . -type f \( -name "*.html" -o -name "*.js" -o -name "*.md" -o -name "*.yaml" -o -name "*.css" -o -name "*.xml" \) | entr jbmafp -b |
| 18 | 7 | ||
| 19 | server: | 8 | server: |
| 20 | mkdir -p _site && cd _site && python3 -m http.server 6969 | 9 | jbmafp -s |
| 21 | |||
| 22 | provision: | ||
| 23 | gem install nokogiri | ||
| 24 | gem install htmlentities | ||
| 25 | gem install simple-rss | ||
