]> git.quilime.com - gabrieldunne.com-site.git/commitdiff
Updating index and bump font size
authorGabriel Dunne <gdunne@quilime.com>
Mon, 10 Jul 2023 01:56:17 +0000 (18:56 -0700)
committerGabriel Dunne <gdunne@quilime.com>
Mon, 10 Jul 2023 01:56:17 +0000 (18:56 -0700)
.htaccess
_config.studio.yml
_posts/works/2018-05-01-claves-angelicae.md
css/main.css
index.html

index 391388d619221d9a2bd024f3f88acbd595020d7d..4f3a1aa967041396580bc6afabd568837df54e43 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -1,3 +1,9 @@
 RewriteEngine on
 RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC]
 RewriteRule ^(.*)$ http://%1/$1 [R=301,L]
+
+# re-write
+# RewriteEngine On
+# RewriteCond %{HTTP_HOST} ^gld.studio$ [OR]
+# RewriteCond %{HTTP_HOST} ^www.gld.studio$
+# RewriteRule (.*)$ https://gabrieldunne.com/$1 [R=301,L]
\ No newline at end of file
index 8a3605db64a53138ea95923c517544d3a17a322b..6c8523162dfe724522ecdbcdd586613775c8ba62 100644 (file)
@@ -5,7 +5,7 @@ description: Gabriel Dunne
 author : Gabriel Dunne
 author_url : https://gld.studio
 author_email : contact@gld.studio
-analytics: cd9f542e-b39e-4b7d-ac51-41978435ecf0
+analytics: a053f376-c426-4de9-937c-93b1e5bc6dc3
 markdown : kramdown
 highlighter : true
 paginate : 8
index f6393498ed64d4aff059b8f250c2d8c498f4bd99..859d6c3da8013392f32c044bfa00328d19e83ce1 100644 (file)
@@ -2,7 +2,7 @@
 layout: post
 title: Claves Angelicae
 date: 2018-08-10
-categories: projects featured
+categories: projects
 thumb: /m/ca/thumb.png
 ---
 
index 74302cfcd6d52a3b6cb76c4f198dcec1f562964d..055e10ec1bf5e826f3714ccf9013c5219221fa87 100755 (executable)
@@ -11,7 +11,7 @@
 
 body {
   font-family: sans-serif;
-  font-size:14px;
+  font-size:16px;
   line-height:1.5em;
 }
 h1, h2, h3, h4 {
@@ -333,7 +333,6 @@ ul {
 .post code {
   /*border: 1px solid #ddd;*/
   color:#000;
-  padding: .2em .4em;
   border-radius:0.2em;
 }
 .post pre code {
index 0a6164a306018f02836fdf022471162fe34a0e92..e8e762e4023c692066b12bc3b7767d102c8ca872 100644 (file)
@@ -2,31 +2,11 @@
 layout: default
 title: index
 ---
-<div class="index-block">
 
-<div class="nav-index">
-  <ul>
-    <li><h3 class="header"><a href="{{site.url}}/">{{site.name}}</a></h3></li>
-    <li><a href="{{ site.url }}/about/">about</a></li>
-  </ul>
-</div>
 
 <a href="{{site.url}}/subspectral/">
   <img alt="Subspectral" src="{{site.url}}/m/subspectral/cover.png" style="max-width:512px">
+  <br/>
+  SUBSPECTRAL
 </a>
 
-<br /><br />
-
-<a href="{{site.url}}/okaynokay/"><img src="https://oknk.studio/presskit/images/oknk-logo-light-white.png"></a>
-
-<br /><br />
-
-<a href="/metaflux/"><img src="{{site.url}}/m/metaflux/poster-sm.png" style="border:4px solid #ddd;"/></a>
-
-<br /><br />
-
-<a href="{{site.url}}/claves-angelicae/">
-  <img src="{{site.url}}/m/ca/claves_angelicae_sigil_B.png">
-</a>
-
-</div>
\ No newline at end of file