Several minor improvements to typing and misc.
- Improved schema validation - Move username parsing and other validators to schema types - Fix astro check command - Add JSON/YAML schema validation for data collections - Update licenses - Remove deployment script in favor of rsync - Prevent unsanitized input in export-story script - Change "eng" language to "en", per BCP47 - Clean up i18n keys and add aria attributes - Improve MastodonComments behavior on no-JS browsers
This commit is contained in:
parent
fe908a4989
commit
7bb8a952ef
54 changed files with 1005 additions and 962 deletions
|
|
@ -17,7 +17,7 @@ tags: []
|
|||
# series: the-lost-of-the-marshes
|
||||
# relatedStories: []
|
||||
# relatedGames: []
|
||||
# lang: eng
|
||||
# lang: en
|
||||
---
|
||||
|
||||
The game content (i.e. embed) goes here.
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ tags: []
|
|||
# Some funny summary
|
||||
# relatedStories: []
|
||||
# relatedGames: []
|
||||
# lang: eng
|
||||
# lang: en
|
||||
---
|
||||
|
||||
The story goes here.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
name: Nameless User
|
||||
nameLang:
|
||||
eng: Nameless
|
||||
en: Nameless
|
||||
tok: jan Nenle pi nimi ala
|
||||
# avatar: /src/assets/images/logo_bm.png
|
||||
links:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue