Skip to content

Commit

Permalink
Update _config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adtzlr committed Sep 26, 2023
1 parent 77e18b8 commit bd30781
Showing 1 changed file with 93 additions and 4 deletions.
97 changes: 93 additions & 4 deletions docs/_config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,95 @@
theme: jekyll-theme-cayman
title: Fortran Tensor
description: Tensor Toolbox for Modern Fortran
url: "https://adtzlr.github.io"
baseurl: "ttb"
repository: adtzlr/ttb

theme: just-the-docs

permalink: pretty

# Set a path/url to a logo that will be displayed instead of the title
#logo: "/assets/images/just-the-docs.png"

# Enable or disable the site search
search_enabled: true

# Enable or disable heading anchors
heading_anchors: true

# Aux links for the upper right navigation
aux_links:
"Fortran Tensor on GitHub":
- "https://github.com/adtzlr/ttb"

# Makes Aux links open in a new tab. Default is false
aux_links_new_tab: false

# Sort order for navigation links
# nav_sort: case_insensitive # default, equivalent to nil
nav_sort: case_sensitive # Capital letters sorted before lowercase

# External navigation links
nav_external_links:
- title: Fortran Tensor on GitHub
url: https://github.com/adtzlr/ttb

title: Tensor Toolbox for Modern Fortran
description: High-Level Tensor Manipulation in Fortran
# Back to top link
back_to_top: true
back_to_top_text: "Back to top"

# footer_content: "Copyright © 2017-2023"

# Footer last edited timestamp
# last_edit_timestamp: true # show or hide edit time - page must have `last_modified_date` defined in the frontmatter
# last_edit_time_format: "%b %e %Y at %I:%M %p" # uses ruby's time format: https://ruby-doc.org/stdlib-2.7.0/libdoc/time/rdoc/Time.html

# Footer "Edit this page on GitHub" link text
gh_edit_link: true # show or hide edit this page link
gh_edit_link_text: "Edit this page on GitHub"
gh_edit_repository: "https://github.com/adtzlr/ttb" # 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

# Color scheme currently only supports "dark", "light"/nil (default), or a custom scheme that you define
# color_scheme: nil

callouts_level: quiet # or loud
callouts:
highlight:
color: yellow
important:
title: Important
color: blue
new:
title: New
color: green
note:
title: Note
color: purple
warning:
title: Warning
color: red

plugins:
- jekyll-seo-tag
- jekyll-github-metadata
- jekyll-include-cache

kramdown:
syntax_highlighter_opts:
block:
line_numbers: false

theme: jekyll-theme-cayman

show_downloads: true
compress_html:
clippings: all
comments: all
endings: all
startings: []
blanklines: true
profile: false
# ignore:
# envs: all

0 comments on commit bd30781

Please sign in to comment.