Move my features to its own page
This commit is contained in:
parent
2d27f1dd72
commit
053e84008c
@ -96,8 +96,7 @@
|
||||
.navbar__links { display: none; }
|
||||
}
|
||||
|
||||
/* Tablet screen size */
|
||||
@media only screen and (min-width: 43.75rem) {
|
||||
@media only screen and (min-width: 800px) {
|
||||
.navbar { padding: 1em 0.6em; }
|
||||
.navbar__toggle, .navbar__popover { display: none; }
|
||||
.navbar__links { display: flex; }
|
||||
|
@ -1,7 +1,6 @@
|
||||
export default {
|
||||
tags: ["articles", "contents", "feed items"],
|
||||
tags: ["my articles", "contents", "feed items"],
|
||||
layout: "layouts/main",
|
||||
permalink: "/articles/{{ page.fileSlug }}/",
|
||||
isArticle: true,
|
||||
eleventyComputed: {
|
||||
title: (data) => `${data.articleTitle} | Articles`,
|
||||
|
@ -1,3 +0,0 @@
|
||||
export default {
|
||||
tags: "featured articles"
|
||||
}
|
@ -1,3 +0,0 @@
|
||||
export default {
|
||||
tags: "my articles"
|
||||
}
|
10
src/featured/featured.11tydata.js
Normal file
10
src/featured/featured.11tydata.js
Normal file
@ -0,0 +1,10 @@
|
||||
export default {
|
||||
tags: "my features",
|
||||
eleventyComputed: {
|
||||
title: (data) => `${data.articleTitle} | Featured`,
|
||||
eleventyNavigation: {
|
||||
key: (data) => data.articleTitle,
|
||||
parent: "Featured"
|
||||
}
|
||||
}
|
||||
}
|
@ -3,7 +3,7 @@ title: Content Archive
|
||||
eleventyComputed:
|
||||
desc: All contents published on {{ sitemeta.siteName }}.
|
||||
eleventyNavigation:
|
||||
order: 11
|
||||
order: 12
|
||||
---
|
||||
|
||||
{{ set contentList = collections.contents |> toReversed }}
|
||||
|
@ -3,7 +3,7 @@ title: Content Topics
|
||||
eleventyComputed:
|
||||
desc: All content topics on {{ sitemeta.siteName }}.
|
||||
eleventyNavigation:
|
||||
order: 12
|
||||
order: 13
|
||||
---
|
||||
|
||||
<ul>
|
||||
|
@ -6,7 +6,7 @@ hasTooltips: true
|
||||
toc: true
|
||||
updated: 2025-05-06T14:56:28+0800
|
||||
eleventyNavigation:
|
||||
order: 8
|
||||
order: 9
|
||||
---
|
||||
|
||||
{{ function virtualPet(url, img, alt, tooltip=alt) -}}
|
||||
|
@ -15,7 +15,3 @@ Articles I have written.
|
||||
## 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
|
||||
|
||||
## Featured Articles
|
||||
Articles featuring other people's interview with me.
|
||||
{{ articleList("featured articles") }}
|
||||
|
9
src/slashes/navbarlinks/featured.md
Normal file
9
src/slashes/navbarlinks/featured.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
title: Featured
|
||||
desc: Me on other media.
|
||||
eleventyNavigation:
|
||||
order: 6
|
||||
---
|
||||
{{ import { articleList } from "components/functions.vto" }}
|
||||
Times where I got featured in other media, including other people's interview with me and coverage about me.
|
||||
{{ articleList("my features") }}
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Guestbook
|
||||
eleventyNavigation:
|
||||
order: 10
|
||||
order: 11
|
||||
eleventyComputed:
|
||||
desc: Leave a message for {{ sitemeta.siteAuthor.name }}.
|
||||
---
|
||||
|
@ -4,5 +4,5 @@ title: Links
|
||||
desc: A curated collection of links.
|
||||
hasTooltips: true
|
||||
eleventyNavigation:
|
||||
order: 9
|
||||
order: 10
|
||||
---
|
||||
|
@ -3,7 +3,7 @@ title: Projects
|
||||
isContentDivided: true
|
||||
toc: true
|
||||
eleventyNavigation:
|
||||
order: 6
|
||||
order: 7
|
||||
eleventyComputed:
|
||||
desc: Things {{ sitemeta.siteAuthor.name }} has created.
|
||||
---
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Shrines
|
||||
eleventyNavigation:
|
||||
order: 7
|
||||
order: 8
|
||||
eleventyComputed:
|
||||
desc: Directory of {{ sitemeta.siteAuthor.name }}'s web shrines.
|
||||
---
|
||||
|
@ -3,7 +3,7 @@ title: Accessibility
|
||||
keyword: accessibility statement
|
||||
updated: 2025-02-20T21:13:48+0800
|
||||
eleventyNavigation:
|
||||
order: 14
|
||||
order: 15
|
||||
---
|
||||
|
||||
Accessibility is highly relevant to me as a disabled and neurodivergent person. Therefore, even though this website is primarily meant to be my own space of self-expression, I also want visitors to my website to have the best possible experience of browsing my website.
|
||||
|
@ -4,7 +4,7 @@ keyword: colophon page
|
||||
updated: 2025-05-05T22:20:39+0800
|
||||
toc: true
|
||||
eleventyNavigation:
|
||||
order: 15
|
||||
order: 16
|
||||
---
|
||||
|
||||
Information about how this website is built.
|
||||
|
Loading…
x
Reference in New Issue
Block a user