Warning, /eic.github.io/_config.yml is written in an unsupported language. File is not indexed.
0001 #
0002 name: The EIC Software Website
0003 title: The EIC Software Website
0004 description: The EIC Software Website
0005 url: https://eic.github.io
0006 #
0007 excerpt_separator: <!--more-->
0008 timezone: America/New_York
0009 highlighter: rouge
0010 #
0011 markdown: kramdown
0012 future: true
0013 exclude: [vendor]
0014
0015 ##################################################################################
0016 # Important if we are not serving from the top folder - baseurl: /web #
0017 # In that case, please make sure you use the "relative_path" directive #
0018 # everywhere you include various site URLs in your pages. #
0019 # #
0020 # Currently serving from the top folder i.e. #
0021 # in this case this does not apply until further notice. #
0022 ##################################################################################
0023
0024 # Custom helper variables:
0025 blank: 'target="_blank"'
0026
0027 search_enabled: true
0028
0029 search:
0030 button: true
0031 rel_url: true
0032 # Smart search (AI answer + citations). Leave backend_url empty to use the
0033 # existing Lunr static-index fallback.
0034 backend_url: https://api.aprozo.space
0035 placeholder: Ask anything about EIC…
0036 top_k: 5
0037 debounce_ms: 300
0038 min_chars: 3
0039 popular_window_days: 7
0040 popular_limit: 5
0041
0042 # Mermaid diagrams
0043 mermaid:
0044 version: "11.12.2"
0045
0046 # Google Analytics (optional)
0047 ga_tracking: G-YRCVGDK9B8
0048
0049 # Layout
0050 tablepadding: ' '
0051
0052 # Decorative elements
0053 eic_logo: /assets/images/site/EIClogo_small.png
0054 splash: /assets/images/site/ion-collision-xparent-cropped.png
0055
0056 # Icons:
0057 home_icon: /assets/images/site/icons/house-32.png
0058 external_icon: /assets/images/site/icons/external-link-32.png
0059 software_icon: /assets/images/site/icons/console-32.png
0060 resources_icon: /assets/images/site/icons/cog-32.png
0061 activities_icon: /assets/images/site/icons/light-bulb-5-32.png
0062 organization_icon: /assets/images/site/icons/flow-chart-32.png
0063 policies_icon: /assets/images/site/icons/cog-32.png
0064 documentation_icon: /assets/images/site/icons/mind-map-32.png
0065 tutorials_icon: /assets/images/site/icons/literature-32.png
0066 about_icon: /assets/images/site/icons/light-bulb-5-32.png
0067
0068
0069 # Development:
0070 display_news: yes
0071 #
0072 plugins:
0073 - jekyll-mentions
0074 - jekyll-sitemap
0075 - jekyll-redirect-from
0076
0077 #
0078 collections:
0079 software:
0080 output: true
0081 permalink: /software/:title.html
0082 resources:
0083 output: true
0084 permalink: /resources/:title.html
0085 activities:
0086 output: true
0087 permalink: /activities/:title.html
0088 organization:
0089 output: true
0090 permalink: /organization/:title.html
0091 documentation:
0092 output: true
0093 permalink: /documentation/:title.html
0094 policies:
0095 output: true
0096 permalink: /policies/:title.html
0097 about:
0098 output: true
0099 permalink: /about/:title.html