1- title : tastebud.studio the food & flavor adventures blog!
2- description : tastebud.studio is the blog where Joel records the food & flavor adventures he has with his taste buddies.
3- author : Joel Taylor
4- copyright : ©️2023-2025
1+ title : " tastebud.studio the food & flavor adventures blog!"
2+ subtitle : " where Joel records the food & flavor adventures he has with his taste buddies."
3+ masthead_title : " Tastebud Studio"
4+ description : &description "tastebud.studio is the blog where Joel records the food & flavor adventures he has with his taste buddies."
5+ name : &name "Joel Taylor" # &name is a YAML anchor which can be *referenced later
6+ logo : /docs/assets/img/tastebud-studio-logo-75x75.png # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png"
7+ url : https://www.tastebud.studio # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
8+ baseurl : " /" # the subpath of your site, e.g. "/blog"
9+ words_per_minute : 200
10+ enable_copy_code_button : false
11+
12+ footer :
13+ since : " 2023"
14+
15+ # Site Author
16+ author :
17+ name : *name # *name is a YAML reference pointing to the &anchor earlier
18+ avatar : " /docs/assets/img/joel-taylor-square.png"
19+ bio : " Recording the food & flavor adventures he has with his taste buddies."
20+ location : " Milwaukee, WI"
21+ links :
22+ - label : " Untapped Check-ins"
23+ icon : " fas fa-fw fa-untappd"
24+ url : " https://untappd.com/user/J031"
25+ - label : " GitHub"
26+ icon : " fab fa-fw fa-github"
27+ url : " https://github.com/j031"
28+ - label : " Google Map Reviews"
29+ icon : " fab fa-fw fa-google"
30+ url : " https://www.google.com/maps/contrib/113858036723537048672"
31+
32+
533
634remote_theme :
" mmistakes/[email protected] " 35+
736plugins :
837 - jekyll-remote-theme
9- - jekyll-include-cache
38+ - jekyll-paginate
39+ - jekyll-sitemap
40+ - jekyll-gist
41+ - jekyll-feed
42+ - jemoji
43+ - jekyll-include-cache
44+
45+ # Archives
46+ # Type
47+ # - GitHub Pages compatible archive pages built with Liquid ~> type: liquid (default)
48+ # - Jekyll Archives plugin archive pages ~> type: jekyll-archives
49+ # Path (examples)
50+ # - Archive page should exist at path when using Liquid method or you can
51+ # expect broken links (especially with breadcrumbs enabled)
52+ # - <base_path>/tags/my-awesome-tag/index.html ~> path: /tags/
53+ # - <base_path>/categories/my-awesome-category/index.html ~> path: /categories/
54+ # - <base_path>/my-awesome-category/index.html ~> path: /
55+ # category_archive:
56+ # type: liquid
57+ # path: /categories/
58+ tag_archive :
59+ type : liquid
60+ path : /tags/
61+
62+ # HTML Compression
63+ # - http://jch.penibelst.de/
64+ compress_html :
65+ clippings : all
0 commit comments