diff --git a/.env b/.env new file mode 100644 index 0000000..c9376fc --- /dev/null +++ b/.env @@ -0,0 +1 @@ +DEPLOY_SECRET=1f14ac603e4c1a34d8face4d53b635fb74b7eee77b5c37673eb810cb4654cac0 diff --git a/.env.save b/.env.save new file mode 100644 index 0000000..f86fca3 --- /dev/null +++ b/.env.save @@ -0,0 +1,11 @@ +;5;99~;5;99~;5;99~;5;2;127~;2;127~;2;127~;2;127~;2;127~ + + + + + + + + +fuck +;5;120~;5;120~;5;120~;5;120~;5;99~;5;99~;5;99~;5;99~;5;99~;5;118~;5;99~;5;99~;5;99~;5;99~;5;99~;5;99~;5;99~;5;99~C;6;67~;6;67~;6;67~;6;67~çççççÇÇÇç;5;99~;5;99;5;99~;5;120~;5;127~;5;120~;5;127~;5;127~;5;5;99~5;99~;5;120~;5;120~;5;120~;5;120~;5;120~ diff --git a/.hugo_build.lock b/.hugo_build.lock new file mode 100644 index 0000000..e69de29 diff --git a/content/projects/_index.md b/content/projects/_index.md new file mode 100644 index 0000000..5f8268a --- /dev/null +++ b/content/projects/_index.md @@ -0,0 +1,8 @@ +--- +title: "Projects" +type: page +--- + +1. [Mindboost](/projects/mindboost/) +2. [Lichterei](/projects/lichterei/) +3. [Gemeinschaft](/projects/gemeinschaft/) diff --git a/content/projects/gemeinschaft.md b/content/projects/gemeinschaft.md new file mode 100644 index 0000000..828f8b7 --- /dev/null +++ b/content/projects/gemeinschaft.md @@ -0,0 +1,6 @@ +--- +title: "Gemeinschaft" +type: page +--- + +Wohnen in einer Gemeinschaft ... diff --git a/content/projects/lichterei.md b/content/projects/lichterei.md new file mode 100644 index 0000000..6e53bed --- /dev/null +++ b/content/projects/lichterei.md @@ -0,0 +1,6 @@ +--- +title: "Lichterei" +type: page +--- + +Kreative Projekte rund um Licht und Lampen ... diff --git a/content/projects/mindboost.md b/content/projects/mindboost.md new file mode 100644 index 0000000..c04364c --- /dev/null +++ b/content/projects/mindboost.md @@ -0,0 +1,6 @@ +--- +title: "Mindboost" +type: page +--- + +Mindboost is a startup ... diff --git a/hugo.toml b/hugo.toml index a42be6b..488d0d4 100644 --- a/hugo.toml +++ b/hugo.toml @@ -14,7 +14,12 @@ name = "Home" url = "/" weight = 1 +[[menu.main]] +name = "Projects" +url = "/projects/" +weight = 2 + [[menu.main]] name = "Posts" url = "/posts/" -weight = 2 +weight = 3