generated from FloDisMod/flodismod.github.io
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
153 lines (135 loc) · 4.71 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
# Site configuration
# 1. Files excluded from Jekyll builds
# 2. Installed Gems
# 3. Gem settings
# 4. Jekyll settings
# 5. Collections
# 6. Jekyll collections settings
# 7. Site settings
# 8. Site favicons & manifest icons
# 9. Site navigation
# 1. Files excluded from Jekyll builds
exclude:
- README.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- screenshot.png
- LICENSE
- CNAME
- Gemfile
- Gemfile.lock
- alembic-jekyll-theme.gemspec
- .jekyll-cache
# 2. Installed Gems
plugins:
- jekyll-sitemap
- jekyll-mentions
- jekyll-paginate
- jekyll-seo-tag
- jekyll-redirect-from
- jekyll-feed
- jekyll-commonmark
- jekyll-include-cache
- jemoji
# 3. Gem settings [LH: delete jekyll-mentions, twitter and social]
paginate: 3 # jekyll-paginate > items per page
paginate_path: blog/page:num # jekyll-paginate > blog page
author: UT_CHG # jekyll-seo-tag > default author
# 4. Jekyll settings [LH: update timezone to America/Chicagp]
sass:
style: compressed # Style compression
permalink: pretty # Permalink style (/YYYY/MM/DD/page-name/)
excerpt_separator: <!-- more --> # Marks end of excerpt in posts
timezone: America/Chicago # Timezone for blog posts and alike
# 5. Collections [LT: comment off, we don't need this part]
# collections:
# posts:
# title: Posts # Needed for Siteleaf
# output: true
# description: "My thoughts and ideas" # The post list page content
# feature_text: |
# Welcome to the blog
# feature_image: "https://picsum.photos/2560/600?image=866"
# 6. Jekyll collections settings
defaults:
-
scope:
path: "" # an empty string here means all files in the project
values:
image: "/assets/default-social-image.png" # Default image for sharing
-
scope:
path: ""
type: "posts" #this will only set the layout for files where the type is posts
values:
layout: post # Set the default layout for posts
-
scope:
path: ""
type: "pages"
values:
layout: page # Set the default layout for pages
# 7. Site settings [LT: change the info, delete disqus, google_analytics]
encoding: utf-8 # Make sure the encoding is right
lang: en-GB # Set the site language
title: "CHG" # Site name or title, also used in jekyll-seo-tag
logo: "/assets/logos/CHG-logo.png"
# logo: "/assets/logos/FloDisMod_Wordmark__tagline.png" # Site logo, also used in jekyll-seo-tag
description: "Computational Hydraulics Group" # Site description and default description, also used in jekyll-seo-tag
url: "https://ut-chg.github.io" # Site url, also used in jekyll-seo-tag
baseurl: ""
repo: "https://github.com/UT-CHG/UT-CHG.github.io"
email: "[email protected]" #[LT:Don't know what this is for. Put my email here.]
date_format: "%-d %B %Y" # Blog post date formatting using placeholder formatting
service_worker: false # Will turn off the service worker if set to false
short_name: "FDM" # The web application short name, defaults to the site title
css_inline: true # Will insert all styles into a single <style> block in the <head> element and remove the style <link> reference
# 8. Site favicons & manifest icons [TODO:make those with Procreate]
# favicons: # Favicons are also used in the manifest file. Syntax is 'size: path'
# 16: '/assets/logos/[email protected]'
# 32: '/assets/logos/[email protected]'
# 96: '/assets/logos/[email protected]'
# 120: '/assets/logos/[email protected]'
# 144: '/assets/logos/[email protected]'
# 180: '/assets/logos/[email protected]'
# 512: '/assets/logos/[email protected]'
# 1024: '/assets/logos/[email protected]'
# 9. Site navigation [LT: modify all the files mentioned here]
navigation_header:
- title: HOME
url: /
- title: TEAM
url: /groups/
- title: RESEARCH
url: /research_page/
- title: NEWS & OUTREACH
url: /news/
- title: PUBLICATIONS
url: /publications/
# - title: CONTACT
# url: /contact/
- title: SEARCH
url: /search/
navigation_footer:
- title: Computational Hydraulics Group
url: https://ut-chg.github.io
#[LT: comment off, don't need them]
# social_links: # Appears in sidebar. Set the urls then uncomment and comment out as desired
# Twitter: https://twitter.com/DavidDarnes
# LinkedIn: https://www.linkedin.com/in/daviddarnes
# GitHub: https://github.com/daviddarnes
# link: https://darn.es
# RSS: /feed.xml
# sharing_links: # Appear at the bottom of single blog posts, add as desired. The value can be 'true' or the desired button colour
# Twitter: "#0d94e7"
# facebook: "#3B5998"
# Email: true
# Load custom fonts from fonts.google.com etc
#
# TIP: Try to keep the number of urls as low to reduce the performance cost
# If multiple fonts can be requested in a single url opt for this
fonts:
preconnect_urls:
- https://fonts.gstatic.com
font_urls:
- https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700&display=swap