|
| 1 | +# Welcome to Jekyll! |
| 2 | +# |
| 3 | +# This config file is meant for settings that affect your whole blog, values |
| 4 | +# which you are expected to set up once and rarely edit after that. If you find |
| 5 | +# yourself editing this file very often, consider using Jekyll's data files |
| 6 | +# feature for the data you need to update frequently. |
| 7 | +# |
| 8 | +# For technical reasons, this file is *NOT* reloaded automatically when you use |
| 9 | +# 'bundle exec jekyll serve'. If you change this file, please restart the server process. |
| 10 | +# |
| 11 | +# If you need help with YAML syntax, here are some quick references for you: |
| 12 | +# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml |
| 13 | +# https://learnxinyminutes.com/docs/yaml/ |
| 14 | +# |
| 15 | +# Site settings |
| 16 | +# These are used to personalize your new site. If you look in the HTML files, |
| 17 | +# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on. |
| 18 | +# You can create any custom variable you would like, and they will be accessible |
| 19 | +# in the templates via {{ site.myvariable }}. |
| 20 | + |
| 21 | +title: Pivotal Alumni Codex |
| 22 | +email: [email protected] # maintainer |
| 23 | +description: >- # this means to ignore newlines until "baseurl:" |
| 24 | + A place for the links to the things we wish we'd taken with us. |
| 25 | +baseurl: "" # the subpath of your site, e.g. /blog |
| 26 | +url: "https://https://alumni-codex.github.io/" |
| 27 | +#twitter_username: jekyllrb |
| 28 | +#github_username: jekyll |
| 29 | + |
| 30 | +# Build settings |
| 31 | +theme: just-the-docs |
| 32 | +plugins: |
| 33 | + - jekyll-feed |
| 34 | + |
| 35 | +# Set a path/url to a logo that will be displayed instead of the title |
| 36 | +logo: "/assets/images/just-the-docs.png" |
| 37 | + |
| 38 | +# Set a path/url to a favicon that will be displayed by the browser |
| 39 | +favicon_ico: "/assets/images/favicon.ico" |
| 40 | + |
| 41 | +# Enable or disable the side/mobile menu globally |
| 42 | +# Nav menu can also be selectively enabled or disabled using page variables or the minimal layout |
| 43 | +nav_enabled: true |
| 44 | + |
| 45 | +# Heading anchor links appear on hover over h1-h6 tags in page content |
| 46 | +# allowing users to deep link to a particular heading on a page. |
| 47 | +# |
| 48 | +# Supports true (default) or false |
| 49 | +heading_anchors: true |
| 50 | + |
| 51 | +# Enable or disable the site search |
| 52 | +# Supports true (default) or false |
| 53 | +search_enabled: true |
| 54 | + |
| 55 | +search: |
| 56 | + # Split pages into sections that can be searched individually |
| 57 | + # Supports 1 - 6, default: 2 |
| 58 | + heading_level: 2 |
| 59 | + # Maximum amount of previews per search result |
| 60 | + # Default: 3 |
| 61 | + previews: 3 |
| 62 | + # Maximum amount of words to display before a matched word in the preview |
| 63 | + # Default: 5 |
| 64 | + preview_words_before: 5 |
| 65 | + # Maximum amount of words to display after a matched word in the preview |
| 66 | + # Default: 10 |
| 67 | + preview_words_after: 10 |
| 68 | + # Set the search token separator |
| 69 | + # Default: /[\s\-/]+/ |
| 70 | + # Example: enable support for hyphenated search words |
| 71 | + tokenizer_separator: /[\s/]+/ |
| 72 | + # Display the relative url in search results |
| 73 | + # Supports true (default) or false |
| 74 | + rel_url: true |
| 75 | + # Enable or disable the search button that appears in the bottom right corner of every page |
| 76 | + # Supports true or false (default) |
| 77 | + button: false |
| 78 | + # Focus the search input by pressing `ctrl + focus_shortcut_key` (or `cmd + focus_shortcut_key` on macOS) |
| 79 | + focus_shortcut_key: 'k' |
| 80 | + |
| 81 | +# Footer content |
| 82 | +# appears at the bottom of every page's main content |
| 83 | +# Note: The footer_content option is deprecated and will be removed in a future major release. Please use `_includes/footer_custom.html` for more robust markup / liquid-based content. |
| 84 | +footer_content: "Copyright © 2020-2024 by Pivots. Distributed by an <a href=\"https://github.com/just-the-docs/just-the-docs/tree/main/LICENSE.txt\">MIT license.</a>" |
| 85 | + |
| 86 | +# Footer last edited timestamp |
| 87 | +last_edit_timestamp: true # show or hide edit time - page must have `last_modified_date` defined in the frontmatter |
| 88 | +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 |
| 89 | + |
| 90 | +# Footer "Edit this page on GitHub" link text |
| 91 | +gh_edit_link: true # show or hide edit this page link |
| 92 | +gh_edit_link_text: "This page on GitHub." |
| 93 | +gh_edit_repository: "https://github.com/alumni-codex/alumni-codex.github.io" # the github URL for your repo |
| 94 | +gh_edit_branch: "main" # the branch that your docs is served from |
| 95 | +# gh_edit_source: docs # the source that your files originate from |
| 96 | +gh_edit_view_mode: "tree" # "tree" or "edit" if you want the user to jump into the editor immediately |
| 97 | + |
| 98 | +# Exclude from processing. |
| 99 | +# The following items will not be processed, by default. |
| 100 | +# Any item listed under the `exclude:` key here will be automatically added to |
| 101 | +# the internal "default list". |
| 102 | +# |
| 103 | +# Excluded items can be processed by explicitly listing the directories or |
| 104 | +# their entries' file path in the `include:` list. |
| 105 | +# |
| 106 | +exclude: |
| 107 | + - .gitignore |
| 108 | + - .ruby-version |
| 109 | + - CONTRIBUTING.md |
| 110 | + - README.md |
| 111 | +# - .sass-cache/ |
| 112 | +# - .jekyll-cache/ |
| 113 | +# - gemfiles/ |
| 114 | +# - Gemfile |
| 115 | +# - Gemfile.lock |
| 116 | +# - node_modules/ |
| 117 | +# - vendor/bundle/ |
| 118 | +# - vendor/cache/ |
| 119 | +# - vendor/gems/ |
| 120 | +# - vendor/ruby/ |
0 commit comments