- Cernodile
;tags:site future news
+;description:Learn the intentions behind based.quest and what made Cernodile create this website in this blog post.
- Cernodile
;tags:steam hardware handheld linux
+;description:Valve recently announced Steam Deck and it is looking like a really good option for Linux gamers and anyone tired of Switch hardware. Learn more in-depth of Cernodile's opinions in this blog post.
- Cernodile
;tags:site news git
+;description:Learn how based.quest blog was made at git.based.quest.
export DATE_EDITED; \
TAGS="$(shell grep -i '^; *tags:' "$<" | cut -d: -f2- | paste -sd ',')"; \
export TAGS; \
+ DESCRIPTION="$(shell grep -i '^; *description:' "$<" | cut -d: -f2-)"; \
+ export DESCRIPTION; \
envsubst < templates/header.html > $@; \
envsubst < templates/article_header.html >> $@; \
sed -e 1d \
-<meta property="og:description" content="Blog post - $TITLE. Learn more by visiting the page.">
+<meta property="og:title" content="based.quest - $TITLE">
+<meta property="og:description" content="$DESCRIPTION">
<a href="index.html"><-- Back</a>
<div id="post">
<h1>$TITLE</h1>
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"><html><head><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta property="og:title" content="based.quest"><title>$TITLE</title><style>body,html{background:#000;color:#fff;font-family:monospace;}.cern-blue{color:#397ef6;}a,a:visited{color:#fff;}p{margin:0;padding:0}#post p{margin:12px 0;margin:revert;}#post{max-width:1024px;}</style></head><body>
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"><html><head><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>$TITLE</title><style>body,html{background:#000;color:#fff;font-family:monospace;}.cern-blue{color:#397ef6;}a,a:visited{color:#fff;}p{margin:0;padding:0}#post p{margin:12px 0;margin:revert;}#post{max-width:1024px;}</style></head><body>
+<meta name="og:title" content="based.quest">
<meta name="og:description" content="A very based website. A quest on its own. Hosting and curated privacy-oriented based projects by a sysadmin prick.">
<p>> curl based.quest -v</p>
<p>* Trying 127.0.0.1:80...</p>
+<meta type="og:name" content="based.quest - $TITLE">
<h2>$TITLE</h2>