Skip to content

joaovduarte/ismrm-iberian.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ISMRM Iberian Chapter

To run locally the website:

  1. Follow the guide from the Jekill website to install it depending on your operating system:

  2. Open CLI and change the current working directory to the location where you want the cloned directory.

  3. Clone the repository by using:

    git clone https://github.com/ismrm-iberian/ismrm-iberian.github.io.git
  4. Change the current directory to the repository cloned:

    cd ismrm-iberian.github.io
  5. Delete the Gemfile.lock to be able to get new versions

  6. To fix a known error of bundler, run in CLI:

    bundle config set --local force_ruby_platform true
  7. To create a new Gemfile.lock and install the requirements, run in CLI:

    bundle install
  8. Start the local server with live reload enable, to automatically refresh the page with each change you make to the source files:

    bundle exec jekyll serve --livereload

About

ISMRM Iberian Chapter website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 49.5%
  • CSS 31.0%
  • SCSS 10.1%
  • JavaScript 8.6%
  • Ruby 0.8%