https://github.com/mcnamee/mcnamee-notion
https://github.com/mcnamee/mcnamee-notion
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mcnamee/mcnamee-notion
- Owner: mcnamee
- Created: 2023-10-03T08:09:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-03T09:37:02.000Z (over 2 years ago)
- Last Synced: 2025-02-13T02:36:59.139Z (11 months ago)
- Language: Shell
- Size: 2.56 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- 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