This is the source code of Trio Engineering Blog - engineering.trio.dev. It's a static website built with Jekyll.
This repository does use git submodules, so make sure to clone recursively: git clone --recursive [email protected]:usetrio/trio-engineering-blog.git
.
If you're looking for creating new posts, you should take a look here.
- Fork the
master
branch - Do your changes
- Create a Pull Request
- Wait for your PR be reviewed
- When you PR get merged, it'll automatically trigger the deploy workflow
- You must have installed
ruby 2.5+
- Install
bundler
withgem install bundler
- Install project dependencies with
bundle install
Now you can jekyll
commands:
Command | Description |
---|---|
jekyll serve |
Build and serve locally the project |
jekyll build |
Build the project and put the files under build/ folder |
The following directories and their contents are Copyright Trio's. You may not reuse anything therein without Trio's permission:
- _data/
- _posts/
- _uploads/
All other directories and files are MIT Licensed.