From c83157281a81b1270d52f69a70915859e649bb3a Mon Sep 17 00:00:00 2001 From: Evgenii Akentev Date: Sat, 1 Apr 2023 15:40:45 +0400 Subject: [PATCH] Update projects page --- config.toml | 6 ++++- content/pages/projects.md | 50 ++++++++++++++++++++++++++------------- 2 files changed, 39 insertions(+), 17 deletions(-) diff --git a/config.toml b/config.toml index 0311dac..5e23f81 100644 --- a/config.toml +++ b/config.toml @@ -26,4 +26,8 @@ copyright = 'This work is licensed under a Creative Commons Attribution-ShareAli lineNumbersInTable = true noClasses = false style = "vs" - tabWidth = 4 \ No newline at end of file + tabWidth = 4 + + [markup.goldmark] + [markup.goldmark.renderer] + unsafe = true diff --git a/content/pages/projects.md b/content/pages/projects.md index 7ca97b5..9a43afd 100644 --- a/content/pages/projects.md +++ b/content/pages/projects.md @@ -2,20 +2,38 @@ title: projects --- -### [rendertable](https://table.ak3n.com) -[![rendertable screenshot](/static/images/rendertable.png)](https://table.ak3n.com) - -Tool to create websites using the google sheets as a data source with sorting and filtering functionality. Built with python, flask and sqlite. [Source code](https://git.ak3n.com/?p=render-table.git). - -### [cubicaltt](https://cubicaltt.ak3n.com) - -[![cubicaltt screenshot](/static/images/cubicaltt.png)](https://cubicaltt.ak3n.com) - -Web version of [cubicalltt](https://github.com/mortberg/cubicaltt) built with reflex, ghcjs and monaco editor. [Source code](https://git.ak3n.com/?p=cubicaltt.git). - -### [where are you](https://whereareyougame.ak3n.com) - -[![where are you game screenshot](/static/images/whereareyougame.png)](https://whereareyougame.ak3n.com) - -Text-based variation of geoguessr using the openstreetmap api built for game jam hackaton. Python, bottle, js. [Source code](https://git.ak3n.com/?p=where-are-you.git). \ No newline at end of file +#### Hosted web projects + +
+ + rendertable (Python, Flask, SQLite) [source] + +

+ + + Tool to create websites using the google sheets as a data source with sorting and filtering functionality. +

+
+ +
+ + cubicaltt (Haskell, Reflex, GHCJS, Monaco) [source] + +

+ + + Web version of [cubicalltt](https://github.com/mortberg/cubicaltt). +

+
+ +
+ + where are you (Python, Bottle, JS) [source] + +

+ + + Text-based variation of geoguessr using the openstreetmap api built for game jam hackaton made in a team. +

+
-- 2.50.1