From e1459d97adda02e01eb7e2cbf2db39fa9805c5e3 Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Wed, 4 Jan 2023 21:39:40 -0800 Subject: [PATCH] cleanup --- _config.gldstudio.yml | 21 ----------------- _config.local.yml | 18 +++++++++------ _config.yml | 25 ++++++++++++++------- _includes/analytics.html | 6 +---- _layouts/default.html | 3 ++- _posts/works/2018-05-01-claves-angelicae.md | 2 +- publish | 10 ++------- 7 files changed, 34 insertions(+), 51 deletions(-) delete mode 100644 _config.gldstudio.yml diff --git a/_config.gldstudio.yml b/_config.gldstudio.yml deleted file mode 100644 index 9edc9a6..0000000 --- a/_config.gldstudio.yml +++ /dev/null @@ -1,21 +0,0 @@ -name : gld -id : 2 -description: Gabriel Dunne -author : Gabriel Dunne -url : https://gld.studio -author_url : https://gld.studio -author_email : contact@gld.studio -markdown : kramdown -highlighter : true -paginate : 8 -paginate_path : posts/:num -permalink : /:title/ -baseurl : "" -plugins : [ jekyll-paginate ] -exclude : [ publish, publish-nomedia ] -future: true - -collections: - notes: - output: true - permalink: /notes/:title/ diff --git a/_config.local.yml b/_config.local.yml index 9061ec9..ca89c23 100644 --- a/_config.local.yml +++ b/_config.local.yml @@ -1,21 +1,25 @@ +url : http://localhost:4000 + name : gld -id : 0 description: Gabriel Dunne author : Gabriel Dunne -url : http://localhost:4000 -author_url : https://gabrieldunne.com -author_email : studio@gabrieldunne.com +author_url : https://gld.studio +author_email : contact@gld.studio markdown : kramdown highlighter : true paginate : 8 paginate_path : posts/:num permalink : /:title/ baseurl : "" -plugins : [ jekyll-paginate ] -exclude : [ publish, publish-nomedia ] future: true - +plugins : + - jekyll-paginate collections: notes: output: true permalink: /notes/:title/ +exclude: + - push + - serve + - publish + \ No newline at end of file diff --git a/_config.yml b/_config.yml index 93fd4d7..9589b55 100644 --- a/_config.yml +++ b/_config.yml @@ -1,16 +1,25 @@ -name : Gabriel Dunne -id : 1 +url : https://gld.studio + +name : gld description: Gabriel Dunne author : Gabriel Dunne -url : https://gabrieldunne.com -author_url : https://gabrieldunne.com -author_email : studio@gabrieldunne.com +author_url : https://gld.studio +author_email : contact@gld.studio markdown : kramdown highlighter : true paginate : 8 paginate_path : posts/:num permalink : /:title/ baseurl : "" -plugins : [ jekyll-paginate ] -exclude : [ publish, publish-nomedia ] -future: true \ No newline at end of file +future: true +plugins : + - jekyll-paginate +collections: + notes: + output: true + permalink: /notes/:title/ +exclude: + - push + - serve + - publish + \ No newline at end of file diff --git a/_includes/analytics.html b/_includes/analytics.html index b38ea31..1a0539d 100644 --- a/_includes/analytics.html +++ b/_includes/analytics.html @@ -1,5 +1 @@ -{% if site.id == 1 %} - -{% elsif site.id == 2 %} - -{% endif %} + diff --git a/_layouts/default.html b/_layouts/default.html index 0f36666..85217d4 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -11,6 +11,7 @@ user-scalable=no"> +{% include analytics.html %} @@ -41,7 +42,7 @@ user-scalable=no"> - {% include analytics.html %} + \ No newline at end of file diff --git a/_posts/works/2018-05-01-claves-angelicae.md b/_posts/works/2018-05-01-claves-angelicae.md index 70b6fe5..859d6c3 100644 --- a/_posts/works/2018-05-01-claves-angelicae.md +++ b/_posts/works/2018-05-01-claves-angelicae.md @@ -2,7 +2,7 @@ layout: post title: Claves Angelicae date: 2018-08-10 -categories: works +categories: projects thumb: /m/ca/thumb.png --- diff --git a/publish b/publish index a9c9095..cf83002 100755 --- a/publish +++ b/publish @@ -7,14 +7,8 @@ if [ $1 ] && [ $1 == "--nomedia" ]; then EXCLUDE="--exclude ./m" fi -# gabrieldunne.com -echo "Building..." -bundle exec jekyll build -echo "Syncing..." -rsync -varz _site/ quilime@quilime.com:/home/quilime/gabrieldunne.com-static/ --delete $EXCLUDE - # gld.studio echo "Building..." -bundle exec jekyll build -d _site_gldstudio --config _config.gldstudio.yml +bundle exec jekyll build echo "Syncing..." -rsync -varz _site_gldstudio/ quilime@quilime.com:/home/quilime/gld.studio/public/ --delete $EXCLUDE +rsync -varz _site/ quilime@quilime.com:/home/quilime/gld.studio/public/ --delete $EXCLUDE -- 2.34.1