From af09593474e2681e3ec1bf37f3d30ad424787f46 Mon Sep 17 00:00:00 2001 From: facundoolano Date: Sun, 3 Mar 2024 16:47:47 -0300 Subject: [PATCH] outline + intro for serve command post --- .../blog/a-site-server-with-live-reload.org | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 docs/src/blog/a-site-server-with-live-reload.org diff --git a/docs/src/blog/a-site-server-with-live-reload.org b/docs/src/blog/a-site-server-with-live-reload.org new file mode 100644 index 0000000..d56d174 --- /dev/null +++ b/docs/src/blog/a-site-server-with-live-reload.org @@ -0,0 +1,46 @@ +--- +title: A site server with live reload +date: 2024-03-05 +layout: post +lang: en +tags: [golang, project] +draft: true +--- +#+OPTIONS: toc:nil num:1 +#+LANGUAGE: en + +** 1. Introduction + +The core of the static site generator is the ~build~ command: take some input files, process them ---render templates, convert other markup formats into HTML--- and write the output for serving to the web.