Setting-Up-Swyxkit
Setting Up Swyxkit For A New Blog
When creating a new blog using swyxkit there are some steps needed when deploying to a Netlify site and a GH repo.
- You can run all the setup steps as documented.
- To get this up to a functioning site you need to create a GitHub repo and upload the local site you created in the initial setup steps.
- Update all the values in the
siteConfig.js
for your stuff. - Set up the Netlify site, and choose the repo you just created.
- Also make sure to create a personal GitHub Access Token and add it to the Netlify site under the
GH_TOKEN
evironment variable. - Until I update the code, you also want to make sure that you update the
allowedPosters
variable in thecontent.js
file so the site will pick up the issues you create.
#GeneralTools
#Swyxkit