Skip to content

Commit

Permalink
* changes discussed in today's TMC meeting
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanr committed Apr 5, 2019
1 parent 5f5b19f commit 1813ac4
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,22 @@ This Website was created for [Jekyll][1] using the [*Feeling Responsive*][2] The
[1]: https://jekyllrb.com/
[2]: http://phlow.github.io/feeling-responsive/
[3]: #



## Local Development

A local development environment can be used by installing Ruby (2.6.x) and running the following in the website directory.

```bash
gem install bundler
# inside direcotry containing the Gemfile
bundler install
```

Jekyll can be executed locally with the following command:

```bash
jekyll serve --incremental --config _config.yml,_config_dev.yml
```

**Note:** It can be usefull to clean the `_site` directory before running jekyll to force re-creation of all content (styles etc.).
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ sass:
#
# used in _includes/footer_scripts

# google_analytics_tracking_id: UA-57662253-1
google_analytics_tracking_id: UA-57662253-1

# _ _ _
# | |_ __ ___ _| | __| |_ ___
Expand Down
2 changes: 1 addition & 1 deletion _data/network.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- menu_name: "Tank You"
- menu_name: "Thank You"

#- name: "Icons by Daniel Bruce"
# url: "http://entypo.com/"
Expand Down
5 changes: 5 additions & 0 deletions _data/socialmedia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
class: icon-linkedin
title: ""

- name: Stack Exchange
url: https://gis.stackexchange.com/questions/tagged/deegree
class: icon-globe
title: "Stack Exchange - Geographic Information Systems"

#- name: YouTube
# url: http://www.youtube.com/
# class: icon-youtube
Expand Down

0 comments on commit 1813ac4

Please sign in to comment.