diff --git a/content/pages/projects.md b/content/pages/projects.md index cabde1dd315e1b3a3472207e2dbe706da58f676c..6680b7d19795dd344518dba0cd93b4e8bd2fa2ea 100644 --- a/content/pages/projects.md +++ b/content/pages/projects.md @@ -391,14 +391,3 @@ ![](/assets/general/github.svg)[mitjafelicijan/xmagnify](https://github.com/mitjafelicijan/xmagnify) - - - - - diff --git a/templates/base.html b/templates/base.html index d449492274a77ef6dcd1fe0072552de458ef8b08..ccbf4f413e795a34fd345696ce56e97c49c03b52 100644 --- a/templates/base.html +++ b/templates/base.html @@ -11,150 +11,105 @@ - + +
-
- - - -
+
-
+
{{ block "content" . }}{{ end }}
- - diff --git a/templates/index.html b/templates/index.html index 60f41076e845d684a2956251e11ea2b012018a02..36b828d443c8cb20a5d31e9312a7ad9447b243d0 100644 --- a/templates/index.html +++ b/templates/index.html @@ -4,41 +4,33 @@ {{ define "content" }}

Notes / Posts

- - - - - - - - - - - {{ range .Pages }} - {{ if and (not .Draft) (or (eq .Type "note") (eq .Type "post")) }} - - - - - - - {{ end }} - {{ end }} - -
DateTitle
- {{ if (eq .Type "note") }} - - - - {{ end }} - {{ .Title }} - {{ if .Meta.tags }} - {{ range .Meta.tags }}{{ . }}{{ end }} - {{ end }} -
+
-
+

Tools / Experiments

@@ -63,6 +55,10 @@ + + + + diff --git a/templates/note.html b/templates/note.html index 939fdfa26bd11c3854c8f864acb449565032d6a7..ea73b9917ef20843cd2e165e2d4e34990c26f680 100644 --- a/templates/note.html +++ b/templates/note.html @@ -15,30 +15,13 @@

Other notes

-
GGUF model list & tools https://mitjafelicijan.github.io/gguf-list/
Soundscapes boardhttps://mitjafelicijan.github.io/soundscapes/
Maps of DOOM and other well known WADS
- - - - - - - - - {{ range .Pages | filterbytype "note" | random 15 }} - {{ if not .Draft }} - - - - - - {{ end }} - {{ end }} - -
DateTitle
{{ .Title }} - {{ if .Meta.tags }} - {{ range .Meta.tags }}{{ . }}{{ end }} - {{ end }} -
+
{{ if .Page.Meta.mathjax }} diff --git a/templates/post.html b/templates/post.html index 297b18fb6b55ab93aabb5b25ef92d6fd09504975..58a04067cb8a428c8e9749d03f7b323ee611a158 100644 --- a/templates/post.html +++ b/templates/post.html @@ -15,30 +15,13 @@

Other posts

- - - - - - - - - - {{ range .Pages | filterbytype "post" | random 15 }} - {{ if not .Draft }} - - - - - - {{ end }} - {{ end }} - -
DateTitle
{{ .Title }} - {{ if .Meta.tags }} - {{ range .Meta.tags }}{{ . }}{{ end }} - {{ end }} -
+
{{ if .Page.Meta.mathjax }} diff --git a/tools/github-projects.py b/tools/github-projects.py index ff890f6b792bb8fad8754440c53deaf1c45fd086..bf3f9dcd2889640e64614b3f66fda6ada25f3ed8 100644 --- a/tools/github-projects.py +++ b/tools/github-projects.py @@ -58,15 +58,15 @@ file.write(DOUBLE_NL) file.write("") file.write(DOUBLE_NL) - file.write(DOUBLE_NL) - file.write("") - file.write(DOUBLE_NL) + # file.write(DOUBLE_NL) + # file.write("") + # file.write(DOUBLE_NL) file.close()