From c10ce64dd9fc61b8e166aaf3305c0049462756e7 Mon Sep 17 00:00:00 2001 From: Xavier Brinon Date: Sat, 25 Nov 2023 07:37:16 +0000 Subject: [PATCH] import org --- README.md | 3 --- README.org | 41 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+), 3 deletions(-) delete mode 100644 README.md create mode 100644 README.org diff --git a/README.md b/README.md deleted file mode 100644 index f66bc80..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# Uncluttered - -From the Uncluttered course \ No newline at end of file diff --git a/README.org b/README.org new file mode 100644 index 0000000..161c142 --- /dev/null +++ b/README.org @@ -0,0 +1,41 @@ +#+title: Uncluttered +#+author: Xavier Brinon +#+date: [2023-11-24 Fri] +#+startup: indent +* Org shortcut +- Evaluate the line, apply the config in place :: ~C-c C-c~ +* Webserver +** Guile +So we need a webserver to display the HTML page. Since I'm keen on trying fancy +pancy standard stuff in Webdev, let's do it to with GNU. +Let's try and choose a webserver in [[https://www.gnu.org/software/guile/manual/html_node/index.html][Guile]]. + +#+name: install guile +#+begin_src shell + guix install guile + guile --version +#+end_src + +#+RESULTS: install guile +: guile (GNU Guile) 3.0.9 +: Copyright (C) 2023 Free Software Foundation, Inc. +: +: License LGPLv3+: GNU LGPL 3 or later . +: This is free software: you are free to change and redistribute it. +: There is NO WARRANTY, to the extent permitted by law. +** or Rust ? +We're exploring Rust as well, so maybe there is some fancy stuff here as well. I +mean while we wait and learn about Guile anyway. +Well, there's [[https://rocket.rs/][Rocket]] for Rust but I guess we can wait. +** Nah, let's stick to Esbuild +Because this is what the book is doing and we don't want to waste too much time +(it's 9:29pm) and I'm too tired for that. +* Set up +Setting up the project is done via the repo template on github.[fn:1] +Let's clone it from gitlab, or gitea ? + +* Footnotes + +[fn:1]Which causes 2 problems: +- It's github +- I want to set up the project from scratch :shrug: