- Notifications
You must be signed in to change notification settings - Fork72
The Guild website & blog
NotificationsYou must be signed in to change notification settings
the-guild-org/website
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This project contains the main source code forthe-guild.dev
website and it's sub-components.
Runpnpm i
from the root directory to get all the dependencies installed.
Runcd website && pnpm dev
to start the server locally.
Runpnpm build
followed bypnpm export
to build and export a static version of the website inproduction mode.
We useMDX (Markdown with JSX) for our blog posts. To add a new blog post:
- Create a new MDX file in
website/pages/blog
directory with the same template as other blog posts - Update the meta object with all the information regarding the blog post including title,thumbnails, author name, etc.
- Any assets related to the blog can be placed in
website/public/blog-assets
directory within itsown folder - If you are contributing for the first time, make sure that you add your details in
ui/authors.ts
file with a new entry to theauthors
object - Once you send us a PR, we will review the same, provide the feedback as necessary and merge it ifeverything looks good
About
The Guild website & blog
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.