Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 7424e908 authored by David's avatar David
Browse files

:arrow_up: upgr_dep: update_wowchemy v5.0.0, enable edits

parent c30c73e1
No related branches found
No related tags found
No related merge requests found
image: image: registry.gitlab.com/pages/hugo/hugo_extended:latest
# https://gohugo.io/hosting-and-deployment/hosting-on-gitlab/
# name: registry.gitlab.com/pages/hugo/hugo_extended:latest
name: klakegg/hugo:edge-ext-alpine #https://gitlab.com/hydroqc/hydroqc-docs
entrypoint: [""] #https://github.com/klakegg/docker-hugo/issues/13
variables: variables:
GIT_SUBMODULE_STRATEGY: recursive GIT_SUBMODULE_STRATEGY: recursive
#HUGO_VERSION: "0.75.1"
HUGO_ENABLEGITINFO: "true"
HUGO_ENV: "production"
#BASE_URL: "https://davidaparicio.gitlab.io"
pages: pages:
script: script:
- hugo --cleanDestinationDir --minify #--baseURL $BASE_URL - hugo
artifacts: artifacts:
paths: paths:
- public - public
only: #rules: rules:
- master #- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
\ No newline at end of file
#test:
# stage: test
# script:
# - bundle exec jekyll build -d test
# artifacts:
# paths:
# - test
# rules:
# - if: $CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH #"main"
\ No newline at end of file
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
[![Github](https://img.shields.io/static/v1?label=github&logo=github&color=green&message=mirrored&style=flat-square)](https://davidaparicio.github.io/) [![Github](https://img.shields.io/static/v1?label=github&logo=github&color=green&message=mirrored&style=flat-square)](https://davidaparicio.github.io/)
[![froggit](https://img.shields.io/static/v1?label=froggit&logo=froggit&color=yellowgreen&message=mirrored&style=flat-square)](https://davidaparicio.froggit.page/) [![froggit](https://img.shields.io/static/v1?label=froggit&logo=froggit&color=yellowgreen&message=mirrored&style=flat-square)](https://davidaparicio.froggit.page/)
[![Stack](https://img.shields.io/static/v1?label=stack&logo=hugo&color=343d46&message=go%20(hugo)&style=flat-square)](https://gohugo.io/) [![Stack](https://img.shields.io/static/v1?label=stack&logo=hugo&color=343d46&message=go%20(hugo)&style=flat-square)](https://gohugo.io/)
[![Maintenance](https://img.shields.io/maintenance/yes/2022.svg)](https://gitlab.com/davidaparicio/davidaparicio.gitlab.io/-/commits/master) [![Maintenance](https://img.shields.io/maintenance/yes/2023.svg)](https://gitlab.com/davidaparicio/davidaparicio.gitlab.io/-/commits/master)
The website is based on **[Hugo](https://gohugo.io/)** + [Academic Resumé Template by Wowchemy](https://wowchemy.com/docs/) to publish my online resumé and showcase my conference presentations. The website is based on **[Hugo](https://gohugo.io/)** + [Academic Resumé Template by Wowchemy](https://wowchemy.com/docs/) to publish my online resumé and showcase my conference presentations.
......
...@@ -81,12 +81,12 @@ math: false ...@@ -81,12 +81,12 @@ math: false
diagram: false diagram: false
privacy_pack: false privacy_pack: false
edit_page: edit_page:
repo_url: '' repo_url: 'https://github.com/davidaparicio/davidaparicio.github.io'
content_dir: '' content_dir: ''
repo_branch: main repo_branch: master
editable: editable:
page: false page: true
post: false post: true
book: false book: false
show_related: show_related:
book: true book: true
......
...@@ -152,6 +152,8 @@ ...@@ -152,6 +152,8 @@
translation: En savoir plus translation: En savoir plus
- id: published_with - id: published_with
translation: Publié à la manière <a href="https://gitlab.com/davidaparicio/davidaparicio.gitlab.io" target="_blank" rel="noopener">GitOps</a> avec <a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo</a>+{wowchemy} translation: Publié à la manière <a href="https://gitlab.com/davidaparicio/davidaparicio.gitlab.io" target="_blank" rel="noopener">GitOps</a> avec <a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo</a>+{wowchemy}
- id: edit_page
translation: Éditer cette page
- id: feedback - id: feedback
translation: Avis translation: Avis
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment