Source of the projectblacklight.org site
jekyll serve
- Much of the site data is in the YAML files in
_data/
make edits there. - Site level variables are set in
_config.yml
.
- Add an entry to the YAML file under
source/_data/showcase.yml
with the following format:
- name: Example Project
id: example-project
img_url: images/showcase/example-project.png
desc:
- >
Brief (max. ~30-50 words) description of your project here.
url: http://my-url.edu/
- Create a 500 x 500 pixel PNG (or JPEG or GIF) image named
example-project.png
that represents "Example Project" and add it to theimages/showcase
directory.
- Create a 500 x 500 pixel thumbnail for your site. Try to capture a screenshot of something visually interesting and/or unique to your site.
- Create a new issue in this project, and include a title, URL for your site, and the thumbnail.