diff --git a/README.md b/README.md index 42e214a84..daf65b36c 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,11 @@ ## License -This project is licensed under either of +This project is licensed under either of: * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0) * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT) + +With the exception of the [Font Awesome](https://fontawesome.com) social icons, which are used under a [Creative Commons Attribution 4.0 International](https://creativecommons.org/licenses/by/4.0/) license. \ No newline at end of file diff --git a/_config.yml b/_config.yml index b14d049b4..91a914ed0 100644 --- a/_config.yml +++ b/_config.yml @@ -1,8 +1,7 @@ title: Rust Game Development Working Group #author: GitHub User #email: your-email@domain.com -#description: > # this means to ignore newlines until "show_excerpts:" -# Stay up to date with the progress and recent developments in the Rust Game Development Working Group. +description: Stay up to date with the progress and recent developments in the Rust Game Development Working Group. url: "https://rust-gamedev.github.io" show_excerpts: false # set to true to show excerpts on the homepage @@ -12,10 +11,11 @@ minima: date_format: "%b %-d, %Y" # generate social links in footer - # social_links: + social_links: # twitter: jekyllrb - # github: jekyll - # rss: rss + github: rust-gamedev + discord: j6QJsMd + rss: RSS # dribbble: jekyll # facebook: jekyll # flickr: jekyll diff --git a/_includes/footer.html b/_includes/footer.html index 296545847..72df326e4 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -5,24 +5,23 @@