Updated the dates for the pages and added a section for news
This commit is contained in:
parent
d64b184069
commit
3b3516fdca
7 changed files with 24 additions and 6 deletions
|
@ -29,8 +29,7 @@ const listDir = (dir, fileList = [], active = false ) => {
|
|||
};
|
||||
|
||||
let foundFiles = listDir( './public/news');
|
||||
listDir('./public/resource', foundFiles);
|
||||
listDir('./public/projects', foundFiles);
|
||||
//listDir('./public/versions', foundFiles);
|
||||
|
||||
foundFiles.forEach(f => {
|
||||
fs.renameSync(f.oldSrc, f.newSrc);
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
date: '2023-10-06T06:54:34'
|
||||
date: '2024-03-30T23:54:34'
|
||||
title: About
|
||||
draft: false
|
||||
type: page
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
date: '2023-10-06T06:54:34'
|
||||
date: '2024-03-30T23:54:34'
|
||||
title: Backus–Naur
|
||||
draft: false
|
||||
type: page
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
date: '2023-10-06T06:54:34'
|
||||
date: '2024-03-30T23:54:34'
|
||||
title: FAQ
|
||||
draft: false
|
||||
type: page
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
date: '2023-10-06T06:54:34'
|
||||
date: '2024-03-30T23:54:34'
|
||||
title: License
|
||||
draft: false
|
||||
type: page
|
||||
|
|
12
content/news/2024-03-31-website-is-live.md
Normal file
12
content/news/2024-03-31-website-is-live.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
slug: website-is-live
|
||||
date: '2024-03-31T23:59:54'
|
||||
title: Website is Live
|
||||
tags:
|
||||
- Administration
|
||||
draft: false
|
||||
---
|
||||
|
||||
This website has finally been launched.
|
||||
|
||||
Please follow this space for future updates.
|
7
content/news/_index.md
Normal file
7
content/news/_index.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
title: News
|
||||
date: '2024-03-30T23:56:34'
|
||||
description: For current events related to the Semantic Versioning project. You can follow this page on the fediverse at @SemanticVersioning@semantic-versioning.org
|
||||
weight: 1000
|
||||
draft: false
|
||||
---
|
Loading…
Add table
Reference in a new issue