From cd7c3abdbda16ab0a6cb0d7bed504ed930f9ca73 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 7 Mar 2021 16:23:59 -0800 Subject: initial site with hugo Start my website from scratch once more, using hugo to generate it. For now the layout is pretty simple: - an index page that will list future notes - notes should be created under the "content" directory The theme is custom and I'll try to keep this simple. --- static/CNAME | 1 + 1 file changed, 1 insertion(+) create mode 100644 static/CNAME (limited to 'static/CNAME') diff --git a/static/CNAME b/static/CNAME new file mode 100644 index 0000000..7398ba2 --- /dev/null +++ b/static/CNAME @@ -0,0 +1 @@ +fcuny.net \ No newline at end of file -- cgit v1.2.3