This is a jekyll page.
Run jekyll build
to build the site, this will generate a static page in the _site
folder.
In your local environment, run jekyll serve
in order to serve the generated site.
Write your blog post as a Markdown file in _posts.
When adding images, please watch their size and weight. Compress them using something like TinyPNG and scale them to 2048px wide at most.
We write job offers as we do with blog posts. As we don't have any positions open at the moment we have the "jobs" section disabled. To enable it back you need to revert the changes applied in 2b9fd9bcea0952694f8a7bad5286cf432076ded3.
Then, simply add the offer as a Markdown in _jobs.
After checking out the repo and having the ruby version specified in .ruby-version
installed, run bundle install
to install dependencies.
We use two branches: master
holds only static files and serves the site through Github pages, while develop
is the default branch. This one should be the target of all pull requests.
Once your pull request is approved, merge it to develop
. Then, from your local environment, change the branch to develop
, pull the changes and run ./deploy
. This will build and deploy develop
's contents to master
making them live straight away.
Probando github