From ddb853e055db0bbfcd761b48a33f9d2e04ff5b34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20Nicou=C3=A9?= Date: Fri, 8 Jul 2022 09:52:31 +0200 Subject: [PATCH] Add htdocs directory and symlinks --- htdocs/.htaccess | 1 + htdocs/assets | 1 + htdocs/content | 1 + htdocs/index.php | 1 + htdocs/kirby | 1 + htdocs/media | 1 + htdocs/robots.txt | 1 + htdocs/site | 1 + htdocs/vendor | 1 + 9 files changed, 9 insertions(+) create mode 120000 htdocs/.htaccess create mode 120000 htdocs/assets create mode 120000 htdocs/content create mode 120000 htdocs/index.php create mode 120000 htdocs/kirby create mode 120000 htdocs/media create mode 120000 htdocs/robots.txt create mode 120000 htdocs/site create mode 120000 htdocs/vendor diff --git a/htdocs/.htaccess b/htdocs/.htaccess new file mode 120000 index 0000000..79eb93b --- /dev/null +++ b/htdocs/.htaccess @@ -0,0 +1 @@ +.htaccess \ No newline at end of file diff --git a/htdocs/assets b/htdocs/assets new file mode 120000 index 0000000..f40fe05 --- /dev/null +++ b/htdocs/assets @@ -0,0 +1 @@ +assets \ No newline at end of file diff --git a/htdocs/content b/htdocs/content new file mode 120000 index 0000000..6b584e8 --- /dev/null +++ b/htdocs/content @@ -0,0 +1 @@ +content \ No newline at end of file diff --git a/htdocs/index.php b/htdocs/index.php new file mode 120000 index 0000000..0012f7d --- /dev/null +++ b/htdocs/index.php @@ -0,0 +1 @@ +index.php \ No newline at end of file diff --git a/htdocs/kirby b/htdocs/kirby new file mode 120000 index 0000000..6b29959 --- /dev/null +++ b/htdocs/kirby @@ -0,0 +1 @@ +kirby \ No newline at end of file diff --git a/htdocs/media b/htdocs/media new file mode 120000 index 0000000..27949aa --- /dev/null +++ b/htdocs/media @@ -0,0 +1 @@ +media \ No newline at end of file diff --git a/htdocs/robots.txt b/htdocs/robots.txt new file mode 120000 index 0000000..445383f --- /dev/null +++ b/htdocs/robots.txt @@ -0,0 +1 @@ +robots.txt \ No newline at end of file diff --git a/htdocs/site b/htdocs/site new file mode 120000 index 0000000..d97e100 --- /dev/null +++ b/htdocs/site @@ -0,0 +1 @@ +site \ No newline at end of file diff --git a/htdocs/vendor b/htdocs/vendor new file mode 120000 index 0000000..5657f6e --- /dev/null +++ b/htdocs/vendor @@ -0,0 +1 @@ +vendor \ No newline at end of file