From f8ed10db8f047f8f871429d371c97c83502d708f Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 11 Mar 2020 15:09:34 +0100 Subject: [PATCH 1/2] Remove gitmodules (faking it for now) --- old/.gitmodules | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 old/.gitmodules diff --git a/old/.gitmodules b/old/.gitmodules deleted file mode 100644 index c73d838..0000000 --- a/old/.gitmodules +++ /dev/null @@ -1,6 +0,0 @@ -[submodule "plugins-custom"] - path = plugins-custom - url = https://git.vvvvvvaria.org/varia/plugins-custom -[submodule "pelican-plugins"] - path = pelican-plugins - url = https://github.com/getpelican/pelican-plugins From 4c0af48a685693a96fb42acf00cf1d307fd14651 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 11 Mar 2020 15:10:16 +0100 Subject: [PATCH 2/2] WIP README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f3bc3a..a960822 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ # manymanymany-varia-websites -TODO. +## Get Started + +```bash +$ git clone https://git.vvvvvvaria.org/varia/manymanymany-varia-websites +```