diff --git a/Gemfile b/Gemfile index 75218b8..ef86c55 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' -gem 'github-pages' +gem 'github-pages', '228' # Context: https://github.com/eecs485staff/primer-spec/issues/261 gem 'webrick' # For runtime dependencies (Jekyll auto-includes those plugins for all users) diff --git a/docs/USAGE_ADVANCED.md b/docs/USAGE_ADVANCED.md index 210853d..a9a1f5f 100644 --- a/docs/USAGE_ADVANCED.md +++ b/docs/USAGE_ADVANCED.md @@ -26,19 +26,19 @@ See the [Primer Spec README](../README.md) for the main usage instructions. This - [Callouts](#callouts) - [Enhanced code blocks](#enhanced-code-blocks) - [Page configuration options](#page-configuration-options) - - [`disableSidebar`: Boolean](#disablesidebar-boolean) - - [`hideSidebarOnLoad`: Boolean](#hidesidebaronload-boolean) - - [`sitemapOrder`: Number](#sitemaporder-number) - - [`latex`: Boolean](#latex-boolean) - - [`mermaid`: Boolean](#mermaid-boolean) - - [`defaultCodeblockVariant`: CodeblockVariant (String)](#defaultcodeblockvariant-codeblockvariant-string) - - [`excludeFromSitemap`: Boolean](#excludefromsitemap-boolean) + - [`disableSidebar`: Boolean](#disablesidebar-boolean) + - [`hideSidebarOnLoad`: Boolean](#hidesidebaronload-boolean) + - [`sitemapOrder`: Number](#sitemaporder-number) + - [`latex`: Boolean](#latex-boolean) + - [`mermaid`: Boolean](#mermaid-boolean) + - [`defaultCodeblockVariant`: CodeblockVariant (String)](#defaultcodeblockvariant-codeblockvariant-string) + - [`excludeFromSitemap`: Boolean](#excludefromsitemap-boolean) - [Site configuration options](#site-configuration-options) - - [`defaultSubthemeName`: String](#defaultsubthemename-string) - - [`defaultSubthemeMode`: String](#defaultsubthememode-string) - - [`defaultCodeblockVariant`: CodeblockVariant (String)](#defaultcodeblockvariant-codeblockvariant-string-1) - - [`sitemap`: Boolean | {label: String; externalLinks: Array}](#sitemap-boolean--label-string-externallinks-array) - - [`disableJokes`: Boolean](#disablejokes-boolean) + - [`defaultSubthemeName`: String](#defaultsubthemename-string) + - [`defaultSubthemeMode`: String](#defaultsubthememode-string) + - [`defaultCodeblockVariant`: CodeblockVariant (String)](#defaultcodeblockvariant-codeblockvariant-string-1) + - [`sitemap`: Boolean | {label: String; externalLinks: Array}](#sitemap-boolean--label-string-externallinks-array) + - [`disableJokes`: Boolean](#disablejokes-boolean) - [Pinning to a specific version](#pinning-to-a-specific-version) - [Using without Jekyll](#using-without-jekyll) @@ -59,7 +59,7 @@ If you'd like to preview your site on your computer (or if you aren't using GitH ```ruby source 'https://rubygems.org' - gem 'github-pages' + gem 'github-pages', '228' gem 'webrick' ```