Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add community representatives to front page #111

Merged
merged 3 commits into from
Jan 31, 2020

Conversation

SethTisue
Copy link
Member

I don't know how to preview the site locally (that's #38), so
perhaps my HTML is mangled -- someone should check that before
merging

partially addresses #56

/cc @bvenners @tpolecat

I don't know how to preview the site locally (that's scala#38), so
perhaps my HTML is mangled -- someone should check that before
merging

partially addresses scala#56

/cc @bvenners @tpolecat
@julienrf
Copy link
Contributor

@SethTisue I use the following docker-compose.yml file and then I can render the site locally with docker-compose up, in case that helps:

version: '2'

services:
  jekyll:
    image: bretfisher/jekyll-serve
    volumes:
      - .:/site
    ports:
      - '4000:4000'

I’ll include it into the repository in case that’s useful.

@julienrf
Copy link
Contributor

Screenshot from 2020-01-29 09-28-28

_layouts/frontpage.html Outdated Show resolved Hide resolved
_layouts/frontpage.html Outdated Show resolved Hide resolved
SethTisue and others added 2 commits January 29, 2020 07:43
Co-Authored-By: Julien Richard-Foy <[email protected]>
Co-Authored-By: Julien Richard-Foy <[email protected]>
@SethTisue
Copy link
Member Author

Thanks Julien! I added your suggested changes.

@julienrf julienrf merged commit d7c4bb2 into scala:master Jan 31, 2020
@SethTisue SethTisue deleted the community-reps branch January 31, 2020 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants