Skip to content

Commit

Permalink
start replacing HorseGeneAnnotation with a Jekyll variable. Related to
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob committed May 10, 2018
1 parent f875e62 commit 63a251b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ ENV LC_ALL C.UTF-8
ENV LANG en_US.UTF-8
ENV LANGUAGE en_US.UTF-8

# Copy over the source files into the
COPY . HorseGeneAnnotation
# Install gems for jekyll
RUN gem install bundle jekyll
WORKDIR /HorseGeneAnnotation
RUN bundle install

# Copy over the source files into the
COPY . HorseGeneAnnotation
ENTRYPOINT ["bundle", "exec", "jekyll", "serve", "-H", "0.0.0.0", "-P", "4000" ]


Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Home
![Banner ](assets/img/repo/banner2.png)
# Welcome! 🐴

This is the README file for HorseGeneAnnotation: a manually-curated,
This is the README file for {{site.title}}: a manually-curated,
crowd-sourced gene annotation website for the horse. This repo contains all of
the source code, documentation, tutorials, and project tracking for the
HorseGeneAnnotation project.
Expand Down

0 comments on commit 63a251b

Please sign in to comment.