Skip to content

amjjbonvin/wenmr-eosc.github.io

 
 

Repository files navigation

WeNMR site based on the Jekyll template Minimal Mistakes

For more information on the template and folder organization, visit the original author's web page.

Getting Started

To ensure whatever you create/change appears as faithfully as possible after pushing to the main repository, install the version of Ruby and the gems used by Github. See a list here.

Installation Instructions (updt. Feb. 2016)

  1. Install Ruby

Make sure you have an active installation of the Ruby programming language:

$ ruby -v
rvm --default use ruby-2.6.3
  1. Install Bundler
gem install bundler
  1. Clone this repository and install all dependency Gems with Bundler
git clone https://github.com/WeNMR-EOSC/wenmr.github.io.git
cd wenmr.github.io
bundle install
  1. Adapt the settings in _config.yml accordingly In order for links to properly work, the url setting in must be set accordingly, otherwise you will be redirected to the live version. This sets all the site.url variable calls throughout _layouts/, _includes/, etc.
url: "" # Empty string will render the page successfully locally. Do not commit it to the main repository!
incremental: true # This will be disabled by Github, but is useful for testing changes locally!

Running the website locally

To preview changes, which you should always do before committing anything or making any pull requests, run the web server locally using the following:

    $ bundle exec jekyll serve --watch

Small utility to create a new post automatically. Quick and dirty replacement of octopress new post

    $ python _utilities/create_new_article.py 'A Random Post'
  1. For updating jeckyll and bundle
    $ gem update jekyll
    $ gem update bundle

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 44.2%
  • CSS 27.0%
  • SCSS 20.0%
  • HTML 7.9%
  • Other 0.9%