fixed clean find command, removed Nerdy in the homepage list

This commit is contained in:
Yann Esposito (Yogsototh) 2020-04-18 10:58:18 +02:00
parent a3a2bb0c22
commit a7e818460f
Signed by untrusted user who does not match committer: yogsototh
GPG Key ID: 7B19A4C650D59646
2 changed files with 6 additions and 10 deletions

View File

@ -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]"

View File

@ -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.