THIS REPOSITORY IS ARCHIVED
____ __ ____
/ __ \____ _____ ____/ /_ ____ / / /_
/ /_/ / __ `/ ___/ ___/ __ \/ __ \/ / __/
/ ____/ /_/ (__ |__ ) /_/ / /_/ / / /_
/_/ \__,_/____/____/_,___/\____/_/\__/
The open-source password management solution for teams
(c) 2021 Passbolt SA
https://www.passbolt.com
The source code is distributed under the Affero General Public License v3 The text is distributed under Creative Common BY-SA-4.0
This repository contains the code used for the job section of passbolt website. Find out more about passbolt here: https://careers.passbolt.com
This site is developed using Jekyll. To get started please read Jekyll quick start guide.
gem install jekyll bundler
git clone https://github.com/passbolt/passbolt_help.git
cd passbolt_help
bundle exec jekyll build
The main stylesheet is the same than the help site, which in turn depends on passbolt styleguide
You can add custom additional code in careers.css
in the assets
section.
Similarly if you want to add images to this site make sure you do not include them in assets folders that are
reserved by the styleguide such as /assets/img/screenshots
or /assets/img/logo
.
Instead you can place them in /assets/img/careers
.