Skip to content

Commit 4b256d5

Browse files
committed
Restructure the project to handle translations
1 parent 69bee2d commit 4b256d5

File tree

256 files changed

+987
-21378
lines changed

Some content is hidden

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

256 files changed

+987
-21378
lines changed

.ruby-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.4.1

CNAME

Lines changed: 0 additions & 1 deletion
This file was deleted.

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ RUN apt-get install ruby-dev -y
1010
RUN apt-get install make gcc g++ -y
1111
RUN bundle install
1212
RUN cat Gemfile.lock
13-
ENTRYPOINT bundle exec jekyll serve
13+
ENTRYPOINT bundle exec jekyll serve --source content/

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ gem "github-pages", group: :jekyll_plugins
1919
group :jekyll_plugins do
2020
gem "jekyll-feed", "~> 0.17"
2121
gem "jekyll-include-cache", "~> 0.2"
22-
gem "jekyll-sitemap", "~> 1.4"
22+
gem "copy", :path => "./content/_plugins/copy/"
2323
end
2424

2525
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem

Gemfile.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
PATH
2+
remote: content/_plugins/copy
3+
specs:
4+
copy (0.1.0)
5+
16
GEM
27
remote: https://rubygems.org/
38
specs:
@@ -303,11 +308,11 @@ PLATFORMS
303308
x86_64-linux-musl
304309

305310
DEPENDENCIES
311+
copy!
306312
github-pages
307313
jekyll-feed (~> 0.17)
308314
jekyll-include-cache (~> 0.2)
309315
jekyll-redirect-from
310-
jekyll-sitemap (~> 1.4)
311316
kramdown-parser-gfm
312317
tzinfo-data
313318
webrick (~> 1.8)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ bundle install
3838
5. Build and serve the site locally:
3939

4040
```
41-
bundle exec jekyll serve
41+
bundle exec jekyll serve --source content/
4242
```

_data/languages.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

_data/navigation.yml

Lines changed: 0 additions & 159 deletions
This file was deleted.

_includes/head/custom.html

Lines changed: 0 additions & 11 deletions
This file was deleted.

_includes/masthead.html

Lines changed: 0 additions & 54 deletions
This file was deleted.

0 commit comments

Comments
 (0)