]> git.quilime.com - gabrieldunne.com-site.git/commitdiff
cleanup
authorGabriel Dunne <gdunne@quilime.com>
Thu, 5 Jan 2023 05:39:40 +0000 (21:39 -0800)
committerGabriel Dunne <gdunne@quilime.com>
Thu, 5 Jan 2023 05:39:40 +0000 (21:39 -0800)
_config.gldstudio.yml [deleted file]
_config.local.yml
_config.yml
_includes/analytics.html
_layouts/default.html
_posts/works/2018-05-01-claves-angelicae.md
publish

diff --git a/_config.gldstudio.yml b/_config.gldstudio.yml
deleted file mode 100644 (file)
index 9edc9a6..0000000
+++ /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/
index 9061ec9b299c38c144ba30e02bfca233a565c18b..ca89c2322fdecbd8e35a6e03c94f9241222f8c46 100644 (file)
@@ -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
index 93fd4d74b5658ac1d5b05cad6a5dd9b053ef01e8..9589b55bae3753c74886689714785383064fee66 100644 (file)
@@ -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
index b38ea31e5849db4eebc77c29038e0e46b0f16b3b..1a0539ddef2a829e9aa894542d75c07d469d399f 100644 (file)
@@ -1,5 +1 @@
-{% if site.id == 1 %}
-<script async defer data-website-id="97659fbc-e63e-4b59-be78-fc845fd9450c" src="https://a.som.cx/umami.js"></script>
-{% elsif site.id == 2 %}
-<script async defer data-website-id="4695adb9-4a88-46a8-9360-88cd3dbfe6c3" src="https://a.som.cx/umami.js"></script>
-{% endif %}
+<script async defer data-website-id="a14440a7-273c-4845-b515-39e9ee762a78" src="https://a.som.cx/umami.js"></script>
index 0f3666649f162247033d58b60e74bf9a85e4e34e..85217d406e5f95cfb698855f38ee3401e8e040f2 100644 (file)
@@ -11,6 +11,7 @@ user-scalable=no">
       <link rel="stylesheet" href="{{ site.url }}/css/marx.css?t={{ ts }}">
       <link rel="stylesheet" href="{{ site.url }}/css/main.css?t={{ ts }}">
       <link rel="alternate" type="application/rss+xml" title="{{ site.name }} rss feed" href="/feed.xml"/>
+{% include analytics.html %}      
   </head>
   <body>
 
@@ -41,7 +42,7 @@ user-scalable=no">
 
   </div>
   
-  {% include analytics.html %}
+
 
   </body>
 </html>
\ No newline at end of file
index 70b6fe527b6da7a3ff02bc8f14a2bdc53a4f7c52..859d6c3da8013392f32c044bfa00328d19e83ce1 100644 (file)
@@ -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 a9c9095330886048756e9dedcebb7687f73387bd..cf83002d839914c6e64b08b8df8ceced7010ed28 100755 (executable)
--- 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