Rockhopper 1776 is a Jekyll-powered GitHub Pages site for historical writing, boardgame tools, and hobbyist software projects.
index.html— homepage and featured workarticles.html— historical writing index at/articles/boardgames.html— boardgame tools and projects at/boardgames/azerothcore.html— AzerothCore modules and notesabout.html— site and author introduction at/about/the-battle-of-quiberon-bay.html— long-form historical article_layouts/default.html— shared header, navigation, page shell, and footerstyles.css— shared responsive styles404.html— useful fallback page for broken or outdated links
historical-writings.html is retained only as a redirect so old bookmarks and search results reach
the current /articles/ page.
- Copy a
.content-list-itemblock on the appropriate section page. - Add the new page with
layout: defaultand a matchingsectionvalue in its front matter. - Use root-relative Jekyll links, for example
{{ '/articles/' | relative_url }}. - Keep site-wide presentation changes in
styles.cssand shared navigation in_layouts/default.html.
The accepted section values are azerothcore, boardgames, writings, and about. They control
the active state in the main navigation.
Changes are published by GitHub Pages only after they are committed and pushed to the configured publishing branch. Review the local build and changed-file diff before pushing.