diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index 7888c62..0000000 --- a/Dockerfile +++ /dev/null @@ -1,13 +0,0 @@ -ARG RUBY_VERSION="2.7.3" -FROM ruby:${RUBY_VERSION} - -RUN mkdir -p /u/app -WORKDIR /u/app - -COPY .ruby-version /u/app/.ruby-version -COPY Gemfile /u/app/Gemfile -RUN bundle install - -EXPOSE 3000 -ENTRYPOINT [ "bundle", "exec" ] -CMD [ "jekyll", "serve", "-H", "0.0.0.0", "-P", "3000" ] diff --git a/README.md b/README.md index d5da12e..c68ea60 100644 --- a/README.md +++ b/README.md @@ -7,19 +7,14 @@ The source for the [Scottish Ruby User Group](http://scotrug.org/) site, run wit ## Running the site locally -To run the site locally you should have [Docker and docker-compose installed](https://docs.docker.com/get-docker/). +To run the site locally you should: +1. Clone the repository +2. Run `bundle install` +3. Run `bundle exec jekyll serve` -Then, clone this repository. +Your local version of the site is now running on port 4000 and can be viewed on `http://localhost:4000`. -When that is done, simply open the terminal, cd to the folder where you've cloned the repo and run: - -``` -docker-compose up -``` - -Your local version of the site is now running on port 3000 of your docker host and can be viewed on `http://0.0.0.0:3000`. - -## Create a new article +## Create a new article At the moment, all articles are listed in reverse chronological order in the homepage. @@ -43,7 +38,7 @@ To get involved or find out more about the **Scottish Ruby User Group** checkout * [Mastodon](https://ruby.social/@scotrug) * [Twitter](https://twitter.com/scotrug) * [Github](https://github.com/scotrug) -* [Meetup.com](https://www.meetup.com/meetup-group-Xwgucjde/) +* [Meetup.com](https://www.meetup.com/scotrug/) * [Google groups](https://groups.google.com/g/scotrug) ## Code of Conduct diff --git a/_includes/about.md b/_includes/about.md index 798fdad..502e705 100644 --- a/_includes/about.md +++ b/_includes/about.md @@ -3,7 +3,7 @@ The Scottish Ruby User Group is a collection of people who are linked with Scotland and have an interest in [Ruby][] and [Ruby on Rails][]. -We meet every month online and in person in [Edinburgh](#edinburgh) +We meet every month online and in person in Edinburgh for presentations from members and guests, and a chat about Ruby and related subjects. @@ -34,7 +34,7 @@ solution. Links will be posted the day before if you're signed up on [Meetup][]. [Meetup]: https://www.meetup.com/scotrug/ -## [Mailing List][] +## Mailing List You can browse and subscribe to the list using the [ScotRUG Google Group information page][mailing list]. The list is @@ -44,7 +44,7 @@ discussion; feel free to post any questions you may have. [mailing list]: https://groups.google.com/forum/#!forum/scotrug -## [IRC][] +## IRC We have a [Freenode][] channel [`#scotrug`][IRC], though it's quite quiet. There's also the [Gitter channel][] around the [ScotRUG github repository][]. @@ -55,7 +55,7 @@ It is also quiet. [Gitter channel]: https://gitter.im/scotrug/scotrug.github.io?source=all-rooms-list [ScotRUG github repository]: https://github.com/scotrug -## [Code of Conduct][] +## Code of Conduct To ensure we provide a welcoming and friendly environment for all, attendees, speakers, organisers, and volunteers at any ScotRUG meetup @@ -67,7 +67,7 @@ meetup-related social events. [code of conduct]: /code_of_conduct.html -## [Videos][] +## Videos [Videos of previous presentations][videos] have been provided courtesy of [Cultivate][]. diff --git a/_layouts/master.html b/_layouts/master.html index 94153ba..7a9c534 100644 --- a/_layouts/master.html +++ b/_layouts/master.html @@ -15,19 +15,19 @@ {% endif %}
- -