-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
238 lines (197 loc) · 6.9 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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
#
# If you need help with YAML syntax, here are some quick references for you:
# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml
# https://learnxinyminutes.com/docs/yaml/
#
# Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: "Y Social"
subtitle: "Where the Digital World Comes to Life"
email: [email protected]
description: >- # this means to ignore newlines until "baseurl:"
Y Social is a cutting-edge Digital Twin of a microblogging platform.
It enables realistic social media simulations by integrating Large Language Models (LLMs) agents.
Describe your desired scenario - be it a political community, a mental health support group or a sportive fandom - and observe complex social behaviours emerge.
# Riportare il github del gruppo di progetto e quello del sito web (se differente).
# Tali informazioni appariranno nel Footer del sito.
github_repo:
- name: "Y Social Twin"
url: "https://github.com/YSocialTwin"
#- name: "Group 0 - Website repository"
# url: "https://github.com/sobigdata-master/progettone-template"
navbar:
style : dual #non modificare
brand: # è il titolo del sito e funziona da bottone (tipicamente per la homepage).
title : "Y Social"
img: "./assets/images/Ysocial_logo.png"
url: /
nav:
- title: ⛮ How To
child:
- title: 🖥️ Y Server #Label
url: /yserver #url
- title: 💻 Y Client #Label
url: /yclient
- title: 🤖 Local LLMs #Label
url: /llms #url
- title: 🧙Behind the curtains
child:
- title: 🎰 Y Server - Actions and Bias #Label
url: /yserver_features #url
- title: 🎭 Y Client - LLM Agents #Label
url: /yclient_agents #url
- title: 🎬 Scenario Design #Label
url: /scenario #url
- title: 🍹 Recipes
child:
- title: 🤯 y/politics #Label
url: /politics #url
#- title: 🤺 y/olympics #Label
# url: /olympics #url
- title: 📙 Resources #Label
url: /resources
- title: 📚 Blog #Label
url: /blog
- title: 👥 About Us #Label
url: /about #url
#- title: Bootstrap
# url: /bootstrap
#- title: Jekyll
# url: /jekyll-ssg
#- title: Charts
# url: /charts
#- title: Folium
# url: /folium-map
#- title: Write first #Label
# child:
# - title: markdown cheatsheet #Label
# url: /markdown #url
# - title: kramdown cheatsheet #Label
# url: /kramdown #url
#- title: One page demo
# child:
# - title: Demo
# url: /single
# - title: "Sezione 1" #Label
# url: /single#sezione-1 #url
# - title: "Sezione 1.1" #Label
# url: /single#sezione-11 #url
# - title: "Sezione 1.2" #Label
# url: /single#sezione-12 #url
# - title: "Gallerie" #Label
# url: /single#galleria #url
# - title: "Mappa delle stragi" #Label
# url: /single#mappa-delle-stragi #url
googlefonts:
- url: "https://fonts.googleapis.com/css2?family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap"
- url: "https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap"
- url: "https://fonts.googleapis.com/css2?family=Lekton:ital,wght@0,400;0,700;1,400&display=swap"
chulapa-skin:
skin: "lux" #"gitdev-dark" #"graymor" #"graymor" "gitdev-dark" "gitdev" "universal" "academia" "gitdev" "towards" "pear" "twitter-lights-out" "twitter-dim" "wandoo" "lymcha" "twitter" "chulapa" "sunset" "sunset" "minty" "lux" "journal" "deeply"
#vars:
# body-bg: "#fbf1ed"
# font-family-base: "Comic Neue"
# headings-font-family: "Lekton"
#chulapa-skin:
# autothemer : true
# vars:
# primary: "darkorange"
##################################################
# NON modificare la sezione sottostante
##################################################
# Build settings
theme: chulapa-jekyll
plugins:
- jekyll-feed
#- jekyll-archives
#- jekyll-email-protect
#- jekyll-get-json
#- jekyll-imagemagick
#- jekyll-jupyter-notebook
#- jekyll-link-attributes
#- jekyll-minifier
- jekyll-paginate
#- jekyll-regex-replace
#- jekyll/scholar
#- jekyll-sitemap
#- jekyll-tabs
#- jekyll-toc
#- jekyll-twitter-plugin
#- jemoji
collections:
pages:
output: true
permalink: /:path
footer:
links:
- label: "Email"
icon: "fas fa-envelope"
url: "mailto:[email protected]"
- label: "GitHub"
icon: "fab fa-github"
url: "https://github.com/YSocialTwin"
#- label: "LinkedIn"
# icon: "fab fa-linkedin"
# url: https://www.linkedin.com/company/sobigdata
#- label: "Twitter"
# icon: "fab fa-twitter"
# url: https://www.twitter.com/sobigdata
#- label: "Facebook"
# icon: "fab fa-facebook"
# url: https://www.facebook.com/sobigdata
copyright: "2024 YSocial"
sass:
quiet_deps: true
# Excluded items can be processed by explicitly listing the directories or
# their entries' file path in the `include:` list.
#
exclude:
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- .idea/
include:
- .nojekyll
livereload: true
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
# twitter_username: jekyllrb
#github_username: jekyll
future: true
# -----------------------------------------------------------------------------
# Blog
# -----------------------------------------------------------------------------
blog_name: Blog # blog_name will be displayed in your blog page
blog_nav_title: # your blog must have a title for it to be displayed in the nav bar
blog_description: Y Social Blog # blog_description will be displayed in your blog page
permalink: /blog/:year/:title/
# Pagination
pagination:
enabled: true
paginate: 1
paginate_path: "/blog/page:num/"
#paginate_path: "/blog/"
related_blog_posts:
enabled: false
max_related: 5
news_scrollable: true # adds a vertical scroll bar if there are more than 3 news items
news_limit: 5 # leave blank to include all the news in the `_news` folder