geerlingguy / ansible.jeffgeerling.com

Jeff Geerling's Ansible content site

Home Page:https://ansible.jeffgeerling.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jeff Geerling's Ansible Content Site

This repository contains the Jekyll configuration and content behind the https://ansible.jeffgeerling.com/ site.

To view the site locally, ensure you have Ruby and Jekyll installed:

gem install --user-install bundler jekyll

Then, in this directory, install all the required gems:

bundle install

Finally, in this directory, run:

bundle exec jekyll serve

Upgrading dependencies

Run:

bundle update

About

Jeff Geerling's Ansible content site

https://ansible.jeffgeerling.com/

License:MIT License


Languages

Language:HTML 63.6%Language:Ruby 25.2%Language:SCSS 11.1%