Permalink
Browse files

Revamp of US-RSE website (#8)

* major overhaul of site

* new files and theme

* fix base url

* recover old readme

* image restore

* fix typo

* update date on post

* updates

* alphabetize group lists

* fix order

* fix 404

* fix 404

* Update jobs.md

* Update rse-groups.md

* add copyright (c)

* remove forked site url

* make base url local again
  • Loading branch information...
cosden committed Jan 31, 2019
1 parent 6cfe6a8 commit 13347c97b10c4df905e6f41b1edd87596fb9b166
Showing with 13,633 additions and 739 deletions.
  1. +48 −0 .gitattributes
  2. +8 −2 .gitignore
  3. +12 −0 404.html
  4. +75 −0 CHANGELOG.md
  5. +8 −0 Dockerfile
  6. +6 −1 Gemfile
  7. +249 −0 Gemfile.lock
  8. +1 −0 README.md
  9. +262 −29 _config.yml
  10. +97 −0 _data/SocialNetworks.yml
  11. +494 −0 _data/ui-text.yml
  12. +17 −0 _includes/disqus.html
  13. +7 −0 _includes/ext-css.html
  14. +7 −0 _includes/ext-js.html
  15. +14 −0 _includes/fb-comment.html
  16. +16 −0 _includes/footer-minimal.html
  17. +32 −0 _includes/footer-scripts.html
  18. +50 −31 _includes/footer.html
  19. +14 −0 _includes/google_analytics.html
  20. +11 −0 _includes/gtag.html
  21. +6 −0 _includes/gtm_body.html
  22. +9 −0 _includes/gtm_head.html
  23. +132 −0 _includes/head.html
  24. +71 −27 _includes/header.html
  25. +17 −0 _includes/matomo.html
  26. +59 −0 _includes/nav.html
  27. +16 −0 _includes/navbarlink.html
  28. +51 −0 _includes/social-share.html
  29. +0 −13 _includes/social.html
  30. +22 −0 _includes/staticman-comment.html
  31. +72 −0 _includes/staticman-comments.html
  32. +47 −0 _includes/staticman-script.html
  33. +35 −0 _layouts/base.html
  34. +7 −18 _layouts/default.html
  35. +0 −27 _layouts/home.html
  36. +26 −0 _layouts/minimal.html
  37. +22 −0 _layouts/page.html
  38. +79 −0 _layouts/post.html
  39. +9 −0 _posts/2019-01-29-site-update.md
  40. +0 −52 _sass/minima.scss
  41. +0 −237 _sass/minima/_base.scss
  42. +0 −250 _sass/minima/_layout.scss
  43. +37 −0 about.md
  44. +0 −5 assets/main.scss
  45. +0 −27 assets/minima-social-icons.svg
  46. +0 −10 communication.md
  47. +0 −8 community.md
  48. +147 −0 css/bootstrap-social.css
  49. +476 −0 css/bootstrap-theme.css
  50. +1 −0 css/bootstrap-theme.css.map
  51. +5 −0 css/bootstrap-theme.min.css
  52. +6,566 −0 css/bootstrap.css
  53. +1 −0 css/bootstrap.css.map
  54. +5 −0 css/bootstrap.min.css
  55. +13 −0 css/main-minimal.css
  56. +784 −0 css/main.css
  57. +427 −0 css/normalize.css
  58. +66 −0 css/pygment_highlights.css
  59. +187 −0 css/staticman.css
  60. +9 −0 events-training.md
  61. BIN favicon.ico
  62. +24 −0 feed.xml
  63. BIN img/404-southpark.jpg
  64. BIN img/avatar-icon.png
  65. BIN img/bgimage.png
  66. BIN img/favicon.ico
  67. BIN img/hello_world.jpeg
  68. BIN img/install-steps.gif
  69. BIN img/path.jpg
  70. BIN img/start.jpg
  71. +101 −0 index.html
  72. +14 −0 jobs.md
  73. +7 −2 join.md
  74. +2,306 −0 js/bootstrap.js
  75. +7 −0 js/bootstrap.min.js
  76. +4 −0 js/jquery-1.11.2.min.js
  77. +140 −0 js/main.js
  78. +28 −0 rse-groups.md
  79. +108 −0 staticman.yml
  80. +22 −0 steering-committee.md
  81. +34 −0 tags.html
  82. +6 −0 what-is-an-rse.md
@@ -0,0 +1,48 @@
# Define standard eol format

# Web Files
*.html text eol=lf
*.md text eol=lf
*.css text eol=lf
*.js text eol=lf

# Jekyll related files
*.yml text eol=lf

# Git related files
.gittattributes text eol=lf
.gitignore text eol=lf
.gitkeep text eol=lf

# Ruby files
*.rb text eol=lf
Gemfile text eol=lf
Gemfile.lock text eol=lf

# Github specific fies
LICENCE text eol=lf

# Docker specific files
Dockerfile text eol=lf

# VSCode files
*.json text eol=lf

# General multimedia files
*.jpg binary
*.jpeg binary
*.gif binary
*.png binary
*.t3x binary
*.t3d binary
*.exe binary
*.data binary
*.ttf binary
*.eof binary
*.eot binary
*.swf binary
*.mov binary
*.mp4 binary
*.mp3 binary
*.ogg binary
*.flv binary
@@ -1,3 +1,9 @@
_site/
.sass-cache/
# project
_site
.sass-cache
.vagrant

# general
.DS_Store
Thumbs.db
ehthumbs.db
@@ -0,0 +1,12 @@
---
layout: default
title: 404 - Page not found
permalink: /404.html
---


<div class="text-center">
<h1>404: Page not found</h1>
<p >Sorry, we've misplaced that URL or it's pointing to something that doesn't exist.
<a href="{{ site.baseurl }}/">Head back home</a> to try finding it again.</p>
</div>
@@ -0,0 +1,75 @@
# CHANGELOG

This file lists all non-trivial changes to Beautiful Jekyll.

I often make small changes to documentation, to the demo site, or to the general look-and-feel. These changes will not be listed here. Any other minor changes will also not be listed here.

**2018-12-24** Add support for Staticman comments (#440) (thanks @VincentTam)

**2018-10-19** Move Google Analytics to the head (#419) (thanks @jpvicari)

**2018-06-08** Add support for Facebook comments (#350) (thanks @npes87184)

**2018-02-22** Automatically generate sitemap (#323) (thanks @JosemyDuarte)

**2018-01-18** Add clickable tags to each post and a tags index page, works for GitHub sites (#307) (thanks @OCram85)

**2018-01-14** Redo Dockerfile (#302) (thanks @jennydaman)

**2018-01-06** More color personalization options (#297 and #299) (thanks @jennydaman)

**2018-01-05** Abstract the social networks logic (thanks @OCram85)

**2018-01-03** Avatar image no longer causes a ghost click (thanks @alefi87)

**2017-10-16** Add GitHub buttons to posts (#265) (thanks @yonicd)

**2017-09-04** Ability to change colour/image of navbar/footer/body

**2017-08-17** Add support for notification, error, and warning boxes in markdown (#227) (thanks @OCram85)

**2017-08-12** Add social buttons for twitch, yelp, and steam (#234) (thanks @TheRealBenForce)

**2017-03-30** Make the footer contact links friendly for screen readers (thanks @eugenius1)

**2017-03-30** Started a CHANGELOG file (thanks @eugenius1)

**2017-01-28** Add Subresource Integrity (SRI) support (#164) (thanks @tony-ho)

**2017-01-09** Add Google Tag Manager Integration (#157) (thanks @csarigoz)

**2017-01-06** Add options to configure HTML document title (#154) (thanks @tony-ho)

**2016-12-25** Allow dynamic images on each blog post (#143) (thanks @bbritten)

**2016-12-15** Support `title-img` config param to have image in the navbar instead of text

**2016-12-08** Add support for phone numbers in footer; fix #136

**2016-12-06** Update gemfile (#134) (thanks @stephentuso)

**2016-10-09** Add Docker deployment (#114) (thanks @mangar)

**2016-08-06** Add social share buttons for posts (thanks @rtlee9)

**2016-07-29** Add CSS styling to code chunks

**2016-07-27** Add clickable tags that lead to a tag page (doesn't work for GitHub hosted sites) (thanks @epwalsh)

**2016-07-21** Add support for twitter cards (sharing on Twitter will be better); fixes #70

**2016-03-18** Support full-width images in page headers; fixes #37

**2016-03-18** Support menus in navigation bar

**2016-02-07** Avatar is now conditional (thanks @hristoyankov)

**2016-02-02** Migrate (forced to...) to jekyll 3

**2016-01-22** Make sure not to include JQuery twice, fixes #29

**2015-11-19** Support external links in navigation bar; fixes #3

... Many small changes because the site was in its infancy

**2015-03-12** Beautiful Jekyll version 0.0000001 is released!
@@ -0,0 +1,8 @@
FROM jekyll/jekyll

COPY Gemfile .
COPY Gemfile.lock .

RUN bundle install --quiet --clean

CMD ["jekyll", "serve"]
@@ -1,2 +1,7 @@
source 'https://rubygems.org'
gem 'github-pages', group: :jekyll_plugins

gem "github-pages", '193', group: :jekyll_plugins

# enable tzinfo-data for local build
# gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw]
gem 'jekyll-paginate'
Oops, something went wrong.

0 comments on commit 13347c9

Please sign in to comment.