docs/index.md
- index.md - https://zvold.github.io/test-gh-pages/
- index.html - https://zvold.github.io/test-gh-pages/index.html
- / - https://zvold.github.io
- . - https://zvold.github.io/test-gh-pages/
Links to sibling pages:
page1 (no front matter)
- page1.md - https://zvold.github.io/test-gh-pages/page1.html
- /page1.md - same
- /page1.html - nope (https://zvold.github.io/page1.html)
- /page1 - nope (https://zvold.github.io/page1)
- /page1/ - nope
- page1 - https://zvold.github.io/test-gh-pages/page1
- page1/ - nope (https://zvold.github.io/test-gh-pages/page1/)
page2 (permalink: /lol)
- page2.md - https://zvold.github.io/test-gh-pages/lol
- /page2.md - same
- /page2.html - nope (https://zvold.github.io/page2.html)
- /lol - nope (https://zvold.github.io/lol)
- /lol/ - nope (https://zvold.github.io/lol/)
- lol - https://zvold.github.io/test-gh-pages/lol
- lol/ - nope (https://zvold.github.io/test-gh-pages/lol/)
- /page2
- /page2/
- page2 - nope because it’s /lol (https://zvold.github.io/test-gh-pages/page2)
- page2/
inline code
Here’s some
code for
a test.