From 5c39d767ffbecefa447dac60b8f0adc0ef2064dc Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 10 Oct 2022 22:44:00 +0200 Subject: Moved repo to new machine --- themes/.gitkeep | 0 themes/simple/LICENSE | 0 themes/simple/archetypes/default.md | 0 themes/simple/layouts/404.html | 0 themes/simple/layouts/_default/baseof.html | 0 themes/simple/layouts/_default/list.html | 0 themes/simple/layouts/_default/rss.xml | 0 themes/simple/layouts/_default/single.html | 0 themes/simple/layouts/partials/comments.html | 0 themes/simple/layouts/partials/footer.html | 0 themes/simple/layouts/partials/head.html | 0 themes/simple/layouts/partials/header.html | 25 +++++++++++++++++++++++++ themes/simple/layouts/partials/navigation.html | 0 themes/simple/layouts/partials/tailwind.html | 0 themes/simple/openring/openring.html | 0 themes/simple/static/css/.gitkeep | 0 themes/simple/static/js/.gitkeep | 0 themes/simple/theme.toml | 0 18 files changed, 25 insertions(+) mode change 100644 => 100755 themes/.gitkeep mode change 100644 => 100755 themes/simple/LICENSE mode change 100644 => 100755 themes/simple/archetypes/default.md mode change 100644 => 100755 themes/simple/layouts/404.html mode change 100644 => 100755 themes/simple/layouts/_default/baseof.html mode change 100644 => 100755 themes/simple/layouts/_default/list.html mode change 100644 => 100755 themes/simple/layouts/_default/rss.xml mode change 100644 => 100755 themes/simple/layouts/_default/single.html mode change 100644 => 100755 themes/simple/layouts/partials/comments.html mode change 100644 => 100755 themes/simple/layouts/partials/footer.html mode change 100644 => 100755 themes/simple/layouts/partials/head.html create mode 100755 themes/simple/layouts/partials/header.html mode change 100644 => 100755 themes/simple/layouts/partials/navigation.html mode change 100644 => 100755 themes/simple/layouts/partials/tailwind.html mode change 100644 => 100755 themes/simple/openring/openring.html mode change 100644 => 100755 themes/simple/static/css/.gitkeep mode change 100644 => 100755 themes/simple/static/js/.gitkeep mode change 100644 => 100755 themes/simple/theme.toml (limited to 'themes') diff --git a/themes/.gitkeep b/themes/.gitkeep old mode 100644 new mode 100755 diff --git a/themes/simple/LICENSE b/themes/simple/LICENSE old mode 100644 new mode 100755 diff --git a/themes/simple/archetypes/default.md b/themes/simple/archetypes/default.md old mode 100644 new mode 100755 diff --git a/themes/simple/layouts/404.html b/themes/simple/layouts/404.html old mode 100644 new mode 100755 diff --git a/themes/simple/layouts/_default/baseof.html b/themes/simple/layouts/_default/baseof.html old mode 100644 new mode 100755 diff --git a/themes/simple/layouts/_default/list.html b/themes/simple/layouts/_default/list.html old mode 100644 new mode 100755 diff --git a/themes/simple/layouts/_default/rss.xml b/themes/simple/layouts/_default/rss.xml old mode 100644 new mode 100755 diff --git a/themes/simple/layouts/_default/single.html b/themes/simple/layouts/_default/single.html old mode 100644 new mode 100755 diff --git a/themes/simple/layouts/partials/comments.html b/themes/simple/layouts/partials/comments.html old mode 100644 new mode 100755 diff --git a/themes/simple/layouts/partials/footer.html b/themes/simple/layouts/partials/footer.html old mode 100644 new mode 100755 diff --git a/themes/simple/layouts/partials/head.html b/themes/simple/layouts/partials/head.html old mode 100644 new mode 100755 diff --git a/themes/simple/layouts/partials/header.html b/themes/simple/layouts/partials/header.html new file mode 100755 index 0000000..1b1f279 --- /dev/null +++ b/themes/simple/layouts/partials/header.html @@ -0,0 +1,25 @@ +
+
+

+ +

+ + +
+
diff --git a/themes/simple/layouts/partials/navigation.html b/themes/simple/layouts/partials/navigation.html old mode 100644 new mode 100755 diff --git a/themes/simple/layouts/partials/tailwind.html b/themes/simple/layouts/partials/tailwind.html old mode 100644 new mode 100755 diff --git a/themes/simple/openring/openring.html b/themes/simple/openring/openring.html old mode 100644 new mode 100755 diff --git a/themes/simple/static/css/.gitkeep b/themes/simple/static/css/.gitkeep old mode 100644 new mode 100755 diff --git a/themes/simple/static/js/.gitkeep b/themes/simple/static/js/.gitkeep old mode 100644 new mode 100755 diff --git a/themes/simple/theme.toml b/themes/simple/theme.toml old mode 100644 new mode 100755 -- cgit v1.2.3