Skip to content

Commit

Permalink
removed source:, added repository:
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-gauthier committed Jun 5, 2024
1 parent 4afc0be commit a37f8f5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/Dockerfile.jekyll
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM bretfisher/jekyll-serve
WORKDIR /site

# Copy the current directory contents into the container at /srv/jekyll
COPY . /site
COPY website /site

# Install any needed packages specified in Gemfile
RUN bundle install --retry 5 --jobs 20
Expand Down
2 changes: 1 addition & 1 deletion scripts/jekyll_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Run the Docker container
docker run \
--rm \
-v "$PWD:/site" \
-v "$PWD/website:/site" \
-p 4000:4000 \
-e HISTFILE=/site/.bash_history \
--entrypoint /bin/bash \
Expand Down
3 changes: 2 additions & 1 deletion website/_config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
theme: just-the-docs
url: "https://aider.chat"
source: website

plugins:
- jekyll-redirect-from
Expand Down Expand Up @@ -32,3 +31,5 @@ nav_external_links:
url: "https://github.com/paul-gauthier/aider"
- title: "Discord"
url: "https://discord.gg/Tv2uQnR88V"

repository: paul-gauthier/aider

0 comments on commit a37f8f5

Please sign in to comment.