mirror of
https://github.com/osmarks/website
synced 2025-09-08 21:35:59 +00:00
fix description, change navbar
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "osmarks' website",
|
||||
"domain": "osmarks.net",
|
||||
"siteDescription": "Whimsical uselessness available conveniently online.",
|
||||
"siteDescription": "osmarks is all. osmarks is everywhere. osmarks is truth. osmarks is light. osmarks is on the internet, on this website!",
|
||||
"feeds": [
|
||||
"https://blogs.sciencemag.org/pipeline/feed",
|
||||
"https://www.rtl-sdr.com/feed/",
|
||||
|
@@ -188,7 +188,7 @@ globalData.renderDate = date => date.format("DD/MM/YYYY")
|
||||
|
||||
const writeBuildID = () => fsp.writeFile(path.join(outDir, "buildID.txt"), buildID)
|
||||
const index = async () => {
|
||||
const index = globalData.templates.index({ ...globalData, title: "Index", posts: globalData.blog })
|
||||
const index = globalData.templates.index({ ...globalData, title: "Index", posts: globalData.blog, description: globalData.siteDescription })
|
||||
await fsp.writeFile(path.join(outDir, "index.html"), index)
|
||||
}
|
||||
const compileCSS = async () => {
|
||||
|
Reference in New Issue
Block a user