about summary refs log tree commit diff
path: root/pkgs/profpatsch/profpatsch.de/index.html.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2021-11-13 12:38:49 +0100
committerProfpatsch <mail@profpatsch.de>2021-11-13 12:38:49 +0100
commit895a679fd43f7e236135705aaee3d58201d32a1f (patch)
tree1bbf631fae80efac2591a61079d33abc512b584f /pkgs/profpatsch/profpatsch.de/index.html.nix
parent18e4d17ce20724279b985e32232bb166fa7b163b (diff)
pkgs/profpatsch.de: reference the blog and notes sections
This pulls in tvl, since the blog ist mostly over there.

It uses `fetchGit`, so caveats may apply. It shouldn’t increase
evaluation times very much, since the blog only uses a small subset of
tvl.

https://github.com/openlab-aux/vuizvui/issues/50 might apply.
Diffstat (limited to 'pkgs/profpatsch/profpatsch.de/index.html.nix')
-rw-r--r--pkgs/profpatsch/profpatsch.de/index.html.nix19
1 files changed, 9 insertions, 10 deletions
diff --git a/pkgs/profpatsch/profpatsch.de/index.html.nix b/pkgs/profpatsch/profpatsch.de/index.html.nix
index e6c73b14..da2ba95e 100644
--- a/pkgs/profpatsch/profpatsch.de/index.html.nix
+++ b/pkgs/profpatsch/profpatsch.de/index.html.nix
@@ -2,7 +2,9 @@
 , cssNormalize, cssMain
 , id_txt, cv_pdf
 , fontsQuattrocentoLatin, fontsOpenSansLatin
+, notes-html-snippet, projects-html-snippet, posts-html-snippet
 }:
+
 ''
 <!DOCTYPE html>
 <html>
@@ -53,19 +55,16 @@
         <a href="${cv_pdf}">CV</a>
       </p>
 
-      <p>Hey there. Seems like you landed on my webpage.</p>
-
-      <p>Well, more like a simple HTML page. But that’s fine for the moment, since I don’t use it as a web presence yet.
-        I may when I finally write those articles I have in mind, but for now you are stuck with this.</p>
-
-      <p>That’s not a problem, though, since other people do a lot better job at designing these. For example the folks at Youtube, StackExchange or Github.</p>
+      <p>Hey there.</p>
 
-      <p>If you are searching for a skilled programmer to do some work for you, <a href="${cv_pdf}">look no further</a>.
-        In case you want to know what I do in my free time, you can <a href="https://twitter.com/Profpatsch/">follow me on Twitter</a>.</p>
-      <p>On another note, you can find me practically everywhere under my nick (Github, G+, several mailinglists, SO, &amp;c.)
+      <h1>Notes</h1>
+      ${notes-html-snippet}
 
-      <p>There you go. Cya!</p>
+      <h1>Projects</h1>
+      ${projects-html-snippet}
 
+      <h1>Posts</h1>
+      ${posts-html-snippet}
 
     </main>
   </body>