neurolibre / neurolibre.com

Website for NeuroLibre.

Home Page:https://www.neurolibre.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

neurolibre.com

Netlify Status

This is the website of the Neurolibre publishing platform, an initiative of the Canadian Open Neuroscience Platform. The site is built with hugo, deployed with netlify, and the content is populated automatically via Neurolibre submissions.

To test it locally, you will need to:

  1. Clone/fork this GitHub repo: git clone https://github.com/neurolibre/neurolibre.com
  2. Make sure you're inside the neurolibre.com/ directory (cd neurolibre.com), then clone the submodule for themes: git submodule update --init --recursive --remote
  3. If Hugo is not installed, follow the steps in their documentation to install it on your machine: https://gohugo.io/getting-started/installing/
  4. To run the website locally, make sure you are still in neurolibre.com/ dir and type hugo serve -D.
    • The -D option is to serve the website including the draft .md files.

About

Website for NeuroLibre.

https://www.neurolibre.com/

License:MIT License


Languages

Language:CSS 53.9%Language:HTML 33.8%Language:SCSS 10.1%Language:JavaScript 2.2%