From bfafe050de82003add25659fef2d99a767cdb9c7 Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Mon, 2 Jan 2023 15:15:07 -0800 Subject: [PATCH] Cleanup --- Gemfile | 1 - about.md | 27 +----------------- archive-c.html | 22 +++++++-------- archive-d.html | 7 ++--- archive-i.html | 45 ++++-------------------------- design.md | 23 --------------- index.md => index.html | 0 notes.html | 8 +++--- performance.md => performance.html | 14 ++-------- projects.md => projects.html | 8 ++---- publish | 10 +++++-- publish-nomedia | 6 ---- push | 4 ++- serve | 1 + works.html | 14 +++------- 15 files changed, 44 insertions(+), 146 deletions(-) delete mode 100644 design.md rename index.md => index.html (100%) rename performance.md => performance.html (50%) rename projects.md => projects.html (83%) delete mode 100755 publish-nomedia diff --git a/Gemfile b/Gemfile index 33cdde7..1f68a1a 100644 --- a/Gemfile +++ b/Gemfile @@ -7,5 +7,4 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } # gem "rails" gem 'jekyll-paginate' gem "jekyll", "~> 4.2" - gem "webrick", "~> 1.7" diff --git a/about.md b/about.md index 0d8b011..55e4403 100644 --- a/about.md +++ b/about.md @@ -12,6 +12,7 @@ Gabriel Labov Dunne creates works of sound and space, still and moving images, p contact [at] gld [dot] studio + ## rss feed rss @@ -172,29 +173,3 @@ contact [at] gld [dot] studio - Google - BAVC - Samsung - - -{%- comment -%} - - - - -{%- endcomment -%} \ No newline at end of file diff --git a/archive-c.html b/archive-c.html index a95f2dc..25807e9 100644 --- a/archive-c.html +++ b/archive-c.html @@ -6,20 +6,18 @@ title: archive {% include archive-sort.html %}
-{% for category in site.categories %} -

{{ category | first }}

- + {% endfor %}

∞

  • -

    PAST WORK

    +

    PAST WORK

  • -
    diff --git a/archive-d.html b/archive-d.html index dea3257..8ba81e9 100644 --- a/archive-d.html +++ b/archive-d.html @@ -13,12 +13,11 @@ title: archive

    {{ post.date | date: "%Y" }}

    {% endif %}
  • -

    {{ post.title }}

    +

    {{ post.title }}

  • {% endfor %} -

    ∞

  • -

    PAST WORK

    +

    PAST WORK

  • - \ No newline at end of file + diff --git a/archive-i.html b/archive-i.html index de22e41..2bea528 100644 --- a/archive-i.html +++ b/archive-i.html @@ -9,48 +9,15 @@ title: archive {% for post in site.posts %} {% capture day %}{{ post.date | date: '%Y' }}{% endcapture %} {% capture nday %}{{ post.next.date | date: '%Y' }}{% endcapture %} -
  • -
  • - - {% endfor %} - -
  • - - - -
  • + {% endfor %} +
  • + + + +
  • - - - diff --git a/design.md b/design.md deleted file mode 100644 index 3d4f1e6..0000000 --- a/design.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -layout: default -title: Projects ---- - - - diff --git a/index.md b/index.html similarity index 100% rename from index.md rename to index.html diff --git a/notes.html b/notes.html index a5f61a5..9fe8a7c 100644 --- a/notes.html +++ b/notes.html @@ -4,12 +4,12 @@ title: notes --- diff --git a/performance.md b/performance.html similarity index 50% rename from performance.md rename to performance.html index 14c00de..af9d0b0 100644 --- a/performance.md +++ b/performance.html @@ -4,21 +4,11 @@ title: Performance --- - diff --git a/projects.md b/projects.html similarity index 83% rename from projects.md rename to projects.html index 14c81b3..8a1e019 100644 --- a/projects.md +++ b/projects.html @@ -4,16 +4,12 @@ title: Projects --- diff --git a/publish b/publish index 18ca267..beef9b0 100755 --- a/publish +++ b/publish @@ -1,13 +1,19 @@ #!/bin/bash +set -x + +EXCLUDE="" +if [ $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 +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 echo "Syncing..." -rsync -varz _site_gldstudio/ quilime@quilime.com:/home/quilime/gld.studio/public/ --delete +rsync -varz _site_gldstudio/ quilime@quilime.com:/home/quilime/gld.studio/public/ --delete $EXCLUDE diff --git a/publish-nomedia b/publish-nomedia deleted file mode 100755 index 90e136f..0000000 --- a/publish-nomedia +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash - -jekyll build - -# ssh quilime@quilime.com 'rm -rf /home/quilime/gabrieldunne-site/process' -rsync -avz _site/ quilime@quilime.com:/home/quilime/gabrieldunne.com-static/ --delete --exclude "m" diff --git a/push b/push index bf1682d..c8eff23 100755 --- a/push +++ b/push @@ -1 +1,3 @@ - git push; git push quilime; git push gitea; git push local +#!/bin/bash + +git push; git push quilime; git push gitea; git push local diff --git a/serve b/serve index 801881d..2fa1584 100755 --- a/serve +++ b/serve @@ -1,2 +1,3 @@ #!/bin/bash + bundle exec jekyll serve --config _config.local.yml diff --git a/works.html b/works.html index c5fb78b..b9b40a0 100644 --- a/works.html +++ b/works.html @@ -3,18 +3,12 @@ layout: default title: Works --- - -