Skip to content

nobullshitbooks/nobullshit-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📖 NoBullShitBooks

🔧 Jekyll

1- Install a full Ruby development environment
2- Install Jekyll and bundler & gems

gem install jekyll bundler
bundle install

3- Go to the landing page file.

cd nobullshit-tech-lead-website

4- Build the site and make it available on a local server

bundle exec jekyll serve --livereload