Data repo for one-among.us
 
 
 
Go to file
Hykilpikonna 4cd606426e
[F] Try to fix github actions
2022-11-16 02:36:14 -05:00
.github/workflows [F] Try to fix github actions 2022-11-16 02:36:14 -05:00
people Merge branch 'main' of https://github.com/one-among-us/data 2022-11-16 01:04:05 -05:00
public [+] .nojekyll - Faster github pages deploy speed 2022-04-08 22:37:05 -04:00
scripts [U] Generate zh_hant from zh_hans 2022-11-16 07:27:57 +00:00
.gitattributes [O] Auto LF ending 2022-06-24 14:22:56 -04:00
.gitignore [-] Remove .idea 2022-11-15 21:41:04 -05:00
README.md [U] Update github links 2022-08-15 16:20:19 -04:00
package.json [U] yarn upgrade 2022-11-15 21:46:53 -05:00
requirements.txt [+] zh-hant convert 2022-11-16 01:04:03 -05:00
tsconfig.json [U] Migrate to MDX 2022-03-21 00:55:53 +08:00
yarn.lock [U] yarn upgrade 2022-11-15 21:46:53 -05:00

README.md

Our Data

这里存了 one-among.us 的条目,欢迎贡献!

GitHub Repo 结构

  • data - 条目内容存储
  • web - 网页前端源码
  • backend - 献花和编辑后端源码

文件结构

  • Directory /people/<userid>/: Data for a specific person

    • info.json5: Profile information
    • page.md: Profile page content
    • photos: Photo directory
    • comments: List of comments made by other users in the format of yyyy-mm-dd-{name}-{id}.txt
  • Branch gh-pages: Data that's automatically generated by Github Actions

    • people-list.json: A list of all people currently in the repository
    • Directory /people/<userid>/: Built data for a specific person
      • page.js: page.md built with MDX