restructure donw, rearing 1.0.0 release
This commit is contained in:
parent
aed70ccdd9
commit
aa59137748
13 changed files with 207 additions and 23 deletions
src/pages/blog
|
@ -7,6 +7,8 @@ import { getCollection } from 'astro:content'
|
|||
|
||||
const description =
|
||||
'My own small blog. Topics include FGO, TA, Programming, web technologies and more!'
|
||||
const subtext =
|
||||
'My personal blog. Includes rambling about FGO, coding and other stuff!'
|
||||
const blogEntries = await getCollection('blog')
|
||||
blogEntries.sort(
|
||||
(a, b) =>
|
||||
|
@ -19,7 +21,7 @@ blogEntries.sort(
|
|||
currentpage="blog"
|
||||
descriptionOverride={description}
|
||||
>
|
||||
<SmallTitle maintext="Blog Articles" subtext="" fadeout={true} />
|
||||
<SmallTitle maintext="Blog Articles" subtext={subtext} fadeout={true} />
|
||||
<BlogSection title="Blog Articles" displayLine={true} titlehidden={true}>
|
||||
{
|
||||
blogEntries.map((post) => (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue