Installation
First, install Bundler and Jekyll, create a new application and cd into it:
Create a file Gemfile
or modify it, so that it contains:
This way, we tell Jekyll that we want to use Jekyll-Octopod. Now we install the Jekyll-Octopod and its dependencies and run the setup script via:
The setup script copies all assets (for example the theme and templates) into
your project. You should be prompted to overwrite a view files that are
generated by Jekyll
. If you answer the first question with capital Y
, you
won’t be asked again and all files are copied in batch.
Remove the file index.markdown, we are not going to use it:
Finally, generate the site and test drive it:
Continue with Demo