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
0033 # Mermaid diagrams
0034 mermaid:
0035 version: "11.12.2"
0036
0037 # Google Analytics (optional)
0038 ga_tracking: G-YRCVGDK9B8
0039
0040 # Layout
0041 tablepadding: ' '
0042
0043 # Decorative elements
0044 eic_logo: /assets/images/site/EIClogo_small.png
0045 splash: /assets/images/site/ion-collision-xparent-cropped.png
0046
0047 # Icons:
0048 home_icon: /assets/images/site/icons/house-32.png
0049 external_icon: /assets/images/site/icons/external-link-32.png
0050 software_icon: /assets/images/site/icons/console-32.png
0051 resources_icon: /assets/images/site/icons/cog-32.png
0052 activities_icon: /assets/images/site/icons/light-bulb-5-32.png
0053 organization_icon: /assets/images/site/icons/flow-chart-32.png
0054 policies_icon: /assets/images/site/icons/cog-32.png
0055 documentation_icon: /assets/images/site/icons/mind-map-32.png
0056 tutorials_icon: /assets/images/site/icons/literature-32.png
0057 about_icon: /assets/images/site/icons/light-bulb-5-32.png
0058
0059
0060 # Development:
0061 display_news: yes
0062 #
0063 plugins:
0064 - jekyll-mentions
0065 - jekyll-sitemap
0066 - jekyll-redirect-from
0067
0068 #
0069 collections:
0070 software:
0071 output: true
0072 permalink: /software/:title.html
0073 resources:
0074 output: true
0075 permalink: /resources/:title.html
0076 activities:
0077 output: true
0078 permalink: /activities/:title.html
0079 organization:
0080 output: true
0081 permalink: /organization/:title.html
0082 documentation:
0083 output: true
0084 permalink: /documentation/:title.html
0085 policies:
0086 output: true
0087 permalink: /policies/:title.html
0088 about:
0089 output: true
0090 permalink: /about/:title.html