diff --git a/README.md b/README.md index 6e5a58d..9ada517 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/personal-portfolio/.gitignore b/docs/.gitignore similarity index 100% rename from personal-portfolio/.gitignore rename to docs/.gitignore diff --git a/personal-portfolio/404.html b/docs/404.html similarity index 100% rename from personal-portfolio/404.html rename to docs/404.html diff --git a/personal-portfolio/Gemfile b/docs/Gemfile similarity index 100% rename from personal-portfolio/Gemfile rename to docs/Gemfile diff --git a/personal-portfolio/Gemfile.lock b/docs/Gemfile.lock similarity index 94% rename from personal-portfolio/Gemfile.lock rename to docs/Gemfile.lock index ac995ca..af41f60 100644 --- a/personal-portfolio/Gemfile.lock +++ b/docs/Gemfile.lock @@ -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) @@ -180,4 +180,4 @@ DEPENDENCIES wdm (~> 0.1.1) BUNDLED WITH - 2.5.17 + 2.5.18 diff --git a/personal-portfolio/_config.yml b/docs/_config.yml similarity index 100% rename from personal-portfolio/_config.yml rename to docs/_config.yml diff --git a/personal-portfolio/_posts/2024-08-26-welcome-to-jekyll.markdown b/docs/_posts/2024-09-01-welcome-to-jekyll.markdown similarity index 97% rename from personal-portfolio/_posts/2024-08-26-welcome-to-jekyll.markdown rename to docs/_posts/2024-09-01-welcome-to-jekyll.markdown index 337f781..a45c8df 100644 --- a/personal-portfolio/_posts/2024-08-26-welcome-to-jekyll.markdown +++ b/docs/_posts/2024-09-01-welcome-to-jekyll.markdown @@ -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. diff --git a/personal-portfolio/about.markdown b/docs/about.markdown similarity index 100% rename from personal-portfolio/about.markdown rename to docs/about.markdown diff --git a/personal-portfolio/index.markdown b/docs/index.markdown similarity index 100% rename from personal-portfolio/index.markdown rename to docs/index.markdown