From 8a5593082d077d03b6b98d5a157024cc48242423 Mon Sep 17 00:00:00 2001 From: Yann Verry Date: Sun, 24 Apr 2022 16:05:00 +0200 Subject: [PATCH] add readme --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8cd4c78 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# yann.verry.org with hugo! + +This website was build with the hugo amazing tool! + +## Themes + +This hugo website use `PaperMod`. +To do that use submodules + +``` +git pull --recurse-submodules +``` + +# Run + +```bash +hugo +rsync -arvz --delete public/ peach.verry.org:/srv/www/yann/yann.verry.org/ +``` \ No newline at end of file