Added metadata + now page

This commit is contained in:
kalanggam 2023-10-19 10:20:07 -05:00
parent 6876446d0e
commit eb8aba3224
4 changed files with 15 additions and 1 deletions

5
src/_data/meta.js Normal file
View file

@ -0,0 +1,5 @@
module.exports = {
siteName: "gils.nexus",
siteDescription: "",
authorName: "",
};

View file

@ -3,7 +3,7 @@
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>{{ title }}</title> <title>{% if title %}{{ title }} | {% endif %}{{ meta.siteName }}</title>
<link rel="stylesheet" href="/css/global.css"> <link rel="stylesheet" href="/css/global.css">
</head> </head>
<body> <body>

View file

@ -13,6 +13,7 @@ links (for now).
## Here ## Here
[Cebuano](/ceb/) [Cebuano](/ceb/)
[Now](/now/)
[Poetry](/poetry/) [Poetry](/poetry/)
--- ---

8
src/now.md Normal file
View file

@ -0,0 +1,8 @@
---
title: Now
layout: base.njk
---
Hello!
[&larr; Home](/)