From a7e818460f2245c83eace307e02ce76c64a97549 Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Sat, 18 Apr 2020 10:58:18 +0200 Subject: [PATCH] fixed clean find command, removed Nerdy in the homepage list --- engine/clean.sh | 6 +++--- src/index.org | 10 +++------- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/engine/clean.sh b/engine/clean.sh index b7ed4e6..aa9ae47 100755 --- a/engine/clean.sh +++ b/engine/clean.sh @@ -2,8 +2,8 @@ cd "$(git rev-parse --show-toplevel)" || exit 1 echo -n "* Clean site cache" -find _site -not -path "_site/.gitignore" -mindepth 1 -delete -find _full -not -path "_full/.gitignore" -mindepth 1 -delete -find _optim -not -path "_optim/.gitignore" -mindepth 1 -delete +find _site -mindepth 1 -not -path "_site/.gitignore" -delete +find _full -mindepth 1 -not -path "_full/.gitignore" -delete +find _optim -mindepth 1 -not -path "_optim/.gitignore" -delete rm -rf _cache echo " [done]" diff --git a/src/index.org b/src/index.org index 0a288d3..d829a14 100644 --- a/src/index.org +++ b/src/index.org @@ -45,16 +45,12 @@ priority: 3. *Accessibility*; should be easy to read on a text browser so people with disabilities could easily consume it. {{{br}}} -4. *Nerdy*; should feel mostly like markdown text +in a terminal+ (bad for - legibility on the web in fact) and source code - should be syntax highlighted. - {{{br}}} -5. *User friendly*; support your preferred light/dark theme by default but you +4. *User friendly*; support your preferred light/dark theme by default but you can change it if you want. {{{br}}} -6. *RSS*; you should be able to get informed when I add a new blog post. +5. *RSS*; you should be able to get informed when I add a new blog post. {{{br}}} -7. *Frugal*; try to minimize the resources needed to visit my website; no +6. *Frugal*; try to minimize the resources needed to visit my website; no javascript, no web-font, not too much CSS magic, not much images or really compressed one.