mirror of
https://github.com/alex-s168/website.git
synced 2025-09-10 01:05:07 +02:00
atom feed!
This commit is contained in:
30
pages.in.typ
Normal file
30
pages.in.typ
Normal file
@@ -0,0 +1,30 @@
|
||||
|
||||
// don't import this file directly! it will be post processed by the build script
|
||||
// generates build/pages.typ
|
||||
|
||||
// first element in list will show up first in the homepage and the feed => needs to be newest article!
|
||||
#let articles = (
|
||||
(
|
||||
page: "article-gpu-arch-1.typ",
|
||||
// unfinished
|
||||
feed: false,
|
||||
homepage: false,
|
||||
),
|
||||
(
|
||||
page: "compiler-pattern-matching.typ",
|
||||
feed: true,
|
||||
homepage: true,
|
||||
),
|
||||
(
|
||||
page: "article-favicon.typ",
|
||||
feed: true,
|
||||
homepage: true,
|
||||
),
|
||||
(
|
||||
page: "article-make-regex-engine-1.typ",
|
||||
feed: true,
|
||||
homepage: true,
|
||||
),
|
||||
)
|
||||
|
||||
#metadata(articles) <articles>
|
Reference in New Issue
Block a user