From 096325462a49ae1aee92f56124359388c9effaa6 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Tue, 24 Nov 2020 12:56:12 +0100 Subject: Added header --- README.md | 17 +++++++++++++++++ base.template.html | 6 ++++++ index.template.html | 3 ++- style.css | 37 ++++++++++++++++++++++++++++++++++--- 4 files changed, 59 insertions(+), 4 deletions(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2521478 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# [cacharle.xyz](https://cacharle.xyz) website + +This is the code for my personnal website. + +## Usage + +Generate the html pages form templates: + +```sh +./generate +``` + +Clean the generated files: + +```sh +./clean +``` diff --git a/base.template.html b/base.template.html index 43638bf..4559199 100644 --- a/base.template.html +++ b/base.template.html @@ -12,6 +12,12 @@ +
+
Home
+
Contact
+
git-server
+
+
diff --git a/index.template.html b/index.template.html index 4055ddb..9d9c007 100644 --- a/index.template.html +++ b/index.template.html @@ -5,6 +5,8 @@

This site is an experiment to host some of the services I use every day like a mail server and a git server and becoming more independant in general.

Inspired by a serie of videos posted by Luke Smith.

+
+

Blog articles