all repos — site @ ef4673059214dbd977ce50d5f2cdcf89b9a76e29

source for my site, found at icyphox.sh

Only Charter everywhere
Anirudh Oppiliappan x@icyphox.sh
Sat, 29 Aug 2020 21:50:36 +0530
commit

ef4673059214dbd977ce50d5f2cdcf89b9a76e29

parent

32e7104ca9f72d986b696448b2ccb36100bed389

3 files changed, 20 insertions(+), 20 deletions(-)

jump to
M config.pyconfig.py

@@ -2,7 +2,7 @@ # config.py - Vite's configuration script

title = "icyphox" author = "" -header = """<a href="/"><- back</a>""" +header = """<a href="/">← back</a>""" # actually the sidebar footer = f"""

@@ -52,5 +52,5 @@ </div>

""" template = 'text.html' # default is index.html -pre_build = [['bin/openring.py', '-j'], 'bin/update_index.py'] +#pre_build = [['bin/openring.py', '-j'], 'bin/update_index.py'] post_build = ['bin/rss.py', 'bin/plaintext.sh']
M static/style.cssstatic/style.css

@@ -1,11 +1,11 @@

-@font-face { +/*@font-face { font-family: 'Inter'; src: url('/static/fonts/Inter-V.otf') format('opentype'); -} +}*/ @supports (font-variation-settings: normal) { html { - font-family: 'Inter', sans-serif; + font-family: 'Charter', sans-serif; font-feature-settings: 'ss01' 1, 'kern' 1, 'liga' 1, 'zero' 1, 'cv03' 1, 'cv02' 1, 'cv04' 1, 'tnum' 1; }

@@ -30,7 +30,7 @@ }

:root { - --dull: #f4f4f4; + --bg: #fff; --cyan: #1e9191; --light-gray: #eee; --gray: gray;

@@ -44,19 +44,19 @@ text-align: center;

} html { - background: var(--dull); - font-size: 18px; + background: var(--bg); + font-size: 21px; line-height: 1.5; } .content > article, p, blockquote, ul { - line-height: 1.4; + line-height: 1.3; font-family: 'Charter'; font-feature-settings: normal; } .pull-right > p { - font-family: 'Inter'; + font-family: 'Charter'; } /*.content > h1, h2, h3, h4 {

@@ -126,7 +126,7 @@ }

.openring-feed > p { padding: 4px 8px 4px; - font-family: 'Inter'; + font-family: 'Charter'; } .sep {

@@ -155,7 +155,7 @@ color: var(--code);

} pre { - background: var(--dull) + background: var(--bg) } @media only screen and (min-width: 800px) {

@@ -214,7 +214,7 @@ margin: 0 auto;

} html { - font-size: 18px; + font-size: 21px; } .openring {

@@ -263,7 +263,7 @@ }

.muted { color: var(--gray); - font-family: 'Inter'; + font-family: 'Charter'; } .muted a {
M templates/text.htmltemplates/text.html

@@ -48,10 +48,10 @@ <hr>

<div class="openring"> <div class="openring-feed"> - <h4><a href="https://www.bellingcat.com/resources/case-studies/2020/08/24/cleared-for-takeoff-exploring-microsoft-flight-simulator-2020s-research-potential/">Cleared for Takeoff: Exploring Microsoft Flight Simulator 2020’s Research Potential</a></h4> - <p>Microsoft Flight Simulator 2020 (MFS2020) launched last week, promising players the ability to fly anywhere on the planet thanks to the integration of several technologies. The game pulls satellite images from Bing Maps, and populates them with objects (su…</p> + <h4><a href="https://gru.gq/2020/07/17/propaganda-harder-than-it-looks/">Propaganda, harder than it looks</a></h4> + <p>A poor effort at “black propaganda” The success or failure of black propaganda depends on the receiver’s willingness to accept the credibility of the source and the content of the message. Care has to be taken to place the sources and messages within a soc…</p> - <p>via <a href="https://www.bellingcat.com">bellingcat</a> on Aug 24, 2020</p> + <p>via <a href="https://gru.gq">grugq’s domain</a> on Jul 17, 2020</p> </div>

@@ -74,10 +74,10 @@ </div>

<div class="openring-feed"> - <h4><a href="https://gru.gq/2020/07/17/propaganda-harder-than-it-looks/">Propaganda, harder than it looks</a></h4> - <p>A poor effort at “black propaganda” The success or failure of black propaganda depends on the receiver’s willingness to accept the credibility of the source and the content of the message. Care has to be taken to place the sources and messages within a soc…</p> + <h4><a href="https://www.bellingcat.com/resources/case-studies/2020/08/24/cleared-for-takeoff-exploring-microsoft-flight-simulator-2020s-research-potential/">Cleared for Takeoff: Exploring Microsoft Flight Simulator 2020’s Research Potential</a></h4> + <p>Microsoft Flight Simulator 2020 (MFS2020) launched last week, promising players the ability to fly anywhere on the planet thanks to the integration of several technologies. The game pulls satellite images from Bing Maps, and populates them with objects (su…</p> - <p>via <a href="https://gru.gq">grugq’s domain</a> on Jul 17, 2020</p> + <p>via <a href="https://www.bellingcat.com">bellingcat</a> on Aug 24, 2020</p> </div>