Compare commits

..

No commits in common. "main" and "v240221-1349" have entirely different histories.

5 changed files with 9 additions and 13 deletions

View file

@ -7,15 +7,15 @@ jobs:
build:
runs-on: docker
container:
image: node:21-bullseye # Required by actions/checkout and actions/upload-artifact
image: node:16-bullseye # Required by actions/checkout and actions/upload-artifact
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- name: Install dependencies
run: npm install
- name: Build
run: npx @11ty/eleventy
- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: dist
path: dist/
@ -23,9 +23,9 @@ jobs:
needs: [build]
runs-on: docker
container:
image: node:21-bullseye # Required by actions/download-artifact
image: node:16-bullseye # Required by actions/download-artifact
steps:
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v3
with:
name: dist
- name: rsync deployment

View file

@ -1,6 +1,6 @@
# Louis Guidez
# Monsieur Louis, le site web
Site web de https://louis.hostux.fr/
Site web de https://monsieurlouis.se/.
## Develop

View file

@ -1,4 +0,0 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"prHourlyLimit": 0
}

View file

@ -1,6 +1,6 @@
module.exports = function() {
return {
email: 'louis+homepage@hostux.fr',
email: 'hello@monsieurlouis.se',
phone: '+33 6 99 39 23 90',
linkedin: 'https://www.linkedin.com/in/louis-guidez-42a4a0170/',
instagram: 'https://www.instagram.com/wingsofxiv/',

View file

@ -5,7 +5,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Louis Guidez</title>
<title>Monsieur Louis</title>
<link rel="stylesheet" href="style.css">
</head>