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 image: ruby:2.7
variables:
JEKYLL_ENV: production
BUNDLE_PATH: vendor/bundle
before_script:
- apt-get update -y
- gem install bundler
- bundle install
pages: pages:
script: script:
- gem install bundler -v 2.4.22
- bundle install
- bundle exec jekyll build -d public - bundle exec jekyll build -d public
artifacts: artifacts:
paths: paths:
- public - public
only:
- main

View File

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