Skip to content

cyliconvalley/tech-conferences-spain

 
 

Repository files navigation

Conferences

A community-curated list of tech conferences around Spain.

Adding a conference

Send a pull-request which adds a file to the _conferences/ directory with a new file representing the conference. The file should be named with the conference name, the year, and with an .md extension (for example, my-cool-conference-2019.md).

The contents of the file should use the following template:

---
name: "CoolConf"
website: http://es.coolconf.com/2019/
twitter: http://twitter.com/coolconf/
location: Illescas, Toledo, Spain

date_start: 2019-10-18
date_end:   2019-10-30

cfp_start: 2019-06-20  # Optional
cfp_end:   2019-07-21  # Optional
cfp_site: http://es.coolconf.com/2019/call-for-papers/ # Optional, will default to website
---

Note: Do not include the location of the conference in the name. The above conference is often referred to as "Devfest Madrid", but we will always render the location with the name so it is redundant.

Running locally

bundle install --path vendor/bundle
bundle exec jekyll serve

Once running the site can be opened at http://localhost:4000.

License

All content is CC0.

About

A community-curated list of conferences around Spain.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 79.2%
  • CSS 19.1%
  • Ruby 1.7%