Skip to content

This contains the content hosted on the FieldTrip website

License

Notifications You must be signed in to change notification settings

StolkArjen/website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# FieldTrip website

This repository contains the content that is hosted on http:https://new.fieldtriptoolbox.org

## Technical notes

- Pages that contain tags must have a title.
- Variables passed in an include must be specified in quotes.
- Code blocks should have an empty line before and after them.
- Shared pages should go in _include/shared.
- MarkDown documentation can be found on https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet.
- Liquid documentation can be found on https://help.shopify.com/en/themes/liquid and https://shopify.github.io/liquid.

## Checking for broken links and missing images

  wget --spider -r -nd -nv -o spider.log http:https://localhost:4000
  grep -B1 'broken link!' spider.log  | grep http > broken.log


## Ideas

- For image resizing we might consider a service like https://www.imgix.com or https://images.weserv.nl.
- Use code highlighting from https://jekyllrb.com/docs/liquid/tags/#code-snippet-highlighting.

About

This contains the content hosted on the FieldTrip website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 40.0%
  • Ruby 29.1%
  • HTML 16.4%
  • CSS 14.5%