This project is a static site automatically generated by Jekyll, a static page generator, to facilitate site and pages configuration and code maintenance.
In addition to Jekyll, we used Netlified, a Build, Deploy and Project Management service for Continuous Deploy and HTTPS.
We use Dunders, a Starter Theme, to streamline the creation of our theme for Jekyll.
To run this site locally will be necessary to install the following dependencies:
For the installation of Ruby, we recommend using a versions manager, such as RVM and for the installation of Jekyll just follow the Jekyll documentation.
If you are unable to install any of the dependencies, you can open an issue in this repository to assist you.
Clone our project for your development environment.
git clone [email protected]:training-center/training-center.github.io.git Run the bundle command to install Jekyll and Dunders facilities.
bundle Now just run the command to climb the site on your machine, the jekyll s .
jekyll s The site will be available at localhost:4000 .
Every merge made on our Master Branch generates automatic deploy on Netlify.
assets
Our images, sources, etc.
_includes
The partials of our site, the "pieces" of the site.
_Layouts
scaffolding for Jekyll generates our site.
More information about this here.
_Sass
All SASS modules of our site.
CSS
The main file that imports our Sass modules for the generation of the theme.
Other files
indexSee our contributing.md
This site is governed by MIT license.