Skip to content

pulp/pulpproject.org

gh-pages
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
css
 
 
 
 
 
 
 
 
js
 
 
 
 
pdf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

pulpproject.org

This repo holds content for pulpproject.org. Any changes merged to the gh-pages branch will be available within a few minutes on https://pulpproject.org/

Building Locally

  1. Clone this repo and checkout the gh-pages branch
  2. Install "bundler" with: gem install bundler
  3. Use bundler to install Jekyll and gh-pages. In the top level of your check run: bundle install

Browse the Local Site

  1. Serve the site locally so you can test your changes: bundle exec jekyll serve
  2. View your docs locally at: http://localhost:4000

Using with Vagrant

If your bundle exec jekyll serve is run from inside a Vagrant machine you can browse the docs from your host system by connecting to Vagrant via ssh with a tunnel for port 4000. For example:

vagrant ssh -- -L 4000:127.0.0.1:4000

Updating Dependencies

Updating the dependencies of a build environment is done with: bundle update github-pages

References on making changes

Jekyll Documentation Theme: Docs, GitHub (containers example code)

About

The website pulpproject.org

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published