File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -198,8 +198,8 @@ I provided the link at the bottom.
198198
199199### Default Themes and Custom Themes
200200The themes provided by GitHub Pages can be used
201- for your pages. These themes will
202- always work in Markdown files
201+ for your pages, just like in our example above.
202+ These themes will always work in Markdown files
203203but when you deal with pure HTML, make sure
204204that you always delete the head section and just include
205205the body so that the theme you selected will
@@ -215,6 +215,10 @@ layout: default
215215
216216on top of the HTML file.
217217
218+ For more information on customizing themes, visit the [ GitHub Pages Documentation] [ github-docs ] .
219+
220+ [ github-docs ] : https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll
221+
218222## The Trick
219223GitHub Pages generates a static site but
220224don't you know that you can deploy games using this?
You can’t perform that action at this time.
0 commit comments