19 Commits

Author SHA1 Message Date
julienfastre 438ea43945 change registry
Build an image to deploy website / build (push) Successful in 1m32s
2024-01-24 14:21:06 +01:00
julienfastre 8e903c8106 change registry
Build an image to deploy website / build (push) Successful in 1m40s
2024-01-24 13:38:46 +01:00
julienfastre 358801abbd change registry
Build an image to deploy website / build (push) Failing after 1m27s
2024-01-24 13:36:13 +01:00
julienfastre 597950196f change registry
Build an image to deploy website / build (push) Failing after 1m33s
2024-01-24 13:34:08 +01:00
julienfastre 1aba005dd6 debug
Build an image to deploy website / build (push) Failing after 1m30s
2024-01-24 13:29:18 +01:00
julienfastre e4888eedbc debug
Build an image to deploy website / build (push) Failing after 1m7s
2024-01-24 13:27:59 +01:00
julienfastre d5dea3f072 debug
Build an image to deploy website / build (push) Failing after 1m16s
2024-01-24 13:21:54 +01:00
julienfastre c1684a9a87 docker build
Build an image to deploy website / build (push) Failing after 1m42s
2024-01-24 13:09:22 +01:00
julienfastre 67da48126f docker build
Build an image to deploy website / build (push) Successful in 48s
Build an image to deploy website / publish (push) Failing after 1s
2024-01-24 11:30:37 +01:00
julienfastre 6fe6837f24 docker build
Build an image to deploy website / build (push) Failing after 3s
Build an image to deploy website / publish (push) Failing after 3s
2024-01-24 11:28:04 +01:00
julienfastre 0380706ccf docker build
Build an image to deploy website / build (push) Failing after 5s
2024-01-24 11:20:37 +01:00
julienfastre 4d20ff60e2 docker build
Build an image to deploy website / build (push) Failing after 1m31s
2024-01-24 11:10:34 +01:00
julienfastre f83a48595f add go
Build an image to deploy website / build (push) Successful in 53s
2024-01-24 10:59:11 +01:00
julienfastre c4b107dc66 add go
Build an image to deploy website / build (push) Failing after 39s
2024-01-24 10:56:16 +01:00
julienfastre 9c9ab58503 add go
Build an image to deploy website / build (push) Failing after 20s
2024-01-24 10:54:51 +01:00
julienfastre 024f870cf5 add go
Build an image to deploy website / build (push) Failing after 12s
2024-01-24 10:54:04 +01:00
julienfastre a65d2d573c add go
Build an image to deploy website / build (push) Failing after 18s
2024-01-24 10:53:22 +01:00
julienfastre 71d95f844e Setup docker image and CI
Build an image to deploy website / build (push) Failing after 40s
2024-01-24 10:49:16 +01:00
julienfastre 24b49bfb34 Setup docker image and CI
Build an image to deploy website / build (push) Failing after 1m13s
2024-01-24 10:46:27 +01:00
8 changed files with 1 additions and 71 deletions
-3
View File
@@ -1,3 +0,0 @@
## 1.0.0 - 2024-01-24
### Added
* Started brand new website
-3
View File
@@ -1,3 +0,0 @@
## 2.0.0 - 2024-01-24
### Changed
* Button styling updated to match the other buttons
-6
View File
@@ -1,6 +0,0 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).
View File
-26
View File
@@ -1,26 +0,0 @@
changesDir: .changes
unreleasedDir: unreleased
headerPath: header.tpl.md
changelogPath: CHANGELOG.md
versionExt: md
versionFormat: '## {{.Version}} - {{.Time.Format "2006-01-02"}}'
kindFormat: '### {{.Kind}}'
changeFormat: '* {{.Body}}'
kinds:
- label: Added
auto: minor
- label: Changed
auto: major
- label: Deprecated
auto: minor
- label: Removed
auto: major
- label: Fixed
auto: patch
- label: Security
auto: patch
newlines:
afterChangelogHeader: 1
beforeChangelogVersion: 1
endOfVersion: 1
envPrefix: CHANGIE_
+1 -2
View File
@@ -14,5 +14,4 @@ resources
jsconfig.json jsconfig.json
hugo_stats.json hugo_stats.json
go.sum go.sum
yarn.lock yarn.lock
.idea/*
-15
View File
@@ -1,15 +0,0 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).
## 2.0.0 - 2024-01-24
### Changed
* Button styling updated to match the other buttons
## 1.0.0 - 2024-01-24
### Added
* Started brand new website
-16
View File
@@ -92,18 +92,6 @@ header.header {
padding-top: 0rem; padding-top: 0rem;
} }
.navbar {
.btn-primary {
background-color: $orange;
border: 1px solid $orange;
color: white;
&:hover {
background-color: $chill-orange;
border: 1px solid $chill-orange;
}
}
}
main > section { main > section {
&.hero { &.hero {
height: 100vh; height: 100vh;
@@ -116,10 +104,6 @@ main > section {
background-color: $orange; background-color: $orange;
color: white; color: white;
border-color: $orange; border-color: $orange;
&:hover {
background-color: $chill-orange;
border: 1px solid $chill-orange;
}
} }
} }
&.section-1 { &.section-1 {