mirror of
https://github.com/osmarks/website
synced 2025-09-04 03:27:54 +00:00
RPNCalcv4 and stuff
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
"https://slatestarcodex.com/feed/",
|
||||
"https://www.rifters.com/crawl/?feed=rss2",
|
||||
"https://drewdevault.com/feed.xml",
|
||||
"https://www.giantitp.com/comics/oots.rss",
|
||||
"https://qntm.org/rss.php"
|
||||
"https://qntm.org/rss.php",
|
||||
"https://aphyr.com/posts.atom",
|
||||
"https://os.phil-opp.com/rss.xml"
|
||||
]
|
||||
}
|
@@ -178,7 +178,7 @@ const runOpenring = async () => {
|
||||
console.log(arg)
|
||||
const out = await util.promisify(childProcess.exec)(arg)
|
||||
console.log(out.stderr)
|
||||
return out.stdout
|
||||
return minifyHTML(out.stdout)
|
||||
}
|
||||
|
||||
const run = async () => {
|
||||
|
Reference in New Issue
Block a user