Skip to content

brain-network/bnh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Brain Networks Hackathon

Getting started

Softwares and toolboxes

Open access datasets

Contribute

Website

To build the website locally, you first need to install Jekyll. Then, you can launch in two terminal windows, from the repository folder, the following commands:

sass --watch docs/assets/sass/:docs/assets/css/

to build the css style sheets, and,

jekyll serve --source docs/

to start a Jekyll server.

You should now be able to access the website at the following address: http://127.0.0.1:4000.

Hosting

Namecheap

Namecheap was the DNS server used in 2019. The following host records were entered: (These are the only host records in the list under Advanced DNS section)

A Record  @   185.199.108.153
A Record  @   185.199.109.153
A Record  @   185.199.110.153
A Record  @   185.199.111.153
CNAME     www brain-network.github.io

Github pages

Ensure the domain name is correct in the github-pages section in settings.