diff --git a/_config.yml b/_config.yml index 6a17e27..bc562bd 100644 --- a/_config.yml +++ b/_config.yml @@ -11,7 +11,7 @@ baseurl: "/" url: "https://andrewconl.in" author: Andrew Conlin -version: v25.6.D0512 +version: v25.7.D0517 defaults: # blog diff --git a/assets/css/default.css b/assets/css/default.css index 4fdc940..6f4940a 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -157,3 +157,30 @@ hr { color: #32302F; border-color: #32302F } + +blockquote { + /* background-color:#32302F; */ + color: #A89984; + font-style: italic; + margin: 20px 0 30px; + padding-left: 20px; + border-left: 3px solid #A89984; + max-width:90%; + max-height:100%; + margin-left: auto; + margin-right: auto; + display: block; +} + +figcaption { + color: #A89984; + text-align: center; + max-width:70%; + max-height:100%; + margin-left: auto; + margin-right: auto; + display: block; + font-size: 12px; + font-style: italic; + padding-top: 10px +} diff --git a/deploy.sh b/deploy.sh new file mode 100644 index 0000000..5d67182 --- /dev/null +++ b/deploy.sh @@ -0,0 +1,13 @@ +openring \ + -s https://andyconlin.com/feed/ \ + -s https://digitalflapjack.com/blog/index.xml \ + -s https://gpanders.com/index.xml \ + -s https://luke.hsiao.dev/atom.xml \ + -s https://wickstrom.tech/feed.xml \ + -s https://paulcapewell.com/feed/ \ + -s https://www.splitbrain.org/feed/blog \ + -s https://lilysthings.org/blog/rss.xml \ + < _includes/openringTemplate.html \ + > _includes/openring.html +bundle exec jekyll build +rsync -r _site andrew@itchy:/home/andrew/site diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..d41fe3a Binary files /dev/null and b/favicon.ico differ