Skip to content

Commit

Permalink
mvp-tema-i18n (#9): removido gem 'jekyll-spaceship' (por enquanto não…
Browse files Browse the repository at this point in the history
… esta sendo usado, e consome ~3min a mais no GitHub Actions)
  • Loading branch information
fititnt committed May 16, 2021
1 parent 897f78c commit 34d62df
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 8 deletions.
5 changes: 4 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@ group :jekyll_plugins do
gem 'jekyll-toc'
gem 'jekyll-feed'
gem 'jekyll-seo-tag'
## Notitia: [por] O jekyll-spaceship foi desabilitado no momento, 2021-05-16,
## Pois deixou o GitHub actions em torno de 3 minutos mais lento. E ainda
## não está sendo usado para justificar isso.
# @see https://github.com/jeffreytse/jekyll-spaceship
gem 'jekyll-spaceship'
# gem 'jekyll-spaceship'
# @see https://github.com/avillafiorita/jekyll-datapage_gen
gem 'jekyll-datapage-generator'
gem 'kramdown-parser-gfm'
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,11 @@ HXL-CPLP.
### Executar o Jekyll localmente

```bash
bundle exec jekyll serve
JEKYLL_ENV=development bundle exec jekyll serve
# Server address: http://127.0.0.1:4000/

## Debug
bundle exec jekyll build --trace --watch
JEKYLL_ENV=development bundle exec jekyll build --trace --watch
```

### `_data/L10n.hxl.csv`
Expand Down
6 changes: 6 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,9 @@ defaults:
path: "api/*/*/*/html2"
values:
sitemap: false

# page_gen:
# - data: 'api'
# template: 'api'
# name: 'namen'
# dir: 'people'
9 changes: 9 additions & 0 deletions _data/api.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# https://github.com/avillafiorita/jekyll-datapage_gen

- namen: api/BR/brazilian-ckan-portals2
# description:
bio: long bio goes here
- namen: pietro molini
bio: another long bio
- namen: aaron ciaghi
bio: another very long bio
3 changes: 2 additions & 1 deletion _data/referens.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ linguam:


### Temp
# - https://en.wikipedia.org/wiki/IETF_language_tag
# - https://en.wikipedia.org/wiki/IETF_language_tag
# - https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry
6 changes: 4 additions & 2 deletions _includes/meta-caput.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@
{%- seo -%}
{% comment %}<link rel="stylesheet" href="{{ "/assets/css/style.css" | relative_url }}">{% endcomment %}
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-wEmeIV1mKuiNpC+IOBjI7aAzPcEZeedi5yW5f2yOq55WWLwNGmvvx4Um1vskeMj0" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">

{% if page.noindex %}<meta name="robots" content="noindex,nofollow">{% endif %}

{% if page.layout contains 'api' %}
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/swagger-ui.css"
Expand Down
4 changes: 2 additions & 2 deletions _includes/pedem.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
- https://en.wiktionary.org/wiki/pes#Latin
-->

<script src="https://cdn.jsdelivr.net/npm/[email protected].0/dist/js/bootstrap.bundle.min.js"
integrity="sha384-p34f1UUtsS3wqzfto5wAAmdvj+osOnFyQFpp4Ua3gs/ZVWx6oOypYoCJhGGScy+8"
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/js/bootstrap.bundle.min.js"
integrity="sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4"
crossorigin="anonymous"></script>

{% if page.layout contains 'api' %}
Expand Down
1 change: 1 addition & 0 deletions documentum/debug.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ tags: [index, index2]
# published: false
sitemap:
exclude: yes
noindex: true
---

{{ page.tags | json }}
Expand Down
1 change: 1 addition & 0 deletions documentum/sitemap.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
<title>Sitemap</title>
<meta name="robots" content="noindex,nofollow">
</head>

<body>
Expand Down

0 comments on commit 34d62df

Please sign in to comment.