Skip to content

stroppy-io/stroppy-io.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stroppy-site

Getting started

For local deploy this site needed next actions:

Attention: this instruction is actually for Ubuntu OS, for deploy in another OS, please, refer to

  1. Install dependencies:

Install Ruby and other prerequisites:

sudo apt-get install ruby-full build-essential zlib1g-dev

Add environment variables to your ~/.bashrc file to configure the gem installation path:

echo '# Install Ruby Gems to ~/gems' >> ~/.bashrc
echo 'export GEM_HOME="$HOME/gems"' >> ~/.bashrc
echo 'export PATH="$HOME/gems/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc
  1. Install Jekyll and Bundler

gem install jekyll bundler

  1. Change into stroppy-site/source directory.

  2. Build the site and make it available on a local server:

bundle exec jekyll serve

  1. Browse to http://localhost:4000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 7