Skip to content

sccn/sccn.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

940798d · Dec 13, 2022
Sep 3, 2022
Jan 12, 2021
Nov 7, 2021
May 14, 2021
Sep 15, 2020
Feb 2, 2021
Nov 21, 2022
Mar 27, 2021
Jan 12, 2021
Nov 11, 2021
Nov 8, 2022
Jan 12, 2021
Dec 13, 2022
Dec 5, 2022
Dec 9, 2020
Sep 15, 2020
Jan 11, 2021
Mar 6, 2021
Mar 6, 2021
Jan 26, 2021
Dec 22, 2020
Dec 11, 2022
Jan 20, 2021
Aug 2, 2022
Dec 22, 2020
Feb 2, 2021

Repository files navigation

sccn.github.io

Host web content of EEGLAB wiki. Live page: https://sccn.github.io

Notes for maintainers

  • Contents of Workshops and Tutorials pages are stored in the workshops and tutorials folders respectively. Use Github markdown to edit and style page content.
  • Images are stored in assets/images. To link an uploaded image in the page, use path "/assets/images/<image_filename>"
  • PDFs and zip files are stored in https://sccn.ucsd.edu/githubwiki/files/<file_name>. These files will be uploaded manually by @dungscout96 for now. In the future we will create a mechanism for users to upload files to sccn server themselves.
  • On the Workshops pages, if there's any broken image or file link, it's very likely that the naming of the file is wrong. For some reason file names were capitalized weirdly when exporting from Mediawiki. Check to see if the file exists in either assets/images or https://sccn.ucsd.edu/githubwiki/files and fix filename first before uploading a new file.
  • It usually takes few minutes for a pushed commit to go live. See instructions below if you want to set up Jekyll and quickly load changes locally on your laptop.

To run the site locally on your laptop

  • Install Jekyll following the instruction: https://jekyllrb.com/docs/installation/. (See here for mac)
  • Clone the repository: git clone https://github.com/sccn/sccn.github.io.git; cd sccn.github.io
  • Run bundle install to download theme and its dependencies
  • Run bundle add webrick
  • Run bundle exec jekyll serve and the site should be live at http://localhost:4000/