-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
128 lines (116 loc) · 4.51 KB
/
_config.yml
File metadata and controls
128 lines (116 loc) · 4.51 KB
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
# --------------------------------------------------
# dpsframework.org with Minima v3 theme. (2017-2024)
# --------------------------------------------------
# theme: minima
# To use the latest Minima version on GitHub Pages:
remote_theme: jekyll/minima
# --------------------------------------------------
# Main domain: dpsframework.org
# --------------------------------------------------
url: 'https://dpsframework.org'
hard_url: 'https://dpsframework.org'
baseurl: ''
title: 'Framework (Java) to develop Multi-Agent applications integrated with Expert Systems on the JADE platform'
author:
name: 'Aguayo-Canela, FJ'
email: 'info@dpsframework.org'
collabratech: 'https://ieee-collabratec.ieee.org/app/p/FranciscoAguayo115080'
plugins:
- jekyll-sitemap
- jekyll-seo-tag
# Default web site language and vars.
lang: es
index: index.html
show_excerpts: false
google_analytics: GTM-58XLTB4
markdown: kramdown
# GitHub Metadata: https://jekyll.github.io/github-metadata/site.github/
github:
owner_url: 'https://github.com/dpsframework/'
repository_url: 'https://github.com/dpsframework/dpsframework.org'
owner_name: 'dpsframework'
project_tagline: '0.2'
name: 'dpsFramework Website'
is_project_page: true
repository_name: 'dpsframework.org'
# Site collections
collections:
essays:
output: true
label: essays
projects:
output: true
label: projects
manuals:
output: true
sort_by: chapter
label: manuals
notes:
output: true
label: notes
# Default values applied to collections
defaults:
- scope:
path: ""
type: "essays"
values:
layout: "essay"
- scope:
path: ""
type: "projects"
values:
layout: "project"
- scope:
path: ""
type: "manuals"
values:
layout: "manual"
- scope:
path: ""
type: "notes"
values:
layout: "note"
- scope:
path: "dpsAgents-api/**/*"
values:
sitemap: true
# Minima v3
minima:
# Minima skin selection.
# Available skins are:
# classic Default, light color scheme.
# dark Dark variant of the classic skin.
# auto Adaptive skin based on the default classic and dark skins.
# solarized-light Light variant of solarized color scheme.
# solarized-dark Dark variant of solarized color scheme.
# solarized Adaptive skin for solarized color scheme skins.
skin: classic
# Minima date format.
date_format: "%b, %Y"
# Generate social links in footer.
#social_links:
# - { platform: devto, user_url: "https://dev.to/jekyll" }
# - { platform: dribbble, user_url: "https://dribbble.com/jekyll" }
# - { platform: facebook, user_url: "https://www.facebook.com/jekyll" }
# - { platform: flickr, user_url: "https://www.flickr.com/photos/jekyll" }
# - { platform: github, user_url: "https://github.com/jekyll/minima" }
# - { platform: google_scholar, user_url: "https://scholar.google.com/citations?user=qc6CJjYAAAAJ" }
# - { platform: instagram, user_url: "https://www.instagram.com/jekyll" }
# - { platform: keybase, user_url: "https://keybase.io/jekyll" }
# - { platform: linkedin, user_url: "https://www.linkedin.com/in/jekyll" }
# - { platform: microdotblog, user_url: "https://micro.blog/jekyll" }
# - { platform: pinterest, user_url: "https://www.pinterest.com/jekyll" }
# - { platform: stackoverflow, user_url: "https://stackoverflow.com/users/1234567/jekyll" }
# - { platform: telegram, user_url: "https://t.me/jekyll" }
# - { platform: twitter, user_url: "https://twitter.com/jekyllrb" }
# - { platform: x, user_url: "https://x.com/jekyllrb" }
# - { platform: youtube, user_url: "https://www.youtube.com/jekyll" }
# Generate social links in footer.
social_links:
- { platform: facebook, user_url: "https://www.facebook.com/paco.aguayo.792" }
- { platform: github, user_url: "https://github.com/dpsframework/" }
- { platform: google_scholar, user_url: "https://scholar.google.com/citations?hl=en&user=GHYD1RkAAAAJ&view_op=list_works&authuser=2" }
- { platform: linkedin, user_url: "https://www.linkedin.com/in/paco-aguayo" }
- { platform: stackoverflow, user_url: "https://stackoverflow.com/users/15090312/ortelius" }
- { platform: twitter, user_url: "https://twitter.com/paco_aguayo" }
- { platform: youtube, user_url: "https://www.youtube.com/@fjaguayo-canela9591" }