https://github.com/alwaysblank/guide-images
https://github.com/alwaysblank/guide-images
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/alwaysblank/guide-images
- Owner: alwaysblank
- Created: 2017-12-15T00:06:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-03-18T18:34:44.000Z (about 6 years ago)
- Last Synced: 2025-02-23T08:31:52.746Z (over 1 year ago)
- Language: CSS
- Size: 7.02 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Guides
## Images
A simple guide to responsive images, to help people understand how they work.
## Requirements
* pandoc
* bash
* git
## Making Changes
Markdown files make up the bulk of the guide. Any assets (i.e. images, etc) go on the `assets` directory. If you add a new markdown file, add it to `build.sh` or the script won't know to compile it at build time.
To see your changes, run `bash build.sh`.
To deploy your changes, just `git push` to the `master` branch; Netlify will generate and deploy a new version.
## To Do
* Better build process