17
17
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
18
18
# You can create any custom variable you would like, and they will be accessible
19
19
# in the templates via {{ site.myvariable }}.
20
-
21
- title : Your awesome title
20
+ locale : " en-US"
21
+ title : " UF CoDES"
22
+ title_separator : " |"
23
+ subtitle : " "
22
24
email : your-email@example.com
23
- description : >- # this means to ignore newlines until "baseurl:"
24
- Write an awesome description for your new site here. You can edit this
25
- line in _config.yml. It will appear in your document head meta (for
26
- Google search results) and in your feed.xml site description.
25
+ description : " The Coastal Dynamics and Earth Systems Lab at University of Florida"
27
26
baseurl : " " # the subpath of your site, e.g. /blog
28
27
url : " " # the base hostname & protocol for your site, e.g. http://example.com
29
- twitter_username : jekyllrb
30
- github_username : jekyll
28
+ twitter_username : # jekyllrb
29
+ github_username : # jekyll
31
30
32
31
include :
32
+ - .htaccess
33
33
- _pages
34
34
35
35
# Build settings
36
- remote_theme : " mmistakes/minimal-mistakes@4.26.2"
36
+ # remote_theme: "mmistakes/minimal-mistakes@4.26.2"
37
+ theme : minimal-mistakes-jekyll
38
+ minimal_mistakes_skin : " default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
39
+ logo : " /assets/images/logos/UF_CDL_Draft_1long.png"
40
+ breadcrumbs : true # disabled by default
41
+ breadcrumb_home_label : " Home"
42
+ breadcrumb_separator : " /"
43
+
37
44
plugins :
38
45
- jekyll-feed
39
46
- jekyll-include-cache
40
-
47
+ - jekyll-archives
41
48
# Exclude from processing.
42
49
# The following items will not be processed, by default.
43
50
# Any item listed under the `exclude:` key here will be automatically added to
@@ -58,3 +65,33 @@ plugins:
58
65
# - vendor/cache/
59
66
# - vendor/gems/
60
67
# - vendor/ruby/
68
+ # Sass/SCSS
69
+ sass :
70
+ sass_dir : _sass
71
+ style : compressed # https://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style
72
+
73
+ # Outputting
74
+ permalink : /:categories/:title/
75
+ pagination :
76
+ enabled : true
77
+ per_page : 5
78
+ path : " /page:num/"
79
+ timezone : # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
80
+
81
+ include :
82
+ - .htaccess
83
+ - _pages
84
+
85
+ # Defaults
86
+ defaults :
87
+ # _posts
88
+ - scope :
89
+ path : " "
90
+ type : posts
91
+ values :
92
+ layout : single
93
+ author_profile : true
94
+ read_time : true
95
+ comments : # true
96
+ share : true
97
+ related : true
0 commit comments