-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy path_config.yml
More file actions
71 lines (68 loc) · 2.47 KB
/
Copy path_config.yml
File metadata and controls
71 lines (68 loc) · 2.47 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
title: Ruby UY
email: admin@ruby.uy
description: >- # this means to ignore newlines until "baseurl:"
Sitio de la comunidad Ruby en Uruguay.
lang: es_UY
baseurl: "" # the subpath of your site, e.g. /blog
url: https://ruby.uy # the base hostname & protocol for your site, e.g. http://example.com
github_username: rubyuy
logo: /assets/images/logo.svg
social:
name: Ruby UY
links:
- https://github.com/rubyuy/ruby.uy
- https://twitter.com/rubymontevideo
- https://www.instagram.com/ruby_uruguay/
- https://www.youtube.com/@ruby_uy
# Build settings
plugins:
- jekyll-default-layout
- jekyll-feed
- jekyll-optional-front-matter
- jekyll-relative-links
- jekyll-seo-tag
- jekyll-sitemap
collections:
meetups:
output: true
permalink: /meetups/:year-:month-:day/:title
defaults:
- scope:
path: ""
values:
description: "Comunidad Ruby en Uruguay: meetups, charlas y contenido de Ruby y Ruby on Rails para desarrolladores."
keywords: "comunidad ruby uruguay, meetup ruby uruguay, ruby on rails uruguay, charlas ruby"
- scope:
path: "index.md"
values:
title: "Comunidad Ruby Uruguay: Meetups y Charlas de Ruby on Rails"
page_scripts:
- next_meetup_callout
- sponsors
- scope:
path: "talks.html"
values:
title: "Charlas Ruby y Ruby on Rails en Uruguay"
description: "Explorá todas las charlas de Ruby UY: Ruby, Ruby on Rails y tecnología compartida por la comunidad de Uruguay."
keywords: "charlas ruby, charlas ruby on rails, comunidad ruby uruguay, meetup ruby uruguay"
page_scripts:
- talks
- scope:
path: "community.html"
values:
title: "Comunidad Ruby Uruguay: proyectos open source"
description: "Descubrí proyectos Ruby y Ruby on Rails creados por la comunidad de Ruby Uruguay, ordenados por estrellas y autor."
keywords: "comunidad ruby uruguay, proyectos ruby, proyectos ruby on rails, open source uruguay"
page_scripts:
- community
- scope:
path: "sponsors.md"
values:
description: "Empresas que apoyan a Ruby UY y hacen posibles nuestros meetups y charlas en Uruguay."
keywords: "sponsors ruby uruguay, comunidad ruby uruguay, meetup ruby uruguay"
- scope:
path: ""
type: "meetups"
values:
description: "Detalle de meetup de Ruby UY con charlas, speakers y recursos de la comunidad Ruby en Uruguay."
keywords: "meetup ruby uruguay, charlas ruby, comunidad ruby uruguay"