https://github.com/projectblacklight/projectblacklight.github.com
Project Blacklight Primary Web Presence
https://github.com/projectblacklight/projectblacklight.github.com
Last synced: about 1 year ago
JSON representation
Project Blacklight Primary Web Presence
- Host: GitHub
- URL: https://github.com/projectblacklight/projectblacklight.github.com
- Owner: projectblacklight
- Created: 2010-10-19T01:14:40.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2023-10-20T19:04:42.000Z (over 2 years ago)
- Last Synced: 2025-02-17T04:39:55.865Z (over 1 year ago)
- Language: SCSS
- Homepage: http://projectblacklight.org
- Size: 23.3 MB
- Stars: 2
- Watchers: 25
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# projectblacklight.org
Source of the projectblacklight.org site
## To Debug the Site
1. `jekyll serve`
## Some Things to Note
* Much of the site data is in the YAML files in `_data/` make edits there.
* Site level variables are set in `_config.yml`.
## Adding a Tile to the Examples showcase
### Self-Service
1. Add an entry to the YAML file under `./_data/showcase.yml` with the following format:
```ruby
- 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/
```
2. Create a 500 x 500 pixel PNG (or JPEG or GIF) image named `example-project.png` that represents "Example Project" and add it to the `images/showcase` directory.
### Full Service
1. 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.
2. Create [a new issue](https://github.com/projectblacklight/projectblacklight.github.com/issues/new) in this project, and include a title, URL for your site, and the thumbnail.