-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathbeam.config.ts
More file actions
30 lines (30 loc) · 727 Bytes
/
beam.config.ts
File metadata and controls
30 lines (30 loc) · 727 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
export default {
contentPaths: [
{
root: "./src/content/updates/",
glob: "**/_socials/**.md",
},
{
root: "./src/content/updates/",
glob: "*/_*.md",
platformRegex: /_(.*)\.md$/,
},
],
users: [
{
shorthand: "fujocoded",
name: "FujoCoded",
socials: {
mastodon: "fujocoded@blorbo.social",
bsky: "fujocoded.bsky.social",
tumblr: "fujocoded",
twitter: "fujoc0ded",
buttondown: "fujocoded",
backerkit:
"essential.randomn3ss@gmail.com/fujocoded-software-and-education-for-a-better-web",
kickstarter:
"essential-randomness/the-fujoshi-guide-to-web-development",
},
},
],
};