summaryrefslogtreecommitdiffhomepage
path: root/resources/pug
diff options
context:
space:
mode:
Diffstat (limited to 'resources/pug')
-rw-r--r--resources/pug/finals/articles/2021-07-26-cloogle-search-overview.pug18
-rw-r--r--resources/pug/finals/articles/index.pug7
-rw-r--r--resources/pug/include/layout-articles.pug3
3 files changed, 28 insertions, 0 deletions
diff --git a/resources/pug/finals/articles/2021-07-26-cloogle-search-overview.pug b/resources/pug/finals/articles/2021-07-26-cloogle-search-overview.pug
new file mode 100644
index 0000000..859f11c
--- /dev/null
+++ b/resources/pug/finals/articles/2021-07-26-cloogle-search-overview.pug
@@ -0,0 +1,18 @@
+extends /layout-articles.pug
+
+block prepend title
+ | Cloogle search overview -
+
+block prepend menu
+ - var page = '2021-07-26-cloogle-search-overview'
+
+block append breadcrumbs
+ +breadcrumb('Cloogle search overview')
+
+block subtitle
+ | Cloogle search overview
+block subtitleDate
+ | 26 July 2021
+
+block page
+ include:markdown ../../../md/2021-07-26-cloogle-search-overview.md
diff --git a/resources/pug/finals/articles/index.pug b/resources/pug/finals/articles/index.pug
index b3100dd..3a5264c 100644
--- a/resources/pug/finals/articles/index.pug
+++ b/resources/pug/finals/articles/index.pug
@@ -15,6 +15,13 @@ block page
| You can also go back to my #[a(href='/') home page].
h1
+ a(href='2021-07-26-cloogle-search-overview.html').
+ 26 July 2021: Cloogle search overview
+ blockquote.
+ Cloogle is a search engine for the pure, functional programming language Clean, similar to Hoogle for Haskell.
+ In this post I go through the design of the search backend and make a comparison with that of Hoogle 5.
+
+ h1
a(href='2021-06-23-compiling-clean-in-the-browser-with-webassembly-part-1-introduction.html').
23 June 2021: Compiling Clean in the browser with WebAssembly
blockquote.
diff --git a/resources/pug/include/layout-articles.pug b/resources/pug/include/layout-articles.pug
index 10feaab..c35e38b 100644
--- a/resources/pug/include/layout-articles.pug
+++ b/resources/pug/include/layout-articles.pug
@@ -8,6 +8,9 @@ block append menu
+menu(
{name: 'Home', link: ''},
{name: 2021, menu: [
+ { name: 'Cloogle search overview',
+ year: 2021, month: 7, day: 26
+ },
{ name: 'Compiling Clean in the browser with WebAssembly, part 3: Putting it all together',
year: 2021, month: 6, day: 23
},