eleboog-astro/src/lib/blog.ts

10 lines
No EOL
356 B
TypeScript

export const allTags = [
// type of content
"meta", "reply", "self-promo", "rant", "critique", "tutorial",
// mood
"silly", "angry", "curious", "happy", "sad", "introspective",
// topic
"astro", "nextjs", "mac", "macos", "linux", "windows", "pc", "mobile", "ios", "android", "linux-mobile", "csci", "university",
"python", "c", "cxx", "rust",
//
]