https://github.com/hackmdio/docs-with-hackmd
Make a doc site on GitHub with HackMD!
https://github.com/hackmdio/docs-with-hackmd
Last synced: 2 months ago
JSON representation
Make a doc site on GitHub with HackMD!
- Host: GitHub
- URL: https://github.com/hackmdio/docs-with-hackmd
- Owner: hackmdio
- Created: 2019-08-31T17:48:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-30T04:35:42.000Z (over 5 years ago)
- Last Synced: 2025-04-08T04:15:47.427Z (3 months ago)
- Language: CSS
- Homepage: https://hackmdio.github.io/docs-with-hackmd/
- Size: 59.6 KB
- Stars: 9
- Watchers: 5
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
How to make a doc site on GitHub with HackMD
===Getting started
---1. Clone or fork this repo on GitHub
2. Change the `baseurl` to your repo name in `_config.yml`
3. Open new branch named `gh-pages` and push to your GitHub remote (e.g. `git branch gh-pages && git push origin gh-pages`)
4. Ensure you setup GitHub Pages source uses `gh-pages` branch
5. Create a new note on HackMD
6. Select `Pull from GitHub` and select your repo, `master` branch and select `README.md` from the file dropdown then click `Pull`
7. Modify the content on HackMD (See more at: https://jekyllrb.com/docs/posts/)
8. Select `Versions` on the top right menu, click `Push to GitHub`
9. Fill the new Version name and click `Push`
10. Wait for GitHub Actions build your doc site and view it on GitHub Pages!Add a new page to doc site
---1. Create a new note on HackMD
2. Modify the content on HackMD (See more at: https://jekyllrb.com/docs/posts/)
3. Select `Push to GitHub` and select your repo, `master` branch and create a new filename (e.g. `Another-page.md`) then click `Push`
4. Wait for GitHub Actions build your doc site and view it on GitHub Pages!