Skip to content

codingnninja/sapablog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sapablog

Quickly create your own blog with just Github and JavaScript.

Set up sapabase.js

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.

token generation demo

Install vscode extension

  • Install leet-html for syntax highlighting.
  • Install Auto complete tag to automatically add close tag and rename paired tag.

About

Create your functioning and dynamic blog fast.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published