From 9d2c650d7cadf57ecef3d5a1d39f5f98e298ec64 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Mon, 9 Nov 2020 17:39:05 +0100 Subject: Trying to DRY the html with templates --- index.template.html | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 index.template.html (limited to 'index.template.html') diff --git a/index.template.html b/index.template.html deleted file mode 100644 index 3ece5b7..0000000 --- a/index.template.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - - cacharle - - - - - -
-

Charles's website

- -

About me

-

I'm a computer science student currently at s19, a summary of my progress can be found here

-

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

- - -

Utils

- - -

Links

-
  • github
  • -
  • git server
  • -
  • GPG public key
  • - -

    The style sheet used for this site can be found here

    -
    - -- cgit From 3ebcd66cd17741ec7dc7793f9f0121e2ee025fdf Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Tue, 24 Nov 2020 12:10:40 +0100 Subject: Fixing templating (without ejs) --- index.template.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 index.template.html (limited to 'index.template.html') diff --git a/index.template.html b/index.template.html new file mode 100644 index 0000000..4055ddb --- /dev/null +++ b/index.template.html @@ -0,0 +1,26 @@ +

    Charles's website

    + +

    About me

    +

    I'm a computer science student currently at s19, a summary of my progress can be found here

    +

    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

    + + +

    Utils

    + + +

    Links

    + + +

    The style sheet used for this site can be found here.

    -- cgit