Compare commits
4 commits
cf0223e99e
...
844f2c1e2a
Author | SHA1 | Date | |
---|---|---|---|
844f2c1e2a | |||
a8bee6b8cd | |||
a2300c0eed | |||
fe9713d792 |
4 changed files with 41 additions and 1 deletions
|
@ -11,7 +11,7 @@ baseurl: "/"
|
|||
url: "https://andrewconl.in"
|
||||
|
||||
author: Andrew Conlin
|
||||
version: v25.6.D0512
|
||||
version: v25.7.D0517
|
||||
|
||||
defaults:
|
||||
# blog
|
||||
|
|
|
@ -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
13
deploy.sh
Normal 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
BIN
favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
Loading…
Add table
Add a link
Reference in a new issue