justinjb / theforeman.org

The new and improved Foreman website.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

theforeman.org

This repo contains the source code for theforeman.org. All of the site's content is written in Markdown. If you're not familiar with it, fear not; it's easy to learn and to become rapidly productive!

Everything you push into the gh-pages branch goes live immediately!

Testing locally

To test your changes locally use

# rake

to generate your site in the _site directory, or

# rake server

To start Jekyll server locally.

Contributing

  1. Fork this repo to your account.
  2. Clone the fork.
  3. Run bundle install in the root of the freshly cloned repo. This will install Jekyll, the tool we use to build the site.
  4. Run jekyll serve --watch and open your browser to http://localhost:4000.
  5. Make some changes, refresh your browser to preview them.
  6. Submit a pull request.

Updating API Auto-Generated Docs by apipie

Generate API docs in Foreman

  1. cd to foreman directory
  2. rake apipie:cache

Copy docs to repo

  1. cd to theforeman.org directory
  2. cp -r dir/to/foreman/public/apipie-cache/apidoc api/
  3. cp dir/to/foreman/public/apipie-cache/apidoc.* api/

About

The new and improved Foreman website.

License:Other


Languages

Language:HTML 98.9%Language:JavaScript 0.6%Language:CSS 0.4%Language:Ruby 0.0%