diff --git a/src/pages/index.astro b/src/pages/index.astro index 12dd569..7b7c2cb 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -2,8 +2,8 @@ import Layout from "../layouts/Layout.astro"; import Card from "../components/Card.astro"; import Footer from "../components/Footer.astro"; -import { stuff } from '../constants/stuff'; -import now from '../constants/now'; +import { stuff } from "../constants/stuff"; +import now from "../constants/now"; // const isDev = import.meta.env.DEV; // const getOriginUrl = (path: string) => isDev ? `http://localhost:5000/${path}` : path; @@ -14,8 +14,8 @@ import now from '../constants/now';
Ayo Ayco's picture @@ -36,7 +36,7 @@ import now from '../constants/now'; Now - { now.status } + {now.status}
@@ -165,11 +165,11 @@ import now from '../constants/now'; } .now-label { - display:none + display: none; } .status::before { - content: 'Now: ' + content: "Now: "; } .status { diff --git a/src/pages/now/and-then/posts/2024-09-27.astro b/src/pages/now/and-then/posts/2024-09-27.astro index dcd7dde..fd3a3d5 100644 --- a/src/pages/now/and-then/posts/2024-09-27.astro +++ b/src/pages/now/and-then/posts/2024-09-27.astro @@ -3,21 +3,46 @@ import Layout from "../../../../layouts/Layout.astro"; import Footer from "../../../../components/Footer.astro"; const title = "Finally have a gaming PC (Lapop)"; -const description = "In an unexpected turn of events, it has been decided that we will get a gaming Laptop"; +const description = + "In an unexpected turn of events, it has been decided that we will get a gaming Laptop"; ---
-

{title}

{title}

- Published on the from my home in Amsterdam, where it's beginning to rain more often again :) + Published on the from my home in Amsterdam, where it's beginning to rain more often again + :)

-

In an unxpected turn of events it has been decided that we would buy a gaming laptop at home, which means I can play some PC games finally.

-

I started playing God of War (2018). Not quite satisfied with the graphics -- I play it on an RTX 4060 Laptop GPU. I know that's not the same as the discrete desktop RTX 4060, but I'm still surprised by the quality. I would say it's a bit "grainy". Although it might also be just the game being ported to PC??? I don't know, I've not tried other games yet.

-

* Sep. 28 UPDATE: it was a default game setting I did not notice: the render resolution was actually low (DLSS) -- I turned that off to render at native resolution and now I'm happy with the graphics! :)

-

In other news, I'm quite stressed, to be honest, still figuring out where I fit in a totally new job. Stress is not always bad though. It's okay.

- +

+ In an unxpected turn of events it has been decided that we would buy a + gaming laptop at home, which means I can play some PC games finally. +

+

+ I started playing God of War (2018). Not quite satisfied with the graphics -- I play it on an RTX 4060 + Laptop GPU. I know that's not the same as the discrete desktop RTX 4060, + but I'm still surprised by the quality. I would say it's a bit "grainy". + Although it might also be just the game being ported to PC??? I don't + know, I've not tried other games yet. +

+

+ * Sep. 28 UPDATE: it was a default game setting I did not notice: the + render resolution was actually low (DLSS) -- I turned that off to render + at native resolution and now I'm happy with the graphics! :) +

+

+ In other news, I'm quite stressed, to be honest, still figuring out where + I fit in a totally new job. Stress is not always bad though. It's okay. +

diff --git a/template-page.astro b/template-page.astro deleted file mode 100644 index bf4576d..0000000 --- a/template-page.astro +++ /dev/null @@ -1,65 +0,0 @@ ---- -import Layout from "../layouts/Layout.astro"; -import Footer from "../components/Footer.astro"; -import Posts from "../components/Posts.astro"; - -const posts = await Astro.glob("./now/and-then/posts/*.astro"); -const page = { - title: 'New Page', - description: 'A template for a new page' -} ---- - - -
-

{{page.title}}

-

- Published on the -

- -

{{page.description}}

- -
-
-
- -