Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1013 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 1013 Bytes

Notion website template

Make a website using Notion, GitHub Pages and Loconotion in just 5 steps.

  1. Fork this repo or press use this template button.
  2. Create a Notion page to be your website. This can have subpages, databases, anything supported by Loconotion.
  3. Share your Notion page publicly, and update site.toml in your repo to point to it.
  4. Run the Publish Notion website to GitHub Pages action under the Actions tab of your repo.
  5. Update your repo's Pages settings to use the gh-pages branch, hit save, and voila!

To resync the website, simply run the GitHub action again. site.toml can be updated to use any of the settings specified in the Loconotion README.

Acknowledgements

Thanks to:

  • @leoncvt for creating the Loconotion script
  • @X1011 for the original script used to deploy the website to GitHub pages