From bfc92a79775f9cda822a67b8a64d407f03318b6f Mon Sep 17 00:00:00 2001 From: Simon Castagna Date: Thu, 15 Jan 2026 14:45:04 +0100 Subject: [PATCH 1/2] Update copyright date in footer --- .netlify/netlify.toml | 27 ++++++++++++++++++++++++ .netlify/state.json | 3 +++ LICENSE.md | 2 +- layouts/partials/docs/inject/footer.html | 2 +- 4 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 .netlify/netlify.toml create mode 100644 .netlify/state.json diff --git a/.netlify/netlify.toml b/.netlify/netlify.toml new file mode 100644 index 0000000..cf3579f --- /dev/null +++ b/.netlify/netlify.toml @@ -0,0 +1,27 @@ +plugins = [] +headers = [] +redirects = [] + +[functions] + +[functions."*"] + +[build] +publish = "/Users/simoncastagna/kosli/repos/secure-sdlc-process-template/public" +publishOrigin = "ui" +commandOrigin = "ui" +command = "hugo --theme hugo-book" + +[build.environment] + +[build.processing] + +[build.processing.css] + +[build.processing.html] + +[build.processing.images] + +[build.processing.js] + +[build.services] \ No newline at end of file diff --git a/.netlify/state.json b/.netlify/state.json new file mode 100644 index 0000000..4a37801 --- /dev/null +++ b/.netlify/state.json @@ -0,0 +1,3 @@ +{ + "siteId": "616d62d4-a37a-4ac3-9c0c-a07953d78d8d" +} \ No newline at end of file diff --git a/LICENSE.md b/LICENSE.md index c9949b0..41f816d 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Kosli, Inc +Copyright (c) 2026 Kosli, Inc Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/layouts/partials/docs/inject/footer.html b/layouts/partials/docs/inject/footer.html index f251151..a85a874 100644 --- a/layouts/partials/docs/inject/footer.html +++ b/layouts/partials/docs/inject/footer.html @@ -16,7 +16,7 @@
- © Kosli 2023, all rights reserved
+ © Kosli 2026, all rights reserved
CCPA Do not sell my info
\ No newline at end of file From abd8a08ec65ac5c0f687511170cb5021a7f4b80d Mon Sep 17 00:00:00 2001 From: Simon Castagna Date: Thu, 15 Jan 2026 14:46:07 +0100 Subject: [PATCH 2/2] Remove .netlify files --- .netlify/netlify.toml | 27 --------------------------- .netlify/state.json | 3 --- 2 files changed, 30 deletions(-) delete mode 100644 .netlify/netlify.toml delete mode 100644 .netlify/state.json diff --git a/.netlify/netlify.toml b/.netlify/netlify.toml deleted file mode 100644 index cf3579f..0000000 --- a/.netlify/netlify.toml +++ /dev/null @@ -1,27 +0,0 @@ -plugins = [] -headers = [] -redirects = [] - -[functions] - -[functions."*"] - -[build] -publish = "/Users/simoncastagna/kosli/repos/secure-sdlc-process-template/public" -publishOrigin = "ui" -commandOrigin = "ui" -command = "hugo --theme hugo-book" - -[build.environment] - -[build.processing] - -[build.processing.css] - -[build.processing.html] - -[build.processing.images] - -[build.processing.js] - -[build.services] \ No newline at end of file diff --git a/.netlify/state.json b/.netlify/state.json deleted file mode 100644 index 4a37801..0000000 --- a/.netlify/state.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "siteId": "616d62d4-a37a-4ac3-9c0c-a07953d78d8d" -} \ No newline at end of file