Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 052be79

Browse files
mirenbzgithub-learning-lab[bot]
authored andcommitted
Add 'w. Spanish' to title
1 parent bc1bd3a commit 052be79

File tree

1 file changed

+29
-28
lines changed

1 file changed

+29
-28
lines changed

config.yml

Lines changed: 29 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
title: GitHub Pages
1+
title: GitHub Pages (w. Spanish)
22
tagline: Your sidekick in using GitHub Pages and blogs
3-
description: Learn how to create a site or blog from your GitHub repositories with GitHub Pages.
3+
description: >-
4+
Learn how to create a site or blog from your GitHub repositories with GitHub
5+
Pages.
46
tags:
57
- GitHub
68
- GitHub Pages
@@ -13,22 +15,23 @@ preferences:
1315
label: Language
1416
description: Choose your preferred language.
1517
options:
16-
- label: English
17-
value: en
18-
- label: Español
19-
value: es
18+
- label: English
19+
value: en
20+
- label: Español
21+
value: es
2022
before:
2123
- type: createIssue
2224
title: Welcome
2325
body: 00_class-introduction-issue.md
24-
2526
steps:
2627
- title: Generate a GitHub Pages site
27-
description: Generate a GitHub Pages site with the automatic page generator.
28+
description: Generate a GitHub Pages site with the automatic page generator.
2829
translations:
2930
es:
3031
title: Activa GitHub Pages
31-
description: Gnera un sitio web con el generador automático de páginas GitHub Pages.
32+
description: >-
33+
Gnera un sitio web con el generador automático de páginas GitHub
34+
Pages.
3235
event: page_build
3336
link: '{{ repoUrl }}/issues/1'
3437
actions:
@@ -43,13 +46,12 @@ steps:
4346
data:
4447
deploymentUrl: '%actions.pagesUrl.data.html_url%'
4548
- type: updateBranchProtection
46-
4749
- title: Customize your homepage
4850
description: Open a pull request with changes to the homepage.
4951
translations:
5052
es:
5153
title: Personaliza tu página inicial
52-
description: Abre un pull request con cambios en la página inicial.
54+
description: Abre un pull request con cambios en la página inicial.
5355
event: pull_request.opened
5456
link: '{{ repoUrl }}/issues'
5557
actions:
@@ -69,13 +71,12 @@ steps:
6971
branch: '%payload.pull_request.head.ref%'
7072
- type: closeIssue
7173
issue: Welcome
72-
7374
- title: Merge your pull request
7475
description: Merge the pull request that customizes your homepage.
7576
translations:
7677
es:
7778
title: Combina tu pull request
78-
description: Combina el pull request que personaliza tu página inicial.
79+
description: Combina el pull request que personaliza tu página inicial.
7980
event: pull_request.closed
8081
link: '{{ repoUrl }}/pulls'
8182
actions:
@@ -84,7 +85,7 @@ steps:
8485
- type: gate
8586
left: '%payload.pull_request.base.ref%'
8687
operator: ===
87-
right: 'master'
88+
right: master
8889
- type: updateBranchProtection
8990
- type: octokit
9091
method: repos.getPages
@@ -96,34 +97,33 @@ steps:
9697
title: Getting ready to blog
9798
body: 03_change-theme.md
9899
data:
99-
deploymentUrl: '%actions.pagesUrl.data.html_url%'
100+
deploymentUrl: '%actions.pagesUrl.data.html_url%'
100101
- type: respond
101102
with: 03_merged-pr.md
102103
data:
103104
url: '%actions.issue.data.html_url%'
104-
105105
- title: Customize site details
106106
description: Edit the configuration file to display your information.
107107
translations:
108108
es:
109109
title: Personaliza los detalles del sitio
110-
description: Edita el archivo de configuración para mostrar tu información.
110+
description: Edita el archivo de configuración para mostrar tu información.
111111
event: pull_request
112112
link: '{{ repoUrl }}/issues'
113113
actions:
114114
- type: gate
115115
gates:
116116
- left: '%payload.action%'
117117
operator: ===
118-
right: 'opened'
118+
right: opened
119119
- left: '%payload.action%'
120120
operator: ===
121-
right: 'synchronize'
121+
right: synchronize
122122
- type: gate
123123
required: false
124124
left: '%payload.action%'
125125
operator: '!=='
126-
right: 'opened'
126+
right: opened
127127
else:
128128
type: closeIssue
129129
issue: Getting ready to blog
@@ -150,13 +150,12 @@ steps:
150150
data:
151151
branch: '%payload.pull_request.head.ref%'
152152
date: '%payload.pull_request.created_at%'
153-
154153
- title: Create a blog post
155154
description: Create a new file that will become your first blog post.
156155
translations:
157156
es:
158157
title: Crea un post
159-
description: Crea un nuevo archivo que se convertirá en el primer post de tu blog.
158+
description: Crea un nuevo archivo que se convertirá en el primer post de tu blog.
160159
event: pull_request.synchronize
161160
link: '{{ repoUrl }}/pulls'
162161
actions:
@@ -215,13 +214,12 @@ steps:
215214
- type: createReview
216215
body: 05_add-front-matter.md
217216
event: COMMENT
218-
219217
- title: Add blog post metadata
220218
description: Add YAML front matter to the blog post to display the title and date.
221219
translations:
222220
es:
223221
title: Añade metadatos al post
224-
description: Añade texto preliminar YAML al post para mostrar el título y la fecha.
222+
description: Añade texto preliminar YAML al post para mostrar el título y la fecha.
225223
event: pull_request.synchronize
226224
link: '{{ repoUrl }}/pulls'
227225
actions:
@@ -245,7 +243,7 @@ steps:
245243
- type: gate
246244
required: false
247245
action_id: title
248-
left: /^title:\s?["'].+["']$/m
246+
left: '/^title:\s?["''].+["'']$/m'
249247
operator: test
250248
right: '%actions.contents%'
251249
- type: gate
@@ -272,13 +270,16 @@ steps:
272270
- type: createReview
273271
body: 06_merge-and-celebrate.md
274272
event: APPROVE
275-
276273
- title: Merge your first post
277-
description: Merge the pull request so your blog post will appear on your GitHub Pages site.
274+
description: >-
275+
Merge the pull request so your blog post will appear on your GitHub Pages
276+
site.
278277
translations:
279278
es:
280279
title: Combina tu primer post
281-
description: Combina el pull request para que tu post aparezca en tu sitio de GitHub Pages.
280+
description: >-
281+
Combina el pull request para que tu post aparezca en tu sitio de
282+
GitHub Pages.
282283
event: pull_request.closed
283284
link: '{{ repoUrl }}/pulls'
284285
actions:

0 commit comments

Comments
 (0)