aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2020-11-24 12:56:12 +0100
committerCharles Cabergs <me@cacharle.xyz>2020-11-24 12:56:12 +0100
commit096325462a49ae1aee92f56124359388c9effaa6 (patch)
tree1d5d8ed0476165b62814c21a8ce29497388edd5b /README.md
parent74d23da9c88e4ec904320d017f81704a78c72e81 (diff)
downloadcacharle.xyz-096325462a49ae1aee92f56124359388c9effaa6.tar.gz
cacharle.xyz-096325462a49ae1aee92f56124359388c9effaa6.tar.bz2
cacharle.xyz-096325462a49ae1aee92f56124359388c9effaa6.zip
Added header
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
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
+```