diff --git a/.gitmodules b/.gitmodules index 9207145..0c28120 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "vendor/jekyll-theme-console"] - path = vendor/jekyll-theme-console +[submodule "_vendor/jekyll-theme-console"] + path = _vendor/jekyll-theme-console url = https://github.com/b2a3e8/jekyll-theme-console diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index dcf8065..0000000 --- a/Dockerfile +++ /dev/null @@ -1,17 +0,0 @@ -FROM ruby:3.2.2-alpine AS builder - -RUN apk update && apk add g++ make - -RUN mkdir -p /home -COPY Gemfile /home -COPY Gemfile.lock /home -WORKDIR /home -RUN bundle install - -FROM ruby:3.2.2-alpine - -COPY --from=builder /usr/local/bundle /usr/local/bundle -RUN mkdir -p /home -WORKDIR /home - -CMD ["jekyll", "serve"] diff --git a/Gemfile b/Gemfile index 92a69ac..c98b092 100644 --- a/Gemfile +++ b/Gemfile @@ -1,2 +1,2 @@ source "https://rubygems.org" -gem "jekyll-theme-console", path: "./jekyll-theme-console" +gem "jekyll-theme-console", path: "./_vendor/jekyll-theme-console" diff --git a/Gemfile.lock b/Gemfile.lock index 8a10055..3dbd977 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,5 +1,5 @@ PATH - remote: jekyll-theme-console + remote: _vendor/jekyll-theme-console specs: jekyll-theme-console (0.4.0) jekyll (>= 3.5) diff --git a/vendor/jekyll-theme-console b/vendor/jekyll-theme-console deleted file mode 160000 index 7698390..0000000 --- a/vendor/jekyll-theme-console +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 76983908faa6f06ffd87b70165f2632790d36687