|
1 | 1 | # 📝 Markdown Notes |
2 | 2 |
|
3 | 3 | [](https://thesolutiondeskandcompany.github.io/markdown-notes/) |
| 4 | +[](https://github.com/thesolutiondeskandcompany/markdown-notes/actions) |
4 | 5 | [](https://opensource.org/licenses/MIT) |
5 | 6 | [](http://makeapullrequest.com) |
6 | 7 | [](https://github.com/thesolutiondeskandcompany/markdown-notes/issues) |
@@ -110,25 +111,16 @@ function greetUser(name) { |
110 | 111 | The app is automatically deployed to GitHub Pages at: |
111 | 112 | [thesolutiondeskandcompany.github.io/markdown-notes](https://thesolutiondeskandcompany.github.io/markdown-notes/) |
112 | 113 |
|
113 | | -### Custom Domain Setup |
| 114 | +### GitHub Pages Setup |
114 | 115 |
|
115 | | -To use a custom domain (e.g., `markdown.thesolutiondesk.ca`): |
| 116 | +The site is automatically deployed to GitHub Pages at: |
| 117 | +`https://thesolutiondeskandcompany.github.io/markdown-notes/` |
116 | 118 |
|
117 | | -1. **Add a CNAME record** in your domain's DNS settings: |
118 | | - ```text |
119 | | - Type: CNAME |
120 | | - Name: markdown |
121 | | - Value: thesolutiondeskandcompany.github.io |
122 | | - TTL: Auto |
123 | | - ``` |
124 | | - |
125 | | -2. **Configure GitHub Pages**: |
126 | | - - Go to your repository → Settings → Pages |
127 | | - - Under "Custom domain", enter your domain |
128 | | - - Save and wait for DNS verification |
129 | | - - Once verified, enable "Enforce HTTPS" |
130 | | - |
131 | | -> Note: DNS changes may take up to 24 hours to propagate globally. |
| 119 | +To set up GitHub Pages: |
| 120 | +1. Go to your repository → Settings → Pages |
| 121 | +2. Set source to "Deploy from a branch" |
| 122 | +3. Select branch: `gh-pages` (created automatically by the workflow) |
| 123 | +4. Your site will be available within a few minutes |
132 | 124 |
|
133 | 125 | ## 🚀 Getting Started |
134 | 126 |
|
|
0 commit comments