diff --git a/Gemfile b/Gemfile index 3cf1098..0861561 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,6 @@ source 'https://rubygems.org' -gem "jekyll", "~> 4.3.2" # installed by `gem jekyll` -# gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2 +gem "jekyll" gem "jekyll-default-layout" gem "jekyll-github-metadata" gem "jekyll-seo-tag" diff --git a/_config.yml b/_config.yml index a23df22..be4971f 100644 --- a/_config.yml +++ b/_config.yml @@ -14,7 +14,7 @@ # You can create any custom variable you would like, and they will be accessible # in the templates via {{ site.myvariable }}. theme: just-the-docs -title: Just the Docs +title: Kamaji Documentation description: A Jekyll theme for documentation baseurl: "" # the subpath of your site, e.g. /blog url: "https://just-the-docs.com" # the base hostname & protocol for your site, e.g. http://example.com @@ -22,33 +22,7 @@ repository: just-the-docs/just-the-docs # for github-metadata permalink: pretty -exclude: - # from https://github.com/jekyll/jekyll/blob/master/lib/site_template/_config.yml: - - .sass-cache/ - - .jekyll-cache/ - - gemfiles/ - - Gemfile - - Gemfile.lock - - node_modules/ - - vendor/bundle/ - - vendor/cache/ - - vendor/gems/ - - vendor/ruby/ - # specific to the theme website: - - bin/ - - lib/ - - "*.gemspec" - - "*.gem" - - LICENSE.txt - - package.json - - package-lock.json - - Rakefile - - README.md - - CODE_OF_CONDUCT.md - - docker-compose.yml - - Dockerfile - # theme test code - - fixtures/ + # Set a path/url to a logo that will be displayed instead of the title #logo: "/assets/images/just-the-docs.png" @@ -102,8 +76,8 @@ heading_anchors: true # Aux links for the upper right navigation aux_links: - "Just the Docs on GitHub": - - "https://github.com/just-the-docs/just-the-docs" + "Kamaji on GitHub": + - "https://github.com/ISSUIUC/ISS_HILSIM" # Makes Aux links open in a new tab. Default is false aux_links_new_tab: false @@ -114,8 +88,8 @@ nav_sort: case_sensitive # Capital letters sorted before lowercase # External navigation links nav_external_links: - - title: Just the Docs on GitHub - url: https://github.com/just-the-docs/just-the-docs + - title: Kamaji on GitHub + url: https://github.com/ISSUIUC/ISS_HILSIM # Footer content # appears at the bottom of every page's main content @@ -132,10 +106,9 @@ last_edit_time_format: "%b %e %Y at %I:%M %p" # uses ruby's time format: https:/ -# Footer "Edit this page on GitHub" link text -gh_edit_link: true # show or hide edit this page link +gh_edit_link: false # show or hide edit this page link gh_edit_link_text: "Edit this page on GitHub" -gh_edit_repository: "https://github.com/just-the-docs/just-the-docs" # the github URL for your repo +gh_edit_repository: "https://github.com/ISSUIUC/ISS_HILSIM" # the github URL for your repo gh_edit_branch: "main" # the branch that your docs is served from # gh_edit_source: docs # the source that your files originate from gh_edit_view_mode: "tree" # "tree" or "edit" if you want the user to jump into the editor immediately