diff --git a/CNAME b/CNAME deleted file mode 100644 index f7070bb..0000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -www.webopsconferences.com diff --git a/Gemfile.lock b/Gemfile.lock index 68b18ac..34d94bb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -25,10 +25,10 @@ GEM i18n (0.9.5) concurrent-ruby (~> 1.0) mercenary (0.3.6) - mini_portile2 (2.3.0) + mini_portile2 (2.4.0) minitest (5.11.3) - nokogiri (1.8.4) - mini_portile2 (~> 2.3.0) + nokogiri (1.10.10) + mini_portile2 (~> 2.4.0) parallel (1.12.1) public_suffix (3.0.3) rake (12.3.1) diff --git a/README.md b/README.md index d1b6e97..1022194 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # Web Operations Conferences +_Notice_: I am no longer maintaining this site. + [![Build Status](https://travis-ci.org/webopsconferences/webopsconferences.github.io.svg?branch=master)](https://travis-ci.org/webopsconferences/webopsconferences.github.io) This is the source to [www.webopsconferences.com](http://www.webopsconferences.com). The purpose of the site is to list conferences of interest to people working in the field of [web operations](http://omniti.com/seeds/what-is-web-operations). -## Contributing - -Pull requests that improve any aspect of the site are welcome! +## Buildint All the data on conferences is stored in `conferences.yml`, so to add a new one or update an existing one all you have to do is edit that. I hope the structure is self-explanatory, but if not just ask.