-
Notifications
You must be signed in to change notification settings - Fork 1
My pages on GitHub
filippo/filippo.github.com
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
# WebSite This website is built using Jekyll ## Prerequisites Install ruby ``` $ sudo apt install ruby-full build-essentials ``` ## Install Jekyll ``` $ sudo gem install jekyll bundler ``` ## Development In the root of the folder run: ``` $ bundle init $ bundle install $ bundle add jekyll ``` Then run the jekyll server: ``` bundle exec jekyll serve [--livereload] ``` The option `--livereload` watches for changes to the site during development. If this command fails add `webrick` to dependencies: ``` bundle add webrick ``` ## Build ``` $ jekyll build ``` Builds the site and outputs a static site to a directory called _site.
About
My pages on GitHub
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published