Skip to content

Commit 88b426d

Browse files
committed
Refactor directory structure, update _config.yml to match opensource.guide
This change updates the directory structure of the jekyll site, moving the language-specific directories under `_articles` and updating the front matter / `_config.yml` to match. The goal was to clean up the root of the repository and bring the config in line with that used by the opensource.guide site.
1 parent 02bdc66 commit 88b426d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+26
-8
lines changed
File renamed without changes.
+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
22
layout: index
33
lang: ar
4+
permalink: /ar/
45
---
File renamed without changes.
File renamed without changes.
+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
22
layout: index
33
lang: bg
4+
permalink: /bg/
45
---
File renamed without changes.
File renamed without changes.
+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
22
layout: index
33
lang: bn
4+
permalink: /bn/
45
---
File renamed without changes.
File renamed without changes.
File renamed without changes.
+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
22
layout: index
33
lang: de
4+
permalink: /de/
45
---
File renamed without changes.
File renamed without changes.
+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
22
layout: index
33
lang: es
4+
permalink: /es/
45
---
File renamed without changes.
File renamed without changes.
+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
22
layout: index
33
lang: fa
4+
permalink: /fa/
45
---
File renamed without changes.
File renamed without changes.
+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
22
layout: index
33
lang: fr
4+
permalink: /fr/
45
---
File renamed without changes.

en/index.html _articles/index.html

File renamed without changes.
File renamed without changes.
+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
22
layout: index
33
lang: it
4+
permalink: /it/
45
---
File renamed without changes.
File renamed without changes.
+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
22
layout: index
33
lang: ja
4+
permalink: /ja/
45
---
File renamed without changes.
File renamed without changes.
+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
22
layout: index
33
lang: ko
4+
permalink: /ko/
45
---
File renamed without changes.
File renamed without changes.
File renamed without changes.
+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
22
layout: index
33
lang: pl
4+
permalink: /pl/
45
---
File renamed without changes.
File renamed without changes.
+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
22
layout: index
33
lang: pt
4+
permalink: /pt/
45
---
File renamed without changes.
File renamed without changes.
+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
22
layout: index
33
lang: ru
4+
permalink: /ru/
45
---
File renamed without changes.
File renamed without changes.
+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
22
layout: index
33
lang: tr
4+
permalink: /tr/
45
---
File renamed without changes.
File renamed without changes.
+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
22
layout: index
33
lang: uk
4+
permalink: /uk/
45
---
File renamed without changes.
File renamed without changes.
+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
22
layout: index
33
lang: zh
4+
permalink: /zh/
45
---
File renamed without changes.

_config.yml

+10
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,21 @@ exclude:
1919

2020
permalink: "/:path/"
2121

22+
collections:
23+
articles:
24+
output: true
25+
permalink: "/:path/"
26+
2227
defaults:
2328
- scope:
2429
path: ""
2530
values:
2631
image: /assets/images/social-graphic.jpg
32+
- scope:
33+
path: ""
34+
type: articles
35+
values:
36+
layout: default
2737

2838
plugins:
2939
- jekyll-redirect-from

en/businesses.html

-4
This file was deleted.

maintainers.html

-4
This file was deleted.

0 commit comments

Comments
 (0)