-
-
Notifications
You must be signed in to change notification settings - Fork 30
/
_config.yml
105 lines (86 loc) · 2.4 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
# # Site Metadata
# title: Prompt Engineering Holy Grail
# description: A comprehensive resource for prompt engineering best practices and techniques.
# url: "https://zacfrulloni.github.io/Prompt-Engineering-Holy-Grail/"
# baseurl: "/Prompt-Engineering-Holy-Grail"
# author:
# name: Zac Frulloni
# email: zacfrull@hotmail.com
# # Theme Configuration
# # theme: minima
# # theme: bulma-clean-theme
# remote_theme: chrisrhymes/bulma-clean-theme@v0.14.0
# # Plugins (Optional but Recommended)
# plugins:
# - jekyll-feed
# - jekyll-seo-tag
# - jekyll-sitemap
# # Exclude Files from Processing
# exclude:
# - Gemfile
# - Gemfile.lock
# - node_modules
# - vendor
# _config.yml
title: "Prompt Engineering Hub"
description: "Your hub for all things prompt engineering."
url: "https://promptengineeringhub.dev" # Custom domain
# baseurl: "/Prompt-Engineering-Holy-Grail" # Usually empty for a custom domain
baseurl: ""
theme_color: "#333333" # Sets meta theme color
force_theme: "dark" # or "dark" (optional, see docs)
# Bulma Clean Theme remote theme
remote_theme: chrisrhymes/bulma-clean-theme@v0.14.0
plugins:
- jekyll-remote-theme
- jekyll-paginate
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap
# Options for Bulma Clean Theme
# fixed_navbar: top # Sticky top navbar
show_sidebar: false # Default: no sidebar
# cookie_policy: /cookie-policy/ # Example if you want a cookie policy link
# Optional: GitHub Sponsor link
gh_sponsor: zacfrulloni
author:
name: Zac Frulloni
email: zacfrull@hotmail.com
# If you want to set site defaults for front matter, you can:
defaults:
- scope:
path: ""
type: "pages"
values:
layout: "page"
show_sidebar: false
menubar_toc: false
# Collections
# collections:
# products:
# output: true
# layout: product
# Pagination (if you have a blog)
paginate: 5
paginate_path: "/blog/page:num"
# Exclude
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor
# Footer navigation menu reference
footer_menu: example_footer_menu
# Social links in footer (added in v1.1.0 of the theme)
social:
facebook: https://www.facebook.com/
instagram: https://www.instagram.com/
threads: https://www.threads.net/
tiktok: https://www.tiktok.com/
x: https://www.x.com/
youtube: https://www.youtube.com/
sass:
load_paths:
- _sass
- node_modules
- assets/css