aboutsummaryrefslogtreecommitdiff
path: root/themes/simple
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2022-10-10 22:44:00 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2022-10-10 22:44:00 +0200
commit5c39d767ffbecefa447dac60b8f0adc0ef2064dc (patch)
tree58b3978dacab9b3b135e66bcb255b53c7fc85d24 /themes/simple
parenteb20bbb5568571126fb24289d92440ee12856afe (diff)
downloadmitjafelicijan.com-5c39d767ffbecefa447dac60b8f0adc0ef2064dc.tar.gz
Moved repo to new machine
Diffstat (limited to 'themes/simple')
-rwxr-xr-x[-rw-r--r--]themes/simple/LICENSE0
-rwxr-xr-x[-rw-r--r--]themes/simple/archetypes/default.md0
-rwxr-xr-x[-rw-r--r--]themes/simple/layouts/404.html0
-rwxr-xr-x[-rw-r--r--]themes/simple/layouts/_default/baseof.html0
-rwxr-xr-x[-rw-r--r--]themes/simple/layouts/_default/list.html0
-rwxr-xr-x[-rw-r--r--]themes/simple/layouts/_default/rss.xml0
-rwxr-xr-x[-rw-r--r--]themes/simple/layouts/_default/single.html0
-rwxr-xr-x[-rw-r--r--]themes/simple/layouts/partials/comments.html0
-rwxr-xr-x[-rw-r--r--]themes/simple/layouts/partials/footer.html0
-rwxr-xr-x[-rw-r--r--]themes/simple/layouts/partials/head.html0
-rwxr-xr-xthemes/simple/layouts/partials/header.html25
-rwxr-xr-x[-rw-r--r--]themes/simple/layouts/partials/navigation.html0
-rwxr-xr-x[-rw-r--r--]themes/simple/layouts/partials/tailwind.html0
-rwxr-xr-x[-rw-r--r--]themes/simple/openring/openring.html0
-rwxr-xr-x[-rw-r--r--]themes/simple/static/css/.gitkeep0
-rwxr-xr-x[-rw-r--r--]themes/simple/static/js/.gitkeep0
-rwxr-xr-x[-rw-r--r--]themes/simple/theme.toml0
17 files changed, 25 insertions, 0 deletions
diff --git a/themes/simple/LICENSE b/themes/simple/LICENSE
index 147d594..147d594 100644..100755
--- a/themes/simple/LICENSE
+++ b/themes/simple/LICENSE
diff --git a/themes/simple/archetypes/default.md b/themes/simple/archetypes/default.md
index ac36e06..ac36e06 100644..100755
--- a/themes/simple/archetypes/default.md
+++ b/themes/simple/archetypes/default.md
diff --git a/themes/simple/layouts/404.html b/themes/simple/layouts/404.html
index e69de29..e69de29 100644..100755
--- a/themes/simple/layouts/404.html
+++ b/themes/simple/layouts/404.html
diff --git a/themes/simple/layouts/_default/baseof.html b/themes/simple/layouts/_default/baseof.html
index 0cb6943..0cb6943 100644..100755
--- a/themes/simple/layouts/_default/baseof.html
+++ b/themes/simple/layouts/_default/baseof.html
diff --git a/themes/simple/layouts/_default/list.html b/themes/simple/layouts/_default/list.html
index 04589cb..04589cb 100644..100755
--- a/themes/simple/layouts/_default/list.html
+++ b/themes/simple/layouts/_default/list.html
diff --git a/themes/simple/layouts/_default/rss.xml b/themes/simple/layouts/_default/rss.xml
index 6a35b96..6a35b96 100644..100755
--- a/themes/simple/layouts/_default/rss.xml
+++ b/themes/simple/layouts/_default/rss.xml
diff --git a/themes/simple/layouts/_default/single.html b/themes/simple/layouts/_default/single.html
index e8f27d1..e8f27d1 100644..100755
--- a/themes/simple/layouts/_default/single.html
+++ b/themes/simple/layouts/_default/single.html
diff --git a/themes/simple/layouts/partials/comments.html b/themes/simple/layouts/partials/comments.html
index 7978917..7978917 100644..100755
--- a/themes/simple/layouts/partials/comments.html
+++ b/themes/simple/layouts/partials/comments.html
diff --git a/themes/simple/layouts/partials/footer.html b/themes/simple/layouts/partials/footer.html
index 95a1771..95a1771 100644..100755
--- a/themes/simple/layouts/partials/footer.html
+++ b/themes/simple/layouts/partials/footer.html
diff --git a/themes/simple/layouts/partials/head.html b/themes/simple/layouts/partials/head.html
index b79a030..b79a030 100644..100755
--- a/themes/simple/layouts/partials/head.html
+++ b/themes/simple/layouts/partials/head.html
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 @@
1<div class="container-blog mx-auto px-6 md:p-0">
2 <header class="flex py-4 mt-4 mb-6">
3 <h3 class="flex-grow">
4 <a href="/" itemprop="url" class="text-xl font-bold hover:bg-yellow-100">Mitja Felicijan</a>
5 </h3>
6
7 <nav itemscope itemtype="http://schema.org/SiteNavigationElement" class="flex items-center gap-1">
8 <meta itemprop="name" content="Main Menu">
9
10 <a href="/yap/feed.xml" rel="noopener nofollow" itemprop="url" class="hidden md:flex items-center gap-1 font-medium px-2 hover:bg-yellow-100">
11 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-3 h-3">
12 <path d="M11.983 1.907a.75.75 0 00-1.292-.657l-8.5 9.5A.75.75 0 002.75 12h6.572l-1.305 6.093a.75.75 0 001.292.657l8.5-9.5A.75.75 0 0017.25 8h-6.572l1.305-6.093z" />
13 </svg>
14 <span>Microblog</span>
15 </a>
16
17 <a href="https://git.mitjafelicijan.com" target="_blank" rel="noopener nofollow" itemprop="url" class="font-medium px-2 hover:bg-yellow-100">Git</a>
18 <a href="https://files.mitjafelicijan.com" target="_blank" rel="noopener nofollow" itemprop="url" class="font-medium px-2 hover:bg-yellow-100">Files</a>
19 <a href="/curriculum-vitae.html" class="font-medium px-2 hover:bg-yellow-100">CV</a>
20 <a href="/books.html" class="font-medium px-2 hover:bg-yellow-100">Books</a>
21
22 <a href="/index.xml" itemprop="url" class="font-medium px-2 hover:bg-yellow-100 hidden md:block">RSS</a>
23 </nav>
24 </header>
25</div>
diff --git a/themes/simple/layouts/partials/navigation.html b/themes/simple/layouts/partials/navigation.html
index e627ec7..e627ec7 100644..100755
--- a/themes/simple/layouts/partials/navigation.html
+++ b/themes/simple/layouts/partials/navigation.html
diff --git a/themes/simple/layouts/partials/tailwind.html b/themes/simple/layouts/partials/tailwind.html
index 616ab3a..616ab3a 100644..100755
--- a/themes/simple/layouts/partials/tailwind.html
+++ b/themes/simple/layouts/partials/tailwind.html
diff --git a/themes/simple/openring/openring.html b/themes/simple/openring/openring.html
index 48444f8..48444f8 100644..100755
--- a/themes/simple/openring/openring.html
+++ b/themes/simple/openring/openring.html
diff --git a/themes/simple/static/css/.gitkeep b/themes/simple/static/css/.gitkeep
index e69de29..e69de29 100644..100755
--- a/themes/simple/static/css/.gitkeep
+++ b/themes/simple/static/css/.gitkeep
diff --git a/themes/simple/static/js/.gitkeep b/themes/simple/static/js/.gitkeep
index e69de29..e69de29 100644..100755
--- a/themes/simple/static/js/.gitkeep
+++ b/themes/simple/static/js/.gitkeep
diff --git a/themes/simple/theme.toml b/themes/simple/theme.toml
index bf6fd7f..bf6fd7f 100644..100755
--- a/themes/simple/theme.toml
+++ b/themes/simple/theme.toml