+++ /dev/null
-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/
+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
-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
-{% 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>
<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>
</div>
- {% include analytics.html %}
+
</body>
</html>
\ No newline at end of file
layout: post
title: Claves Angelicae
date: 2018-08-10
-categories: works
+categories: projects
thumb: /m/ca/thumb.png
---
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