From d13cef99185184a18c0a08049e538fb7e0f28e7e Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Wed, 23 Jun 2021 10:35:47 +0200 Subject: Rename Clean Sandbox article --- resources/md/2021-06-22-clean-sandbox.md | 7 ------- ...ing-the-clean-compiler-in-the-browser-with-webassembly.md | 7 +++++++ resources/pug/finals/articles/2021-06-22-clean-sandbox.pug | 12 ------------ ...ng-the-clean-compiler-in-the-browser-with-webassembly.pug | 12 ++++++++++++ resources/pug/include/layout-articles.pug | 2 +- 5 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 resources/md/2021-06-22-clean-sandbox.md create mode 100644 resources/md/2021-06-23-running-the-clean-compiler-in-the-browser-with-webassembly.md delete mode 100644 resources/pug/finals/articles/2021-06-22-clean-sandbox.pug create mode 100644 resources/pug/finals/articles/2021-06-23-running-the-clean-compiler-in-the-browser-with-webassembly.pug diff --git a/resources/md/2021-06-22-clean-sandbox.md b/resources/md/2021-06-22-clean-sandbox.md deleted file mode 100644 index 623a080..0000000 --- a/resources/md/2021-06-22-clean-sandbox.md +++ /dev/null @@ -1,7 +0,0 @@ -Example of an article with markdown. - -See https://camilstaps.gitlab.io/clean-sandbox. - -```js -let xyz = 5; -``` diff --git a/resources/md/2021-06-23-running-the-clean-compiler-in-the-browser-with-webassembly.md b/resources/md/2021-06-23-running-the-clean-compiler-in-the-browser-with-webassembly.md new file mode 100644 index 0000000..623a080 --- /dev/null +++ b/resources/md/2021-06-23-running-the-clean-compiler-in-the-browser-with-webassembly.md @@ -0,0 +1,7 @@ +Example of an article with markdown. + +See https://camilstaps.gitlab.io/clean-sandbox. + +```js +let xyz = 5; +``` diff --git a/resources/pug/finals/articles/2021-06-22-clean-sandbox.pug b/resources/pug/finals/articles/2021-06-22-clean-sandbox.pug deleted file mode 100644 index cd343dd..0000000 --- a/resources/pug/finals/articles/2021-06-22-clean-sandbox.pug +++ /dev/null @@ -1,12 +0,0 @@ -extends /layout-articles.pug - -block prepend menu - - var page = '2021-06-22-clean-sandbox' - -block subtitle - | Clean Sandbox -block subtitleDate - | 22 June 2021 - -block page - include:markdown ../../../md/2021-06-22-clean-sandbox.md diff --git a/resources/pug/finals/articles/2021-06-23-running-the-clean-compiler-in-the-browser-with-webassembly.pug b/resources/pug/finals/articles/2021-06-23-running-the-clean-compiler-in-the-browser-with-webassembly.pug new file mode 100644 index 0000000..6506192 --- /dev/null +++ b/resources/pug/finals/articles/2021-06-23-running-the-clean-compiler-in-the-browser-with-webassembly.pug @@ -0,0 +1,12 @@ +extends /layout-articles.pug + +block prepend menu + - var page = '2021-06-23-running-the-clean-compiler-in-the-browser-with-webassembly' + +block subtitle + | Running the Clean compiler in the browser with WebAssembly +block subtitleDate + | 23 June 2021 + +block page + include:markdown ../../../md/2021-06-23-running-the-clean-compiler-in-the-browser-with-webassembly.md diff --git a/resources/pug/include/layout-articles.pug b/resources/pug/include/layout-articles.pug index 26fa69f..2672a36 100644 --- a/resources/pug/include/layout-articles.pug +++ b/resources/pug/include/layout-articles.pug @@ -5,6 +5,6 @@ block append menu +menu( {name: 'Home', link: ''}, {name: 2021, menu: [ - {name: 'Clean Sandbox', year: 2021, month: 6, day: 22}, + {name: 'Running the Clean compiler in the browser with WebAssembly', year: 2021, month: 6, day: 23}, ]}, ) -- cgit v1.2.3