Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 779 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 779 Bytes

Edos.ec

Edos.ec is automatically transformed by Jekyll into a static site whenever this repository is pushed to GitHub.

Creating The Next EdoSec Meetup

To generate next month's EdoSec page, run the following commands:

./rake
git add .
git commit -m "New Meetup"
git push origin

This script will create a page for the next EdoSec, which is usually the Second Wednesday of the month.

Other Meetups

If you coordinate another meetup, feel free to copy this and use it for your own monthly meetup site.

License

All directories and files are MIT Licensed. Feel free to use the HTML and CSS as you please. If you do use them, a link back to http://silisec.org (where I got it from) would be appreciated, but is not required.