Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I build the site #105

Open
nolash opened this issue May 11, 2021 · 1 comment
Open

How do I build the site #105

nolash opened this issue May 11, 2021 · 1 comment
Labels

Comments

@nolash
Copy link

nolash commented May 11, 2021

I don't understand how I am supposed to build the site for offline consumption.

The examples have a makefile, but the site or root does not.

I prefer not using docker.

Any hints would be apprciated.

@shepmaster
Copy link
Owner

For just viewing the site, you'll need to install Ruby, then run bundle, then run jekyll.

That corresponds to this section:

bash -c 'cd /omnibus/site && bundle && jekyll build --destination /built-site --config _config.yml,_config.prod.yml'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants