|
1 | | -# Welcome to Jekyll! |
2 | | -# |
3 | | -# This config file is meant for settings that affect your whole blog, values |
4 | | -# which you are expected to set up once and rarely edit after that. If you find |
5 | | -# yourself editing this file very often, consider using Jekyll's data files |
6 | | -# feature for the data you need to update frequently. |
7 | | -# |
8 | | -# For technical reasons, this file is *NOT* reloaded automatically when you use |
9 | | -# 'bundle exec jekyll serve'. If you change this file, please restart the server process. |
10 | | -# |
11 | | -# If you need help with YAML syntax, here are some quick references for you: |
12 | | -# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml |
13 | | -# https://learnxinyminutes.com/docs/yaml/ |
14 | | -# |
15 | | -# Site settings |
16 | | -# These are used to personalize your new site. If you look in the HTML files, |
17 | | -# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on. |
18 | | -# You can create any custom variable you would like, and they will be accessible |
19 | | -# in the templates via {{ site.myvariable }}. |
20 | | - |
21 | 1 | title: Ruby UY |
22 | 2 | email: admin@ruby.uy |
23 | 3 | description: >- # this means to ignore newlines until "baseurl:" |
24 | 4 | Sitio de la comunidad Ruby en Uruguay. |
| 5 | +lang: es_UY |
25 | 6 | baseurl: "" # the subpath of your site, e.g. /blog |
26 | 7 | url: https://ruby.uy # the base hostname & protocol for your site, e.g. http://example.com |
27 | | -# twitter_username: jekyllrb |
28 | 8 | github_username: rubyuy |
| 9 | +logo: /assets/images/logo.svg |
| 10 | +social: |
| 11 | + name: Ruby UY |
| 12 | + links: |
| 13 | + - https://github.com/rubyuy/ruby.uy |
| 14 | + - https://twitter.com/rubymontevideo |
| 15 | + - https://www.instagram.com/ruby_uruguay/ |
| 16 | + - https://www.youtube.com/@ruby_uy |
29 | 17 |
|
30 | 18 | # Build settings |
31 | 19 | plugins: |
32 | 20 | - jekyll-default-layout |
33 | 21 | - jekyll-feed |
34 | 22 | - jekyll-optional-front-matter |
35 | 23 | - jekyll-relative-links |
| 24 | + - jekyll-seo-tag |
36 | 25 | - jekyll-sitemap |
37 | 26 |
|
38 | 27 | collections: |
39 | 28 | meetups: |
40 | 29 | output: true |
41 | 30 | permalink: /meetups/:year-:month-:day/:title |
| 31 | + |
| 32 | +defaults: |
| 33 | + - scope: |
| 34 | + path: "" |
| 35 | + values: |
| 36 | + description: "Comunidad Ruby en Uruguay: meetups, charlas y contenido de Ruby y Ruby on Rails para desarrolladores." |
| 37 | + keywords: "comunidad ruby uruguay, meetup ruby uruguay, ruby on rails uruguay, charlas ruby" |
| 38 | + - scope: |
| 39 | + path: "index.md" |
| 40 | + values: |
| 41 | + title: "Comunidad Ruby Uruguay: Meetups y Charlas de Ruby on Rails" |
| 42 | + page_scripts: |
| 43 | + - next_meetup_callout |
| 44 | + - sponsors |
| 45 | + - scope: |
| 46 | + path: "talks.html" |
| 47 | + values: |
| 48 | + title: "Charlas Ruby y Ruby on Rails en Uruguay" |
| 49 | + description: "Explorá todas las charlas de Ruby UY: Ruby, Ruby on Rails y tecnología compartida por la comunidad de Uruguay." |
| 50 | + keywords: "charlas ruby, charlas ruby on rails, comunidad ruby uruguay, meetup ruby uruguay" |
| 51 | + page_scripts: |
| 52 | + - talks |
| 53 | + - scope: |
| 54 | + path: "community.html" |
| 55 | + values: |
| 56 | + title: "Comunidad Ruby Uruguay: proyectos open source" |
| 57 | + description: "Descubrí proyectos Ruby y Ruby on Rails creados por la comunidad de Ruby Uruguay, ordenados por estrellas y autor." |
| 58 | + keywords: "comunidad ruby uruguay, proyectos ruby, proyectos ruby on rails, open source uruguay" |
| 59 | + page_scripts: |
| 60 | + - community |
| 61 | + - scope: |
| 62 | + path: "sponsors.md" |
| 63 | + values: |
| 64 | + description: "Empresas que apoyan a Ruby UY y hacen posibles nuestros meetups y charlas en Uruguay." |
| 65 | + keywords: "sponsors ruby uruguay, comunidad ruby uruguay, meetup ruby uruguay" |
| 66 | + - scope: |
| 67 | + path: "" |
| 68 | + type: "meetups" |
| 69 | + values: |
| 70 | + description: "Detalle de meetup de Ruby UY con charlas, speakers y recursos de la comunidad Ruby en Uruguay." |
| 71 | + keywords: "meetup ruby uruguay, charlas ruby, comunidad ruby uruguay" |
0 commit comments