63 lines
2.2 KiB
Plaintext
63 lines
2.2 KiB
Plaintext
(
|
|
seed_collection: (
|
|
column1: [
|
|
(
|
|
name: "Kind",
|
|
tags: [
|
|
(name: "Blog", id: "blog"),
|
|
(name: "Manual", id: "man"),
|
|
(name: "Cheatsheets", id: "cheatsheets"),
|
|
]
|
|
),
|
|
(
|
|
name: "Personage",
|
|
tags: [
|
|
(name: "Personal", id: "personal"),
|
|
(name: "Small team (personal but multiple people)", id: "multipersonal"),
|
|
(name: "Community", id: "community"),
|
|
(name: "Non-profit organisation", id: "nonprofit"),
|
|
(name: "Company", id: "company"),
|
|
]
|
|
),
|
|
],
|
|
column2: [
|
|
(
|
|
name: "Content",
|
|
tags: [
|
|
(name: "Technical (broad category)", id: "technical"),
|
|
(name: "Software", id: "software"),
|
|
(name: "Electronics", id: "electronics"),
|
|
(name: "Mechanical", id: "mechanical"),
|
|
(name: "Physics", id: "physics"),
|
|
(name: "Chemistry", id: "chemistry"),
|
|
(name: "Biology", id: "biology"),
|
|
(name: "Mathematics", id: "maths"),
|
|
(name: "Non-technical (broad category)", id: "nontechnical"),
|
|
(name: "Plants", id: "plants"),
|
|
(name: "Animals", id: "animals"),
|
|
(name: "Culinary", id: "culinary"),
|
|
(name: "Visual Art", id: "gfxart"),
|
|
(name: "Music", id: "music"),
|
|
(name: "Other Art", id: "miscart"),
|
|
(name: "Travel", id: "travel"),
|
|
]
|
|
)
|
|
],
|
|
column3: [
|
|
(
|
|
name: "Anti-tags",
|
|
tags: [
|
|
(name: "Outdated ('old')", id: "old"),
|
|
(name: "Unsafe", id: "nsfw"),
|
|
]
|
|
)
|
|
],
|
|
contact: [
|
|
("Matrix", "..."),
|
|
("e-mail", "..."),
|
|
]
|
|
),
|
|
|
|
sqlite_db_path: "data/dev_qp_web.sqlite3"
|
|
)
|