Skip to content

Commit

Permalink
displicandum-gh-pages (#8): _config.yml: repository, fix 'Liquid Exce…
Browse files Browse the repository at this point in the history
…ption: No repo name found. Specify using PAGES_REPO_NWO environment variables, 'repository' in your configuration,(...) '
  • Loading branch information
fititnt committed May 15, 2021
1 parent cee8d89 commit 711955b
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ _site/
.bundle/
vendor/

## TODO: talvez remover esse ignore
Gemfile.lock

### Specific from Hapi
_systema/node_modules/
_systema/package-lock.json
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ GEM
http_parser.rb (0.6.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
jekyll (3.9.0)
jekyll (3.9.1)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
Expand Down Expand Up @@ -47,7 +47,7 @@ GEM
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (4.0.6)
rb-fsevent (0.10.4)
rb-fsevent (0.11.0)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.5)
Expand Down
6 changes: 4 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
title: "hapi.etica.ai"
description: "Augmented documentation for Humanitarian APIs"
description: "Auxilium Humanitarium API documentōrum"
repository: HXL-CPLP/Auxilium-Humanitarium-API
baseurl: ""

# see https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
# lang: 'pt'
Expand All @@ -11,7 +13,7 @@ description: "Augmented documentation for Humanitarian APIs"
# https://github.com/pages-themes/cayman
# theme: jekyll-theme-cayman
# theme: minima
show_downloads: false
# show_downloads: false
# google_analytics: [Your Google Analytics tracking ID]

# https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
Expand Down
2 changes: 1 addition & 1 deletion _layouts/defallo.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<div class="container">
{{ content }}
</div>
<div>
<div class="container">
<p>Plugin test: {{ page.content | reading_time }}</p>
</div>
</main>
Expand Down
10 changes: 10 additions & 0 deletions documentum/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@ published: false

## Notas aos mantenedores em português

## Executar o Jekyll localmente

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

## Debug
bundle exec jekyll build --trace --watch
```

## Planilha online
### HXL-CPLP-Vocab_Auxilium-Humanitarium-API
- <https://docs.google.com/spreadsheets/d/1ih3ouvx_n8W5ntNcYBqoyZ2NRMdaA0LRg5F9mGriZm4/edit#gid=1181688279>
Expand Down

0 comments on commit 711955b

Please sign in to comment.