~repos /website

#astro#js#html#css

git clone https://pyrossh.dev/repos/website.git

木 Personal website of pyrossh. Built with astrojs, shiki, vite.


da5879f2 pyrossh

1 year ago
improve content
src/posts/eyecandy-golang-error-reporting.md CHANGED
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  title: Eyecandy golang error reporting
3
- description: Better error messages logging in golang
3
+ description: Better error message logging in golang
4
4
  image: /images/terminal1.png
5
5
  date: 2016-09-17
6
6
  tags:
src/routes/posts/[slug]/+page.svelte CHANGED
@@ -13,9 +13,13 @@
13
13
 
14
14
  <article class="post-page">
15
15
  <hgroup class="flex flex-1 flex-col font-serif">
16
+ <h1 class="font-bold text-2xl">
17
+ {data.meta.title}
18
+ </h1>
16
- <h1 class="font-bold text-4xl">{data.meta.title}</h1>
19
+ <h2 class="mt-1 font-normal text-base text-slate-700">{data.meta.description}</h2>
17
20
  <p class="text-md">
18
- <span class="font-semibold">Published on: </span>{formatDateLong(data.meta.date)}
21
+ <span class="font-semibold">Published on: </span>
22
+ {formatDateLong(data.meta.date)}
19
23
  </p>
20
24
  </hgroup>
21
25
  <div class="mb-6">