Compare commits
No commits in common. "96a1bf0d0901329e4e821183da6e203f3f6aca43" and "c56e7b265cb01f42617a94df5b6beff1248c4569" have entirely different histories.
96a1bf0d09
...
c56e7b265c
4 changed files with 29 additions and 2 deletions
|
@ -47,4 +47,4 @@ steps:
|
||||||
AWS_SECRET_ACCESS_KEY:
|
AWS_SECRET_ACCESS_KEY:
|
||||||
from_secret: AWS_SECRET_ACCESS_KEY
|
from_secret: AWS_SECRET_ACCESS_KEY
|
||||||
commands:
|
commands:
|
||||||
- hugo deploy # --config hugo.toml
|
- hugo deploy --config hugo.toml
|
24
.gitea/workflows/test.yml
Normal file
24
.gitea/workflows/test.yml
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# name: Gitea Actions
|
||||||
|
# run-name: ${{ gitea.actor }} is testing Gitea Actions 🚀
|
||||||
|
# on: [push]
|
||||||
|
|
||||||
|
# jobs:
|
||||||
|
# build and deploy:
|
||||||
|
# steps:
|
||||||
|
# - uses: actions/checkout@v3
|
||||||
|
# - run: |
|
||||||
|
# pwd
|
||||||
|
# echo 'hello world'
|
||||||
|
# ls -a
|
||||||
|
# - name: Setup Hugo
|
||||||
|
# uses: https://github.com/peaceiris/actions-hugo@v2
|
||||||
|
# with:
|
||||||
|
# hugo-version: 'latest'
|
||||||
|
# extended: true
|
||||||
|
# - name: Build
|
||||||
|
# run: hugo --minify --config hugo.toml
|
||||||
|
# - name: Deploy
|
||||||
|
# env:
|
||||||
|
# AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
||||||
|
# AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
||||||
|
# run: hugo deploy --config hugo.toml
|
|
@ -42,4 +42,7 @@ collections:
|
||||||
file: 'site/settings.toml'
|
file: 'site/settings.toml'
|
||||||
extension: toml
|
extension: toml
|
||||||
fields:
|
fields:
|
||||||
- { label: Couleur du thème, name: bg-color, widget: 'select', options: ["rouge", "bleu", "vert"] }
|
- label: toml file
|
||||||
|
name: toml file
|
||||||
|
widget: 'select'
|
||||||
|
options: ["rouge", "bleu", "vert"]
|
||||||
|
|
Loading…
Reference in a new issue