updated gitlab config

This commit is contained in:
Ksenia Lesko 2025-05-23 18:31:06 -04:00
parent 8b99641822
commit 20e5f2e3fc
Signed by: xenushka
GPG Key ID: 812A8E51AD475267
2 changed files with 8 additions and 22 deletions

View File

@ -1,19 +1,10 @@
image: ruby:3.1
variables:
JEKYLL_ENV: production
BUNDLE_PATH: vendor/bundle
before_script:
- apt-get update -y
- gem install bundler
- bundle install
image: ruby:2.7
pages:
script:
- gem install bundler -v 2.4.22
- bundle install
- bundle exec jekyll build -d public
artifacts:
paths:
- public
only:
- main
- public

View File

@ -1,22 +1,17 @@
title: Distrust
email: info@distrust.co
title: Caution
email: info@caution.co
description: Security without blind trust.
baseurl: ""
url: "https://distrust.co"
url: "https://caution.co"
banner: "https://distrust.co/assets/base/distrust-thumbnail.png"
header_pages:
- index.md
- services.md
- software.md
- company.md
- blog.md
- contact.md
style: dark
listen_for_clients_preferred_style: false
footer: '© 2025 Caution LLC'
footer: '© 2025 Caution SEZC'
theme: jekyll-theme-console