Quickly create your own blog with just Github and JavaScript.
Sapabase is already set up. You only need to edit the following in script.js.
auth({
username: "your-github-username",
reponame: "your-blog-repository",
folder: "article",
Octokit,
});Check Sapabase docs for more inforamtion.
- Get github token
You will be asked to enter your github token whenever you want to post an articles. Click get github token and follow the image below to set it up.
- Install
leet-htmlfor syntax highlighting. - Install
Auto complete tagto automatically add close tag and rename paired tag.
