18 lines
510 B
Markdown
18 lines
510 B
Markdown
---
|
|
title: Articles
|
|
desc: List of articles published on my website.
|
|
toc: true
|
|
eleventyNavigation:
|
|
order: 5
|
|
---
|
|
|
|
{{ import { articleList } from "components/functions.vto" }}
|
|
|
|
## My Articles
|
|
Articles I have written.
|
|
{{ articleList("my articles") }}
|
|
|
|
## My Articles for Video Games with Their Own Pages
|
|
* My {{ cite "Cassette Beasts" }} shrine [Articles](/shrines/cassettebeasts/articles/) page
|
|
* My {{ cite "Star Wars: Knights of the Old Republic" }} shrine [Articles](/shrines/starwarskotor/articles/) page
|