updated gitlab config
This commit is contained in:
parent
8b99641822
commit
20e5f2e3fc
|
@ -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
|
13
_config.yml
13
_config.yml
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue