Merge branch 'main'

This commit is contained in:
distorsion 2025-01-24 23:22:49 +01:00
commit 08b98ed5ab
4 changed files with 28 additions and 3 deletions

25
.drone.yml Normal file
View file

@ -0,0 +1,25 @@
---
kind: pipeline
name: default
steps:
- name: build
image: alpine:3.17.2
commands:
- apk update
- apk add hugo
- hugo
- name: upload
image: plugins/s3
settings:
bucket: distorsion.interhacker.space
endpoint: https://garage.deuxfleurs.fr
region: garage
access_key:
from_secret: aws_access_key_id
secret_key:
from_secret: aws_secret_access_key
source: public/**/*
target: /
strip_prefix: public/

View file

@ -1,4 +1,4 @@
baseURL = 'https://site.cendrelune.eu/'
baseURL = 'https://distorsion.interhacker.space'
languageCode = 'en-us'
title = 'La Distortion'
theme = 'distorsion'

File diff suppressed because one or more lines are too long

View file

@ -1 +1 @@
{"Target":"style.846cefac60c9f2b5d56eff33a44420a223958b2305660d1515bdb586a39fc5d2.css","MediaType":"text/css","Data":{"Integrity":"sha256-hGzvrGDJ8rXVbv8zpEQgoiOViyMFZg0VFb21hqOfxdI="}}
{"Target":"style.e7b6eda867366359c51e372d02c395ca57343af5ae5b0e15158f271ff9e29efc.css","MediaType":"text/css","Data":{"Integrity":"sha256-57btqGc2Y1nFHjctAsOVylc0OvWuWw4VFY8nH/ninvw="}}