Welcome to the Zcash Foundation Website. This repository does two things:
- Holds documents for the foundation.
- Holds the source code for the website.
Workshop Notes from Zcon1
If you are submitting notes for workshops at Zcon1, please add them to this folder.
Here are the main documents in this repo. For all of them, to see the same, rendered versions, go to the website.
about
community
governance
grants
meetups
resources
zcon
_posts
: Here you'll find blogposts. You should probably look at them on the website for better formatting, though!
The rest of the files are websites.
The folder images/src
is for the images you get pretty much anywhere - all of the images that you haven't yet optimized for the web. Put them in there, and then run:
# In the main directory
$ gulp
...which will go around shrinking them. As an example, it took the zeal-zcash-foundation-feature-image.jpg
and shrunk it down to a fourth of the size that it was before.
If you don't have Gulp installed, you can get it by doing this:
$ npm install --global gulp
# And, in this directory...
$ npm install
Never embed images in images/src
in a blogpost; they should always be copied over to images
automatically by Gulp, and that will ensure that you're serving up nice issues to your users. The way to embed them is using this syntax:
Look at our zealous zebras!
![Zealous zebras](images/zeal-zcash-foundation-feature-image.jpg)
Note that the path is relative to where the Markdown file is. This will look pretty much like this:
You can add images directly to images without running Gulp, but they just won't be as small as your users might like. But that's always an option as needed.
Please do! Open an issue!
Please abide by the values of the Zcash Foundation.
MIT © 2018 Zcash Foundation and Burnt Fen Creative LLC.