Compare commits

..

4 commits

4 changed files with 41 additions and 1 deletions

View file

@ -11,7 +11,7 @@ baseurl: "/"
url: "https://andrewconl.in"
author: Andrew Conlin
version: v25.6.D0512
version: v25.7.D0517
defaults:
# blog

View file

@ -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
}

13
deploy.sh Normal file
View file

@ -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

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB