diff options
-rw-r--r-- | config.toml | 2 | ||||
-rw-r--r-- | content-org/me.org | 33 | ||||
-rw-r--r-- | content/me/now.md | 35 | ||||
-rw-r--r-- | layouts/_default/single.html | 34 | ||||
-rw-r--r-- | static/style.css | 34 |
5 files changed, 118 insertions, 20 deletions
diff --git a/config.toml b/config.toml index 9410e1d..f3285f1 100644 --- a/config.toml +++ b/config.toml @@ -3,7 +3,7 @@ languageCode = 'en-us' title = "Michał Sapka's website" tagline = "Hello do Michał's weblog!" - +enableGitInfo = true [params] defaultDescription = "Welcome to my blog!" diff --git a/content-org/me.org b/content-org/me.org index e947123..e5f5639 100644 --- a/content-org/me.org +++ b/content-org/me.org @@ -13,17 +13,16 @@ CLOSED: [2024-02-02 Fri 19:28] :EXPORT_FILE_NAME: now :EXPORT_HUGO_CUSTOM_FRONT_MATTER: abstract What I am up to? :END: - +** Now The following is a short list of things I do /right now/. -** Now *** Watching - [[https://jujutsukaisen.jp/][Jujutsu Kaisen]] season 2 [since Jan 2024] - [[https://www.startrek.com/en-un/series/star-trek-voyager][Star Trek Voyager]] season 5 [since since 2023-02-11; series since 2021-05-28] - [[https://web.archive.org/web/20020726125436/http://www.3rdrock.com/][3rd Rock from the Sun]] season 2 [since 2024-01-13; series since 2024-01-03] *** Playing - [[https://www.atlus.com/p5s/][Persona 5 Strikers]] [since Dec 2023] -- [[https://www.nethack.org/][Nethack]] [since 2024-02-01] +- [[https://www.nethack.org/][Nethack]] [since 2024-02-01] *** Reading - [[https://mwl.io/nonfiction/os#af3e][Absolute FreeBSD]] [since Dec 2023] - [[https://www.terrypratchettbooks.com/books/interesting-times/][Interesting Times]] [since 2024-02-02] @@ -36,6 +35,34 @@ The hardest thing here is finding official websites. #+end_quote +** Past + +Things I've /done/ in the past. +Starts in 2024 + +|---------------------------+-------+-------------------------+--------| +| Title | Type | Dates | Rating | +|---------------------------+-------+-------------------------+--------| +| [[https://jujutsukaisen.jp/][Jujutsu Kaisen]] [season 2] | Anime Series | 2024-01.01 - 2024.01.06 | 3.5/5 | + +** Future + +My public TODO list: + +- finish [[https://dunenovels.com/][Chronicles of Dune]] +- finish [[https://www.koeitecmoamerica.com/attackontitan/][Attack on Titan]] +- move from Unifi router to [[https://www.openbsd.org/][OpenBSD]] based one +- read the last two novels by [[https://andyweirauthor.com/][Andy Weir]] +- get myself a proper desktop/mini PC +- self-host my email +- add FB/Discord gateway to my XMPP server +- buy a Linux based phone with keyboard [apple-free-since-2024] +- Finish all of [[/star-trek/][Star Trek]] +- finish [[https://www.terrypratchettbooks.com/][Discworld]] series + +[[https://www.nethack.org/][Nethack]] goals: +- reach end of Dungeon of Doom as an elf wizard + * DONE Contact :PROPERTIES: :EXPORT_FILE_NAME: now diff --git a/content/me/now.md b/content/me/now.md index 28036ef..e44eb20 100644 --- a/content/me/now.md +++ b/content/me/now.md @@ -7,11 +7,10 @@ weight = 1001 abstract = "What I am up to?" +++ -The following is a short list of things I do _right now_. - - ## Now {#now} +The following is a short list of things I do _right now_. + ### Watching {#watching} @@ -35,3 +34,33 @@ The following is a short list of things I do _right now_. > The hardest thing here is finding official websites. > > -- me + + +## Past {#past} + +Things I've _done_ in the past. +Starts in 2024 + +| Title | Type | Dates | Rating | +|--------------------------------------------------------|--------------|-------------------------|--------| +| [Jujutsu Kaisen](https://jujutsukaisen.jp/) [season 2] | Anime Series | 2024-01.01 - 2024.01.06 | 3.5/5 | + + +## Future {#future} + +My public TODO list: + +- finish [Chronicles of Dune](https://dunenovels.com/) +- finish [Attack on Titan](https://www.koeitecmoamerica.com/attackontitan/) +- move from Unifi router to [OpenBSD](https://www.openbsd.org/) based one +- read the last two novels by [Andy Weir](https://andyweirauthor.com/) +- get myself a proper desktop/mini PC +- self-host my email +- add FB/Discord gateway to my XMPP server +- buy a Linux based phone with keyboard [apple-free-since-2024] +- Finish all of [Star Trek](/star-trek/) +- finish [Discworld](https://www.terrypratchettbooks.com/) series + +[Nethack](https://www.nethack.org/) goals: + +- reach end of Dungeon of Doom as an elf wizard diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 5886803..ee09c88 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -1,30 +1,40 @@ {{ define "main" }} <article> - <br> - {{- if not (eq .Page.Type "special") }} - {{ if in .Page.Params.category "star-trek" }} - Earthdate - {{ end }} - <time datetime="{{.PublishDate.Format "2006-01-02" }}"> - {{ .PublishDate.Format "January 2, 2006" }} - </time> - {{- end }} - {{ .Page.Content }} {{- if not (in .Params.category "pages") }} + {{- if not (eq .Page.Type "special") }} + + {{ $pubdate := .PublishDate.Format "January 2, 2006" }} + {{ $lastmod := .Lastmod.Format "January 2, 2006" }} + + <div class="publish-date"> + {{ if eq $pubdate $lastmod }} + Published: + <time datetime="{{.PublishDate.Format "2006-01-02" }}">{{ $pubdate }}</time> + {{ else }} + + ; updated: + <time datetime="{{.Lastmod.Format "2006-01-02" }}">{{ $lastmod }}</time> + {{ end }} + </div> + + + <aside> - <h3>Author</h3> + <h2>Author</h2> <p> Hey! I'm Michał Sapka, a computer programmer living in Kraków, Poland. This website is not dedicated to any particular one thing. Instead, I write whatever interests me most at the moment. No content here is auto-generated, so any bugs, problems, or controversies are entirely on me! </p> <p> - I don't have any commenting system, but comments over <a href="/about#contact">email</a> are more than welcome! + I don't have any commenting system, but comments over <a href="/me/contact">email</a> are more than welcome! </p> </aside> {{- end }} + </article> {{ end }} + {{ end }} diff --git a/static/style.css b/static/style.css index 36cc172..aee976c 100644 --- a/static/style.css +++ b/static/style.css @@ -313,6 +313,34 @@ nav.personal > a { /* index_end */ + +/* mms_table_start */ +body.mms table { + width: 100%; + border-collapse: collapse; +} + +body.mms td { + border-style: solid; + border-width: 1px; + padding: 3px; +} +/* mms_table_end */ + +/* single_start */ + +article > .publish-date { + text-align: right; +} + +/*single_end */ + + + + + + + /* legacy_code_start */ /* ---------- Main */ @@ -349,11 +377,15 @@ article a { h2, h3, h4, h5 { text-align: left; border: 0; - border-bottom-width: 1px; + border-bottom-width: 0px; border-style: solid; font-size: inherit; text-transform: uppercase; } +h2 { + border-bottom-width: 1px; +} + blockquote { border: 0; border-left: 3px; |