Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fpgawars/fpgawars.github.io
https://github.com/fpgawars/fpgawars.github.io
fpgawars website
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fpgawars/fpgawars.github.io
- Owner: FPGAwars
- License: gpl-2.0
- Created: 2016-05-09T16:39:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-05-30T20:45:05.000Z (over 3 years ago)
- Last Synced: 2024-11-06T03:45:13.312Z (about 2 months ago)
- Topics: fpgawars, website
- Language: HTML
- Homepage: http://fpgawars.github.io/
- Size: 26.3 MB
- Stars: 9
- Watchers: 7
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [FPGAwars website](http://fpgawars.github.io/)
[![License](http://img.shields.io/:license-gpl-blue.svg)](http://opensource.org/licenses/GPL-2.0)
Based on [Start Bootstrap Agency Jekyll theme](https://github.com/y7kim/agency-jekyll-theme).
### Development
Execute `jekyll serve` to run the website locally.
#### Structure
* `_content`: contains the keys and links of the Projects-Tutorials-Workshops-Talks.
* `_data\strings.yml`: contains all the strings translated (en, es).
* `img`: contains all the images. It is recommended to use the size 600x510px:Projects & Tutorials: `convert input.png -resize 600 -background "rgba(0,0,0,0)" -gravity center -extent 600x510 output.png`
Workshops & Talks: `convert input.png -resize 550 -background "rgba(0,0,0,0)" -gravity center -extent 600x510 output.png`