diff --git a/_config.yml b/_config.yml index bc562bd..6a17e27 100644 --- a/_config.yml +++ b/_config.yml @@ -11,7 +11,7 @@ baseurl: "/" url: "https://andrewconl.in" author: Andrew Conlin -version: v25.7.D0517 +version: v25.6.D0512 defaults: # blog diff --git a/assets/css/default.css b/assets/css/default.css index 6f4940a..4fdc940 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -157,30 +157,3 @@ 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 deleted file mode 100644 index 5d67182..0000000 --- a/deploy.sh +++ /dev/null @@ -1,13 +0,0 @@ -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 deleted file mode 100644 index d41fe3a..0000000 Binary files a/favicon.ico and /dev/null differ