Added metadata + now page
This commit is contained in:
parent
6876446d0e
commit
eb8aba3224
5
src/_data/meta.js
Normal file
5
src/_data/meta.js
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
module.exports = {
|
||||||
|
siteName: "gils.nexus",
|
||||||
|
siteDescription: "",
|
||||||
|
authorName: "",
|
||||||
|
};
|
|
@ -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>
|
||||||
|
|
|
@ -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
8
src/now.md
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
---
|
||||||
|
title: Now
|
||||||
|
layout: base.njk
|
||||||
|
---
|
||||||
|
|
||||||
|
Hello!
|
||||||
|
|
||||||
|
[← Home](/)
|
Loading…
Reference in a new issue