Skip to content

Commit

Permalink
refactor: modify site page to match GitHub page reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
juliocastillo committed Sep 1, 2024
1 parent 3ebb8df commit 160ef14
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Run in developer mode, this will reload your page as you make changes.
Both instructions need to be run together, otherwise jekyll cannot find the gems.

```bash
docker run --rm --name personal-portfolio -v ${PWD}/personal-portfolio:/srv/jekyll -p 4000:4000 jekyll-personal-portfolio bash -c "bundle install && bundle exec jekyll serve --host 0.0.0.0 --livereload"
docker run --rm --name personal-portfolio -v ${PWD}/docs:/srv/jekyll -p 4000:4000 jekyll-personal-portfolio bash -c "bundle install && bundle exec jekyll serve --host 0.0.0.0 --livereload"
```

## Use Persistent Gem Directory with Volume Mapping
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
14 changes: 7 additions & 7 deletions personal-portfolio/Gemfile.lock → docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,22 @@ GEM
ffi (1.17.0-x86_64-linux-gnu)
ffi (1.17.0-x86_64-linux-musl)
forwardable-extended (2.6.0)
google-protobuf (4.27.3)
google-protobuf (4.28.0)
bigdecimal
rake (>= 13)
google-protobuf (4.27.3-aarch64-linux)
google-protobuf (4.28.0-aarch64-linux)
bigdecimal
rake (>= 13)
google-protobuf (4.27.3-arm64-darwin)
google-protobuf (4.28.0-arm64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (4.27.3-x86-linux)
google-protobuf (4.28.0-x86-linux)
bigdecimal
rake (>= 13)
google-protobuf (4.27.3-x86_64-darwin)
google-protobuf (4.28.0-x86_64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (4.27.3-x86_64-linux)
google-protobuf (4.28.0-x86_64-linux)
bigdecimal
rake (>= 13)
http_parser.rb (0.8.0)
Expand Down Expand Up @@ -180,4 +180,4 @@ DEPENDENCIES
wdm (~> 0.1.1)

BUNDLED WITH
2.5.17
2.5.18
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: "Welcome to Jekyll!"
date: 2024-08-26 06:40:51 +0000
date: 2024-09-01 06:19:15 +0000
categories: jekyll update
---
You’ll find this post in your `_posts` directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run `jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated.
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 160ef14

Please sign in to comment.