Project management

Week 2 - Project Managment - NOTES

General info

Things to do

Questions to ask

Useful resources

Assignment

Raw class notes

Git Helpbook in French

Install Jekyll on Windows

Nokogri

Theme from Vincent Chan under MIT Licence

tuto

downloaded theme : Mickey

markdown engine of Gitlab is Kramdown

contact form from

commands used

Running ruby on windows is a pain int he a** so I use Ubuntu Linux Sub System to run Jekyll cd ~ mkdir fabacademy ln -s /mnt/d/Source/GitLab/fabacademy/ ~/fabacademy – where /mnt/d/Source/GitLab/fabacademy/ is the sync path of gitlab repo on my windows cd fabacademy

install ruby/jekyll/… – I lost commands but you will find them here : Install Jekyll on Windows

jekyll build –destination ./public jekyll build –destination ./public –watch

download and install new theme

bundle install

fixed what’s wrong, for example :

update json gem: gem ‘json’, ‘>= 2.0.0’

I also use local IIS mapped to local directory, to access local web site through http://localhost

Then I started developp website as I want using jekyll




Share this story