commit b47e25db65019a78deb2807cf4b5bf98218bcc42
Author: Francesco Saccone <francesco@francescosaccone.com>
Date: Fri, 7 Mar 2025 18:42:53 +0100
chore: init
Signed-off-by: Francesco Saccone <francesco@francescosaccone.com>
Diffstat:
3 files changed, 42 insertions(+), 0 deletions(-)
diff --git a/.editorconfig b/.editorconfig
@@ -0,0 +1,9 @@
+root = true
+
+[*]
+indent_style = space
+indent_size = 2
+end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = false
diff --git a/LICENSE b/LICENSE
@@ -0,0 +1,15 @@
+ISC License
+
+Copyright (c) 2025 Francesco Saccone
+
+Permission to use, copy, modify, and/or distribute this software for any
+purpose with or without fee is hereby granted, provided that the above
+copyright notice and this permission notice appear in all copies.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
+REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
+AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
+INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
+LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
+OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+PERFORMANCE OF THIS SOFTWARE.
diff --git a/README b/README
@@ -0,0 +1,18 @@
+Website
+=======
+
+Francesco Saccone's website content.
+
+This repository contains all the content avaiable at
+<https://francescosaccone.com>, as my website is fully static.
+
+Structure
+---------
+
+All Markdown files (.md) are converted to HTML (.html) using md4c (see
+<https://github.com/mity/md4c> for more information about the parser) and their
+content is put between the content of footer.html and the content of
+header.html.
+
+Every file in public/, along with robots.txt and favicon.ico, is purely
+statically hosted.