Skip to content
This repository has been archived by the owner on Jul 6, 2024. It is now read-only.

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
hahwul committed Nov 11, 2023
1 parent 9c7501d commit 7a8747e
Showing 1 changed file with 18 additions and 25 deletions.
43 changes: 18 additions & 25 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,39 +3,28 @@ description: >- # this means to ignore newlines until "baseurl:"
Noir is an attack surface detector form source code.
baseurl: "/docs"
url: ""
github_username: noir-cr

# Build settings
repository: noir-cr/noir
theme: just-the-docs

plugins:
- jekyll-feed

# Exclude from processing.
# The following items will not be processed, by default.
# Any item listed under the `exclude:` key here will be automatically added to
# the internal "default list".
#
# Excluded items can be processed by explicitly listing the directories or
# their entries' file path in the `include:` list.
#
# exclude:
# - .sass-cache/
# - .jekyll-cache/
# - gemfiles/
# - Gemfile
# - Gemfile.lock
# - node_modules/
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/

# Set just the docs

logo: "/assets/images/noir.png"
favicon_ico: "/assets/images/noir.png"
color_scheme: dark

exclude:
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/

aux_links:
"GitHub":
- "//github.com/noir-cr/noir"
Expand Down Expand Up @@ -64,3 +53,7 @@ search:
# Enable or disable the search button that appears in the bottom right corner of every page
# Supports true or false (default)
button: false

# Back to top link
back_to_top: true
back_to_top_text: "Back to top"

0 comments on commit 7a8747e

Please sign in to comment.