diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-08-27 14:28:02 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-08-27 14:28:02 +0200 |
| commit | fc9eff7f81b11a239039cf4a414245eab5f94190 (patch) | |
| tree | 84634c772919bb2f052e8c9a4a464d74279566b1 /themes | |
| parent | 0f1dc65be85e5f539933e2fdeacab2e31a617ca6 (diff) | |
| download | mitjafelicijan.com-fc9eff7f81b11a239039cf4a414245eab5f94190.tar.gz | |
Added description and minor style fixes
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/simple/layouts/_default/list.html | 2 | ||||
| -rw-r--r-- | themes/simple/layouts/_default/single.html | 2 | ||||
| -rw-r--r-- | themes/simple/layouts/partials/head.html | 9 |
3 files changed, 7 insertions, 6 deletions
diff --git a/themes/simple/layouts/_default/list.html b/themes/simple/layouts/_default/list.html index e32acd0..a848fc0 100644 --- a/themes/simple/layouts/_default/list.html +++ b/themes/simple/layouts/_default/list.html | |||
| @@ -18,7 +18,7 @@ | |||
| 18 | 18 | ||
| 19 | <!-- Projects I work on --> | 19 | <!-- Projects I work on --> |
| 20 | <section class="mb-12"> | 20 | <section class="mb-12"> |
| 21 | <h4 class="text-2xl font-bold mb-6">Side projects I work/worked on</h4> | 21 | <h4 class="text-2xl font-bold mb-6">Side projects I worked on</h4> |
| 22 | <ul class="list-disc ml-6"> | 22 | <ul class="list-disc ml-6"> |
| 23 | <li><a href="https://git.mitjafelicijan.com/journalctl-proxy.git/" target="_blank" rel="noopener nofollow" class="underline hover:bg-yellow-200">journalctl-proxy - Exposes your systemd logs to web via web interface</a></li> | 23 | <li><a href="https://git.mitjafelicijan.com/journalctl-proxy.git/" target="_blank" rel="noopener nofollow" class="underline hover:bg-yellow-200">journalctl-proxy - Exposes your systemd logs to web via web interface</a></li> |
| 24 | <li><a href="https://git.mitjafelicijan.com/redis-marshal.git/" target="_blank" rel="noopener nofollow" class="underline hover:bg-yellow-200">redis-marshal - Lightweight Redis data exploration tool</a></li> | 24 | <li><a href="https://git.mitjafelicijan.com/redis-marshal.git/" target="_blank" rel="noopener nofollow" class="underline hover:bg-yellow-200">redis-marshal - Lightweight Redis data exploration tool</a></li> |
diff --git a/themes/simple/layouts/_default/single.html b/themes/simple/layouts/_default/single.html index 45dc4e6..297d90e 100644 --- a/themes/simple/layouts/_default/single.html +++ b/themes/simple/layouts/_default/single.html | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | 3 | ||
| 4 | <!-- Single article --> | 4 | <!-- Single article --> |
| 5 | <article itemtype="http://schema.org/Article" class="mb-12"> | 5 | <article itemtype="http://schema.org/Article" class="mb-12"> |
| 6 | <header> | 6 | <header class="mb-6"> |
| 7 | <h1 itemtype="headline" class="text-4xl font-extrabold mb-6">{{.Title}}</h1> | 7 | <h1 itemtype="headline" class="text-4xl font-extrabold mb-6">{{.Title}}</h1> |
| 8 | <time class="text-gray-400 font-medium text-sm">Published on {{ .Date.Format "Monday Jan 2, 2006" }}</time> | 8 | <time class="text-gray-400 font-medium text-sm">Published on {{ .Date.Format "Monday Jan 2, 2006" }}</time> |
| 9 | </header> | 9 | </header> |
diff --git a/themes/simple/layouts/partials/head.html b/themes/simple/layouts/partials/head.html index 293bb85..c615ac1 100644 --- a/themes/simple/layouts/partials/head.html +++ b/themes/simple/layouts/partials/head.html | |||
| @@ -11,11 +11,12 @@ | |||
| 11 | rel="icon" type="image/x-icon" /> | 11 | rel="icon" type="image/x-icon" /> |
| 12 | 12 | ||
| 13 | <title>{{.Title}}</title> | 13 | <title>{{.Title}}</title> |
| 14 | <meta name="description" content="{{ .Site.Params.description }}" /> | ||
| 14 | 15 | ||
| 15 | 16 | ||
| 16 | <style> | 17 | <style> |
| 17 | .container-blog { | 18 | .container-blog { |
| 18 | max-width: 600px; | 19 | max-width: 640px; |
| 19 | margin: 0 auto; | 20 | margin: 0 auto; |
| 20 | } | 21 | } |
| 21 | 22 | ||
| @@ -30,10 +31,10 @@ | |||
| 30 | } | 31 | } |
| 31 | 32 | ||
| 32 | article img { | 33 | article img { |
| 33 | max-width: 120%; | 34 | max-width: 110%; |
| 34 | width: 120%; | 35 | width: 110%; |
| 35 | position: relative; | 36 | position: relative; |
| 36 | left: -10%; | 37 | left: -5%; |
| 37 | margin: 40px auto; | 38 | margin: 40px auto; |
| 38 | display: block; | 39 | display: block; |
| 39 | border-radius: 5px; | 40 | border-radius: 5px; |
