Back to home page

EIC code displayed by LXR

 
 

    


Warning, /epic.github.io/_config.yml is written in an unsupported language. File is not indexed.

0001 name: The ePIC Collaboration Website
0002 title: The ePIC Collaboration Website
0003 description: The ePIC Collaboration Website
0004 url: https://epic.github.io
0005 #
0006 excerpt_separator: <!--more-->
0007 timezone: America/New_York
0008 highlighter: rouge
0009 #
0010 markdown: kramdown
0011 future: true
0012 exclude: [vendor]
0013 
0014 ##################################################################################
0015 # Important if we are not serving from the top folder - baseurl: /web            #
0016 # In that case, please make sure you use the "relative_path" directive           #
0017 # everywhere you include various site URLs in your pages.                        #
0018 #                                                                                #
0019 # Currently serving from the top folder i.e.                                     #
0020 # in this case this does not apply until further notice.                         #
0021 ##################################################################################
0022 
0023 # Custom helper variables:
0024 blank: 'target="_blank"'
0025 
0026 
0027 # Layout
0028 tablepadding: ' '
0029 
0030 # Decorative elements
0031 epic_logo: /assets/images/site/EPIC-logo_white_transparent_64h.png
0032 #
0033 splash_internal: /assets/images/site/ePIC_Detector_50percent.png
0034 splash_public: /assets/images/site/1600px-EPIC-logo_black_transparent.png
0035 ######################### ICON SECTION #########################
0036 home_icon: /assets/images/site/icons/house-32.png
0037 external_icon: /assets/images/site/icons/external-link-32.png
0038 
0039 software_icon: /assets/images/site/icons/console-32.png
0040 detector_icon: /assets/images/site/icons/cog-32.png
0041 #activities_icon: /assets/images/site/icons/today-32.png
0042 activities_icon: /assets/images/site/icons/light-bulb-5-32.png
0043 organization_icon: /assets/images/site/icons/flow-chart-32.png
0044 literature_icon: /assets/images/site/icons/literature-32.png
0045 about_icon: /assets/images/site/icons/light-bulb-5-32.png
0046 
0047 
0048 # New icons added for ePIC
0049 public_icon: /assets/images/site/icons/geography-32.png
0050 physics_icon: /assets/images/site/icons/atomic-32.png
0051 meeting_icon: /assets/images/site/icons/meeting-point-32.png
0052 news_icon: /assets/images/site/icons/google-news-32.png
0053 
0054 #################################################################
0055 # Zenodo
0056 zenodo_query_base: https://zenodo.org/communities/epic/records?q=
0057 
0058 
0059 # Design document
0060 design_document: /assets/docs/design-document.pdf
0061 
0062 img_center: 'display: block; max-width: 50%; height: auto;   margin-left: auto; margin-right: auto;'
0063 
0064 hr: '<hr style="height:2px;border:none;color:#999;background-color:#7d7c7c;" >'
0065 
0066 # Development:
0067 display_news: no
0068 #
0069 plugins:
0070   - jekyll-mentions
0071   - jekyll-sitemap
0072   - jekyll-redirect-from
0073 
0074 #
0075 collections:
0076   public:
0077     output: true
0078     permalink: /public/:title.html
0079   collaboration:
0080     output: true
0081     permalink: /collaboration/:title.html
0082   physics:
0083     output: true
0084     permalink: /physics/:title.html
0085   detector:
0086     output: true
0087     permalink: /detector/:title.html
0088   sc:
0089     output: true
0090     permalink: /sc/:title.html
0091   meetings:
0092     output: true
0093     permalink: /meetings/:title.html
0094   documents:
0095     output: true
0096     permalink: /documents/:title.html
0097   news:
0098     output: true
0099     permalink: /news/:title.html
0100 #