diff --git a/archetypes/presentations.md b/archetypes/presentations.md index 4fd379e..d0e90c3 100644 --- a/archetypes/presentations.md +++ b/archetypes/presentations.md @@ -2,11 +2,10 @@ title: "{{ replace .Name "-" " " | title }}" draft: false Tags: ["minimum vialable product"] +tech_used: +- JavaScript +- CSS +- HTML --- -![alt](//via.placeholder.com/640x150) - -### Tech used -* item -* item -* item +Description of the {{ replace .Name "-" " " | title }} presentation... diff --git a/archetypes/projects.md b/archetypes/projects.md index 7cb6ae3..e8aa0b0 100644 --- a/archetypes/projects.md +++ b/archetypes/projects.md @@ -1,14 +1,13 @@ --- title: "{{ replace .Name "-" " " | title }}" draft: false +image: //placehold.co/640x150 +alt_text: "{{ replace .Name "-" " " | title }} screenshot" +summary: "Summary of the {{ replace .Name "-" " " | title }} project" +tech_used: +- JavaScript +- CSS +- HTML --- -![alt](//via.placeholder.com/640x150) - -Description... - -### Tech used - -* item -* item -* item \ No newline at end of file +Description of the {{ replace .Name "-" " " | title }} project... diff --git a/config.toml b/config.toml index 7ae7a82..f75f597 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ -baseURL = 'http://example.org/' -languageCode = 'en-US' +baseURL = 'https://kurrrioo.neocities.org/' +languageCode = 'de' title = 'Fransz Portfolio' # Neocities API-key: 099381b32af21a9c2c68e81968081b26 theme = 'Basic' @@ -7,6 +7,8 @@ theme = 'Basic' [params] author = 'Franz Klotsche' description = 'Just another web-experiment' + gh_url = 'https://api.github.com/users' + gh_user = 'kurrrioo' # [module] # [[module.imports]] diff --git a/content/_index.md b/content/_index.md index 61803bc..1c840dc 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,7 +1,7 @@ --- -title: "Welcome" +title: "Willkommen" date: 2025-11-01T21:52:55+01:00 -description: "Landing page" +description: Eine Lern-Website mit der ich zeigen will, woran ich im IT-Sektor gearbeitet habe. --- Das soll irgendwann mal eine ordentliche Portfolio Seite werden. @@ -10,8 +10,8 @@ Anfangs wird es hier Folgendes zu finden sein: ### Persönliche Vorstellung Wie es mir ergangen ist, wo ich jetzt stehe und wo ich mich in einigen Jahren sehe. -### Andere Websites -gitea, linkace +### Projekte +Gitea, Linkace und ein Blog ### Mein Lebenslauf Tabelarisch mit Kontaktformular? \ No newline at end of file diff --git a/content/about.md b/content/about.md index e8d5e2e..ea7f384 100644 --- a/content/about.md +++ b/content/about.md @@ -2,6 +2,7 @@ title: "About" date: 2025-11-02T21:34:47+01:00 draft: false +description: English language hallucinations. --- Hi. My name is Fransz, with a sharp ß. \ No newline at end of file diff --git a/content/contact.md b/content/contact.md index 6efe04a..a892b40 100644 --- a/content/contact.md +++ b/content/contact.md @@ -1,7 +1,9 @@ --- -title: "Contact" +title: "Admin Kontakt" date: 2025-11-02T21:52:55+01:00 draft: false +layout: contact +description: Kontaktieren Sie mich direkt, wenn ich online bin, oder hinterlassen Sie mir eine Nachricht. --- -* Dino \ No newline at end of file +Ich möchte `Dino` ausprobieren. \ No newline at end of file diff --git a/content/opensource.md b/content/opensource.md new file mode 100644 index 0000000..eb31a05 --- /dev/null +++ b/content/opensource.md @@ -0,0 +1,10 @@ +--- +title: "Open Source" +date: 2025-11-16T18:22:50+01:00 +draft: false +layout: opensource +summary: "Mein Nutzerkonto der offiziellen GitHub Seite - gelistet werden öffentliche Sammlungen über api.github.com/user." +--- + +Ich nenne mich *kurrrioo* auf GitHub: + diff --git a/content/presentations/_index.md b/content/presentations/_index.md index 7d039b1..1c080f5 100644 --- a/content/presentations/_index.md +++ b/content/presentations/_index.md @@ -1,8 +1,8 @@ --- title: "Presentations" draft: false +description: Vorüberlegungen in Form von technischen Konzepten und Skizzen. +ambition: Infographics using SVG (Adobe Illustrator, Inkscape) and/or animations using Processing and Adobe After Effects. --- -![alt](//via.placeholder.com/640x150) - -Infographics using SVG (Adobe Illustrator, Inkscape) and/or animations using Processing and Adobe After Effects. +Gallery \ No newline at end of file diff --git a/content/projects/_index.md b/content/projects/_index.md index e564246..863c7fb 100644 --- a/content/projects/_index.md +++ b/content/projects/_index.md @@ -1,6 +1,8 @@ --- -title: "Projects" +title: "Projekte" draft: false +description: Eine Liste mit Projekten, die ich in meiner Freizeit als DevOp oder eher öfter als einfacher Anwender, unterhalte. --- +**DIY:** Auf einem Oracle Virtual Private Server habe ich Ubuntu Noble mit Nginx laufen. Zurzeit befinden sich dort zwei aktive (produktive) Webdienste. -Auf einem Oracle Virtual Private Server habe ich Ubuntu Noble mit Nginx laufen. Zurzeit befinden sich dort zwei aktive (produktive) Webdienste. \ No newline at end of file +Ein Blog mit ChyrpLite befindet sich auf einem managed Server von profreehost. \ No newline at end of file diff --git a/content/projects/chyrp.md b/content/projects/chyrp.md new file mode 100644 index 0000000..0c2c516 --- /dev/null +++ b/content/projects/chyrp.md @@ -0,0 +1,14 @@ +--- +title: "ChyrpLite Blog" +draft: false +description: Verschiedene Themen, die ich als Computerfreak anschneide - externe Seite. +image: //placehold.co/640x150 +alt_text: "ChyrpLite screenshot" +summary: "Regeläßig bloggen ist gar nicht so leicht. Schaue vorbei auf [statusnet.liveblog](https://statusnet.liveblog365.com). Der Inhalt ist auf Englisch oder Niederländisch." +tech_used: +- JavaScript +- CSS +- HTML +--- + +Gehosted wird auf profreehost.com diff --git a/content/projects/gitea.md b/content/projects/gitea.md index 9f0a1e1..34cfd30 100644 --- a/content/projects/gitea.md +++ b/content/projects/gitea.md @@ -1,14 +1,12 @@ --- title: "Gitea" draft: false +image: //placehold.co/640x150 +alt_text: "Git selfhosted" +summary: "Dateiverwaltung mit `git` und der Weboberfläche von Gitea **(DIY)**." +tech_used: +- OCI = Oracle VPS +- Ubuntu + Bash --- -![alt](//via.placeholder.com/640x150) - -Description... - -### Tech used - -* item -* item -* item \ No newline at end of file +Description of maintaining a Gitea instance... \ No newline at end of file diff --git a/content/projects/linkace.md b/content/projects/linkace.md index e56453d..4ef9903 100644 --- a/content/projects/linkace.md +++ b/content/projects/linkace.md @@ -1,14 +1,13 @@ --- title: "Linkace" draft: false +image: //placehold.co/640x150 +alt_text: "Selfhosting Linkace" +summary: "Lesezeichendienst in eigener Verwaltung **(DIY)**." +tech_used: +- OCI = Oracle VPS +- Ubuntu + Bash +- PHP / Laravel --- -![alt](//via.placeholder.com/640x150) - -Description... - -### Tech used - -* item -* item -* item \ No newline at end of file +Description of maintaining a Linkace instance... \ No newline at end of file diff --git a/content/resume.md b/content/resume.md index 1d70569..7364f0c 100644 --- a/content/resume.md +++ b/content/resume.md @@ -2,6 +2,7 @@ title: "Résumé" date: 2025-11-02T21:49:23+01:00 draft: false +description: Mein Lebenslauf wie er ist, wie er sein sollte und wie ich ihn mir gewünscht hätte. --- curriculum vitae \ No newline at end of file diff --git a/data/socialmedia.json b/data/socialmedia.json new file mode 100644 index 0000000..475275d --- /dev/null +++ b/data/socialmedia.json @@ -0,0 +1,16 @@ +{ "accounts" : + [ + { + "name": "X", + "url": "https://x.com/mirror1089" + }, + { + "name": "Tumblr", + "url": "https://www.tumblr.com/redesignart" + }, + { + "name": "LinkedIn", + "url": "https://de.linkedin.com/in/franz-klotsche-84461858" + } + ] +} \ No newline at end of file diff --git a/layouts/_default/contact.html b/layouts/_default/contact.html new file mode 100644 index 0000000..ace2123 --- /dev/null +++ b/layouts/_default/contact.html @@ -0,0 +1,12 @@ +{{ define "main" }} +

{{ .Title }}

+ + {{ .Content }} +

Social Media

+ + +{{ end }} \ No newline at end of file diff --git a/layouts/_default/opensource.html b/layouts/_default/opensource.html new file mode 100644 index 0000000..e3449ee --- /dev/null +++ b/layouts/_default/opensource.html @@ -0,0 +1,15 @@ +{{ define "main" }} +

{{ .Title }}

+ + {{ .Content }} + {{ $url := printf "%s/%s/repos" .Site.Params.gh_url .Site.Params.gh_user }} + {{ $repos := getJSON $url }} +
+ {{ range $repos }} +
+

{{ .name }}

+

{{ .description }}

+
+ {{ end }} +
+{{ end }} \ No newline at end of file diff --git a/public/about/index.html b/public/about/index.html new file mode 100644 index 0000000..bff805d --- /dev/null +++ b/public/about/index.html @@ -0,0 +1,40 @@ + + + + + + + + About - Fransz Portfolio + + + + +
+

Fransz Portfolio

+
+ +

About

+ +

Hi. My name is Fransz, with a sharp ß.

+ + + +
+ + diff --git a/public/categories/index.html b/public/categories/index.html new file mode 100644 index 0000000..c74eb1b --- /dev/null +++ b/public/categories/index.html @@ -0,0 +1,43 @@ + + + + + + + + Fransz Portfolio + + + + +
+

Fransz Portfolio

+
+ +

Categories

+ + + +
+ +
+ + +
+ + diff --git a/public/categories/index.xml b/public/categories/index.xml new file mode 100644 index 0000000..97d75a5 --- /dev/null +++ b/public/categories/index.xml @@ -0,0 +1,10 @@ + + + + Categories on Fransz Portfolio + https://kurrrioo.neocities.org/categories/ + Recent content in Categories on Fransz Portfolio + Hugo -- gohugo.io + de + + diff --git a/public/contact/index.html b/public/contact/index.html new file mode 100644 index 0000000..4f5c971 --- /dev/null +++ b/public/contact/index.html @@ -0,0 +1,49 @@ + + + + + + + + Admin Kontakt - Fransz Portfolio + + + + +
+

Fransz Portfolio

+
+

Admin Kontakt

+ +

Ich möchte Dino ausprobieren.

+ +

Social Media

+ + + +
+ + diff --git a/public/css/style.css b/public/css/style.css new file mode 100644 index 0000000..0ff9453 --- /dev/null +++ b/public/css/style.css @@ -0,0 +1,45 @@ +.container { + margin: 0 auto; + width: 80%; +} +nav, footer { + background-color: #333; + color: #fff; + text-align: center; +} +nav { + display: flex; + flex-direction: column; +} + +nav > a { + flex: 1; + text-align: center; + text-decoration: none; + color: #fff; +} + +@media only screen and (min-width: 768px) { + nav { flex-direction: row; } +} + +.project-container { display: flex; } + +.project-container .project-list { width: 20%; } + +.project-container .project { flex: 1; } +/* might do the same with present(ation) */ + +.oss { + display: flex; + flex-wrap: wrap; + justify-content: space-between; +} + +.oss article { + border: 1px solid #ddd; + box-shadow: 3px 3px 3px #ddd; + margin: 0.5%; + padding: 0.5%; + width: 30%; +} \ No newline at end of file diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..193ff72 --- /dev/null +++ b/public/index.html @@ -0,0 +1,50 @@ + + + + + + + + + Fransz Portfolio + + + + +
+

Fransz Portfolio

+
+

Das soll irgendwann mal eine ordentliche Portfolio Seite werden.

+

Anfangs wird es hier Folgendes zu finden sein:

+

Persönliche Vorstellung

+

Wie es mir ergangen ist, wo ich jetzt stehe und wo ich mich in einigen Jahren sehe.

+

Projekte

+

Gitea, Linkace und ein Blog

+

Mein Lebenslauf

+

Tabelarisch mit Kontaktformular?

+ +

Projekt

+

Das letzte Projekt was aktualisiert wurde: + + Linkace + +

+ +
+ + diff --git a/public/index.xml b/public/index.xml new file mode 100644 index 0000000..fc2748d --- /dev/null +++ b/public/index.xml @@ -0,0 +1,84 @@ + + + + Willkommen on Fransz Portfolio + https://kurrrioo.neocities.org/ + Recent content in Willkommen on Fransz Portfolio + Hugo -- gohugo.io + de + Sat, 01 Nov 2025 21:52:55 +0100 + + Open Source + https://kurrrioo.neocities.org/opensource/ + Sun, 16 Nov 2025 18:22:50 +0100 + + https://kurrrioo.neocities.org/opensource/ + Mein Nutzerkonto der offiziellen GitHub Seite - gelistet werden öffentliche Sammlungen über api.github.com/user. + + + + Admin Kontakt + https://kurrrioo.neocities.org/contact/ + Sun, 02 Nov 2025 21:52:55 +0100 + + https://kurrrioo.neocities.org/contact/ + Ich möchte Dino ausprobieren. + + + + Résumé + https://kurrrioo.neocities.org/resume/ + Sun, 02 Nov 2025 21:49:23 +0100 + + https://kurrrioo.neocities.org/resume/ + curriculum vitae + + + + About + https://kurrrioo.neocities.org/about/ + Sun, 02 Nov 2025 21:34:47 +0100 + + https://kurrrioo.neocities.org/about/ + Hi. My name is Fransz, with a sharp ß. + + + + Archive + https://kurrrioo.neocities.org/presentations/archive/ + Mon, 01 Jan 0001 00:00:00 +0000 + + https://kurrrioo.neocities.org/presentations/archive/ + Art and Technology 2011, in Twente Enschede: redesign art +Tech used item item item + + + + ChyrpLite Blog + https://kurrrioo.neocities.org/projects/chyrp/ + Mon, 01 Jan 0001 00:00:00 +0000 + + https://kurrrioo.neocities.org/projects/chyrp/ + Regeläßig bloggen ist gar nicht so leicht. Schaue vorbei auf <a href="https://statusnet.liveblog365.com">statusnet.liveblog</a>. Der Inhalt ist auf Englisch oder Niederländisch. + + + + Gitea + https://kurrrioo.neocities.org/projects/gitea/ + Mon, 01 Jan 0001 00:00:00 +0000 + + https://kurrrioo.neocities.org/projects/gitea/ + Dateiverwaltung mit <code>git</code> und der Weboberfläche von Gitea <strong>(DIY)</strong>. + + + + Linkace + https://kurrrioo.neocities.org/projects/linkace/ + Mon, 01 Jan 0001 00:00:00 +0000 + + https://kurrrioo.neocities.org/projects/linkace/ + Lesezeichendienst in eigener Verwaltung <strong>(DIY)</strong>. + + + + diff --git a/public/opensource/index.html b/public/opensource/index.html new file mode 100644 index 0000000..60590b1 --- /dev/null +++ b/public/opensource/index.html @@ -0,0 +1,63 @@ + + + + + + + + Open Source - Fransz Portfolio + + + + +
+

Fransz Portfolio

+
+

Open Source

+ +

Ich nenne mich kurrrioo auf GitHub:

+ + + +
+ + + +
+

junit-example

+

https://github.com/junit-team/junit4/wiki/Getting-started---Ant

+
+ +
+

Termux-Udocker

+

Run Docker images in Termux via Udocker. No root, no qemu-VM, much faster.

+
+ + + +
+ +
+ + diff --git a/public/presentations/archive/index.html b/public/presentations/archive/index.html new file mode 100644 index 0000000..a1ab0af --- /dev/null +++ b/public/presentations/archive/index.html @@ -0,0 +1,52 @@ + + + + + + + + Archive - Fransz Portfolio + + + + +
+

Fransz Portfolio

+
+
+
+

Thumbs

+ Minimum vialable product gallery +
+
+

Archive

+

alt

+

Art and Technology 2011, in Twente Enschede: redesign art

+

Tech used

+
    +
  • item
  • +
  • item
  • +
  • item
  • +
+ +
+
+ +
+ + diff --git a/public/presentations/index.html b/public/presentations/index.html new file mode 100644 index 0000000..5cee513 --- /dev/null +++ b/public/presentations/index.html @@ -0,0 +1,48 @@ + + + + + + + + Presentations - Fransz Portfolio + + + + +
+

Fransz Portfolio

+
+ +

Presentations

+ +

Gallery

+ + + +
+

+ Archive +

+ +
+ + +
+ + diff --git a/public/presentations/index.xml b/public/presentations/index.xml new file mode 100644 index 0000000..67a9827 --- /dev/null +++ b/public/presentations/index.xml @@ -0,0 +1,20 @@ + + + + Presentations on Fransz Portfolio + https://kurrrioo.neocities.org/presentations/ + Recent content in Presentations on Fransz Portfolio + Hugo -- gohugo.io + de + + Archive + https://kurrrioo.neocities.org/presentations/archive/ + Mon, 01 Jan 0001 00:00:00 +0000 + + https://kurrrioo.neocities.org/presentations/archive/ + Art and Technology 2011, in Twente Enschede: redesign art +Tech used item item item + + + + diff --git a/public/projects/chyrp/index.html b/public/projects/chyrp/index.html new file mode 100644 index 0000000..16b8796 --- /dev/null +++ b/public/projects/chyrp/index.html @@ -0,0 +1,66 @@ + + + + + + + + ChyrpLite Blog - Fransz Portfolio + + + + +
+

Fransz Portfolio

+
+
+
+

What else

+ +
+ +
+

ChyrpLite Blog

+

Gehosted wird auf profreehost.com

+ + ChyrpLite screenshot + +

Tech used

+
    + +
  • JavaScript
  • + +
  • CSS
  • + +
  • HTML
  • + +
+
+
+ +
+ + diff --git a/public/projects/gitea/index.html b/public/projects/gitea/index.html new file mode 100644 index 0000000..58eadbf --- /dev/null +++ b/public/projects/gitea/index.html @@ -0,0 +1,64 @@ + + + + + + + + Gitea - Fransz Portfolio + + + + +
+

Fransz Portfolio

+
+
+
+

What else

+ +
+ +
+

Gitea

+

Description of maintaining a Gitea instance…

+ + Git selfhosted + +

Tech used

+
    + +
  • OCI = Oracle VPS
  • + +
  • Ubuntu + Bash
  • + +
+
+
+ +
+ + diff --git a/public/projects/index.html b/public/projects/index.html new file mode 100644 index 0000000..db3c720 --- /dev/null +++ b/public/projects/index.html @@ -0,0 +1,61 @@ + + + + + + + + Projekte - Fransz Portfolio + + + + +
+

Fransz Portfolio

+
+ +

Projekte

+ +

DIY: Auf einem Oracle Virtual Private Server habe ich Ubuntu Noble mit Nginx laufen. Zurzeit befinden sich dort zwei aktive (produktive) Webdienste.

+

Ein Blog mit ChyrpLite befindet sich auf einem managed Server von profreehost.

+ + +
+
+ + +

Open Source

+

Mein Nutzerkonto der offiziellen GitHub Seite - gelistet werden öffentliche Sammlungen über api.github.com/user.

+ +
+ +

ChyrpLite Blog

+

Regeläßig bloggen ist gar nicht so leicht. Schaue vorbei auf statusnet.liveblog. Der Inhalt ist auf Englisch oder Niederländisch.

+ +

Gitea

+

Dateiverwaltung mit git und der Weboberfläche von Gitea (DIY).

+ +

Linkace

+

Lesezeichendienst in eigener Verwaltung (DIY).

+ +
+ + +
+ + diff --git a/public/projects/index.xml b/public/projects/index.xml new file mode 100644 index 0000000..80b2cd0 --- /dev/null +++ b/public/projects/index.xml @@ -0,0 +1,37 @@ + + + + Projekte on Fransz Portfolio + https://kurrrioo.neocities.org/projects/ + Recent content in Projekte on Fransz Portfolio + Hugo -- gohugo.io + de + + ChyrpLite Blog + https://kurrrioo.neocities.org/projects/chyrp/ + Mon, 01 Jan 0001 00:00:00 +0000 + + https://kurrrioo.neocities.org/projects/chyrp/ + Regeläßig bloggen ist gar nicht so leicht. Schaue vorbei auf <a href="https://statusnet.liveblog365.com">statusnet.liveblog</a>. Der Inhalt ist auf Englisch oder Niederländisch. + + + + Gitea + https://kurrrioo.neocities.org/projects/gitea/ + Mon, 01 Jan 0001 00:00:00 +0000 + + https://kurrrioo.neocities.org/projects/gitea/ + Dateiverwaltung mit <code>git</code> und der Weboberfläche von Gitea <strong>(DIY)</strong>. + + + + Linkace + https://kurrrioo.neocities.org/projects/linkace/ + Mon, 01 Jan 0001 00:00:00 +0000 + + https://kurrrioo.neocities.org/projects/linkace/ + Lesezeichendienst in eigener Verwaltung <strong>(DIY)</strong>. + + + + diff --git a/public/projects/linkace/index.html b/public/projects/linkace/index.html new file mode 100644 index 0000000..e96767b --- /dev/null +++ b/public/projects/linkace/index.html @@ -0,0 +1,66 @@ + + + + + + + + Linkace - Fransz Portfolio + + + + +
+

Fransz Portfolio

+
+
+
+

What else

+ +
+ +
+

Linkace

+

Description of maintaining a Linkace instance…

+ + Selfhosting Linkace + +

Tech used

+
    + +
  • OCI = Oracle VPS
  • + +
  • Ubuntu + Bash
  • + +
  • PHP / Laravel
  • + +
+
+
+ +
+ + diff --git a/public/resume/index.html b/public/resume/index.html new file mode 100644 index 0000000..59dbb18 --- /dev/null +++ b/public/resume/index.html @@ -0,0 +1,40 @@ + + + + + + + + Résumé - Fransz Portfolio + + + + +
+

Fransz Portfolio

+
+ +

Résumé

+ +

curriculum vitae

+ + + +
+ + diff --git a/public/sitemap.xml b/public/sitemap.xml new file mode 100644 index 0000000..543c1a1 --- /dev/null +++ b/public/sitemap.xml @@ -0,0 +1,36 @@ + + + + https://kurrrioo.neocities.org/opensource/ + 2025-11-16T18:22:50+01:00 + + https://kurrrioo.neocities.org/contact/ + 2025-11-02T21:52:55+01:00 + + https://kurrrioo.neocities.org/resume/ + 2025-11-02T21:49:23+01:00 + + https://kurrrioo.neocities.org/about/ + 2025-11-02T21:34:47+01:00 + + https://kurrrioo.neocities.org/ + 2025-11-01T21:52:55+01:00 + + https://kurrrioo.neocities.org/presentations/archive/ + + https://kurrrioo.neocities.org/categories/ + + https://kurrrioo.neocities.org/projects/chyrp/ + + https://kurrrioo.neocities.org/projects/gitea/ + + https://kurrrioo.neocities.org/projects/linkace/ + + https://kurrrioo.neocities.org/presentations/ + + https://kurrrioo.neocities.org/projects/ + + https://kurrrioo.neocities.org/tags/ + + diff --git a/public/tags/index.html b/public/tags/index.html new file mode 100644 index 0000000..d5d6002 --- /dev/null +++ b/public/tags/index.html @@ -0,0 +1,43 @@ + + + + + + + + Fransz Portfolio + + + + +
+

Fransz Portfolio

+
+ +

Tags

+ + + +
+ +
+ + +
+ + diff --git a/public/tags/index.xml b/public/tags/index.xml new file mode 100644 index 0000000..7781b07 --- /dev/null +++ b/public/tags/index.xml @@ -0,0 +1,10 @@ + + + + Tags on Fransz Portfolio + https://kurrrioo.neocities.org/tags/ + Recent content in Tags on Fransz Portfolio + Hugo -- gohugo.io + de + + diff --git a/themes/basic/layouts/_default/list.html b/themes/basic/layouts/_default/list.html index f0fd42c..e69de29 100644 --- a/themes/basic/layouts/_default/list.html +++ b/themes/basic/layouts/_default/list.html @@ -1,13 +0,0 @@ -{{ define "main" }} - -

{{ .Title }}

- -{{ .Content }} - -
- {{ range .Pages }} -

{{ .Title }}

- {{ end }} -
- -{{ end }} \ No newline at end of file diff --git a/themes/basic/layouts/partials/head.html b/themes/basic/layouts/partials/head.html index 1c565bd..0c6fe9f 100644 --- a/themes/basic/layouts/partials/head.html +++ b/themes/basic/layouts/partials/head.html @@ -2,10 +2,21 @@ - + - {{ .Site.Title }} + + {{- if .Page.IsHome -}} + {{ .Site.Title }} + {{- else -}} + {{ .Title }} - {{ .Site.Title }} + {{- end -}} + diff --git a/themes/basic/layouts/presentations/list.html b/themes/basic/layouts/presentations/list.html index 02f19bb..ef3eaed 100644 --- a/themes/basic/layouts/presentations/list.html +++ b/themes/basic/layouts/presentations/list.html @@ -4,12 +4,11 @@ {{ .Content }} +{{ range .Pages }}
-

Gallery

- {{ range .Pages }} - - {{ .Title }} - +

+ {{ .Title }} +

{{ end }}
diff --git a/themes/basic/layouts/projects/list.html b/themes/basic/layouts/projects/list.html new file mode 100644 index 0000000..f11bce2 --- /dev/null +++ b/themes/basic/layouts/projects/list.html @@ -0,0 +1,21 @@ +{{ define "main" }} + +

{{ .Title }}

+ +{{ .Content }} + +
+
+ {{ with .Site.GetPage "/opensource.md" }} + +

{{ .Title }}

+

{{ .Summary }}

+ {{ end }} +
+ {{ range .Pages }} +

{{ .Title }}

+

{{ .Summary }}

+ {{ end }} +
+ +{{ end }} \ No newline at end of file diff --git a/themes/basic/layouts/projects/single.html b/themes/basic/layouts/projects/single.html index d37f902..c597e8c 100644 --- a/themes/basic/layouts/projects/single.html +++ b/themes/basic/layouts/projects/single.html @@ -12,6 +12,14 @@

{{ .Title }}

{{ .Content }} + {{ .Params.alt_text }} + +

Tech used

+
{{ end }} \ No newline at end of file diff --git a/themes/basic/static/css/style.css b/themes/basic/static/css/style.css index 693916b..0ff9453 100644 --- a/themes/basic/static/css/style.css +++ b/themes/basic/static/css/style.css @@ -27,4 +27,19 @@ nav > a { .project-container .project-list { width: 20%; } -.project-container .project { flex: 1; } \ No newline at end of file +.project-container .project { flex: 1; } +/* might do the same with present(ation) */ + +.oss { + display: flex; + flex-wrap: wrap; + justify-content: space-between; +} + +.oss article { + border: 1px solid #ddd; + box-shadow: 3px 3px 3px #ddd; + margin: 0.5%; + padding: 0.5%; + width: 30%; +} \ No newline at end of file