https://github.com/antonosika/notion-website
https://github.com/antonosika/notion-website
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/antonosika/notion-website
- Owner: AntonOsika
- Created: 2023-09-17T22:56:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-17T23:05:53.000Z (about 2 years ago)
- Last Synced: 2025-02-17T02:16:25.875Z (8 months ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://github.com/timovv/notion-website-template/generate).
1. Create a Notion page to be your website. This can have subpages, databases, anything supported by [Loconotion](https://github.com/leoncvlt/loconotion).
1. Share your Notion page publicly, and update `site.toml` in your repo to point to it.
1. Run the `Publish Notion website to GitHub Pages` action under the Actions tab of your repo.
1. 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](https://github.com/leoncvlt/loconotion/blob/master/README.md).
## Acknowledgements
Thanks to:
- @leoncvt for creating the Loconotion script
- @X1011 for the original script used to deploy the website to GitHub pages