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