Skip to content

Commit

Permalink
conf edit
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkarpov-ui committed Dec 7, 2023
1 parent b10735b commit 90a5f08
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 37 deletions.
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
43 changes: 8 additions & 35 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,41 +14,15 @@
# 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
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"
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 90a5f08

Please sign in to comment.