summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormms <michal@sapka.me>2024-02-06 23:59:36 +0100
committermms <michal@sapka.me>2024-02-06 23:59:36 +0100
commit4de100b26ea13df172ec93dae7815df46b774698 (patch)
treed21b31d0bd43302f32eb701d8a57f8121bb31c03
parent1bd46bd09bf6f89d60195554b914b30a570da476 (diff)
feat: now update
-rw-r--r--content-org/me.org19
-rw-r--r--content/me/now.md12
-rw-r--r--static/style.css3
3 files changed, 18 insertions, 16 deletions
diff --git a/content-org/me.org b/content-org/me.org
index e5f5639..d327536 100644
--- a/content-org/me.org
+++ b/content-org/me.org
@@ -13,11 +13,15 @@ CLOSED: [2024-02-02 Fri 19:28]
:EXPORT_FILE_NAME: now
:EXPORT_HUGO_CUSTOM_FRONT_MATTER: abstract What I am up to?
:END:
+#+begin_quote
+The hardest thing here is finding official websites.
+
+-- me
+#+end_quote
** Now
The following is a short list of things I do /right 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
@@ -28,11 +32,6 @@ The following is a short list of things I do /right now/.
- [[https://www.terrypratchettbooks.com/books/interesting-times/][Interesting Times]] [since 2024-02-02]
- Userfriendly archive [since 2024-01-31]
-#+begin_quote
-The hardest thing here is finding official websites.
-
--- me
-#+end_quote
** Past
@@ -40,10 +39,10 @@ The hardest thing here is finding official websites.
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 |
+|---------------------------+--------------+-------------------------+--------|
+| Title | Type | Dates | Rating |
+|---------------------------+--------------+-------------------------+--------|
+| [[https://jujutsukaisen.jp/][Jujutsu Kaisen]] [season 2] | Anime Series | 2024-01.01 - 2024-02-06 | 4/5 |
** Future
diff --git a/content/me/now.md b/content/me/now.md
index e44eb20..f821295 100644
--- a/content/me/now.md
+++ b/content/me/now.md
@@ -7,6 +7,11 @@ weight = 1001
abstract = "What I am up to?"
+++
+> The hardest thing here is finding official websites.
+>
+> -- me
+
+
## Now {#now}
The following is a short list of things I do _right now_.
@@ -14,7 +19,6 @@ The following is a short list of things I do _right now_.
### Watching {#watching}
-- [Jujutsu Kaisen](https://jujutsukaisen.jp/) season 2 [since Jan 2024]
- [Star Trek Voyager](https://www.startrek.com/en-un/series/star-trek-voyager) season 5 [since since 2023-02-11; series since 2021-05-28]
- [3rd Rock from the Sun](https://web.archive.org/web/20020726125436/http://www.3rdrock.com/) season 2 [since 2024-01-13; series since 2024-01-03]
@@ -31,10 +35,6 @@ The following is a short list of things I do _right now_.
- [Interesting Times](https://www.terrypratchettbooks.com/books/interesting-times/) [since 2024-02-02]
- Userfriendly archive [since 2024-01-31]
-> The hardest thing here is finding official websites.
->
-> -- me
-
## Past {#past}
@@ -43,7 +43,7 @@ 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 |
+| [Jujutsu Kaisen](https://jujutsukaisen.jp/) [season 2] | Anime Series | 2024-01.01 - 2024-02-06 | 4/5 |
## Future {#future}
diff --git a/static/style.css b/static/style.css
index aee976c..d6acbc2 100644
--- a/static/style.css
+++ b/static/style.css
@@ -333,6 +333,9 @@ article > .publish-date {
text-align: right;
}
+article > .publish-date a {
+ text-decoration: none;
+}
/*single_end */