Newer
Older
I recommend to install this jekyll site using rbenv.
1. git clone https://github.com/rbenv/rbenv.git ~/.rbenv
2. cd ~/.rbenv && src/configure && make -C src
3. echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bash_profile # or ~/.bashrc
4. ~/.rbenv/bin/rbenv init # Run for shell-specific instructions on how to initialize rbenv to enable shims and autocompletion.
5. Restart your shell so that PATH changes take effect.
6. Now check if rbenv was set up:
type rbenv
To proceed with using the site,
1. bundle install
2. jekyll build [--destination=/home/public/]
This builds the static website into _site directory, or in the path specified.
Add your translations and resources.