Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
kastnerp committed Oct 16, 2024
1 parent cfc5007 commit 0b4117b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ WORKDIR /srv/jekyll

# install jekyll and dependencies
RUN gem install jekyll bundler
RUN gem install jekyll-remote-include

RUN bundle install --no-cache
# && rm -rf /var/lib/gems/3.1.0/cache
Expand Down
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ group :jekyll_plugins do
gem 'unicode_utils'
gem 'webrick'
gem 'jekyll-remote-include'
gem 'libv8-node', '~> 16.10.0.0'
gem 'htmlbeautifier'
end
group :other_plugins do
gem 'css_parser'
gem 'feedjira'
gem 'httparty'
end
end
5 changes: 4 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ GEM
html-pipeline (2.14.3)
activesupport (>= 2)
nokogiri (>= 1.4)
htmlbeautifier (1.4.3)
htmlcompressor (0.4.0)
http_parser.rb (0.8.0)
httparty (0.22.0)
Expand Down Expand Up @@ -106,6 +107,7 @@ GEM
jekyll-paginate-v2 (3.0.0)
jekyll (>= 3.0, < 5.0)
jekyll-regex-replace (1.1.0)
jekyll-remote-include (1.0.2)
jekyll-sass-converter (3.0.0)
sass-embedded (~> 1.54)
jekyll-scholar (7.1.3)
Expand Down Expand Up @@ -191,6 +193,7 @@ DEPENDENCIES
classifier-reborn
css_parser
feedjira
htmlbeautifier
httparty
jekyll
jekyll-archives
Expand All @@ -203,13 +206,13 @@ DEPENDENCIES
jekyll-minifier
jekyll-paginate-v2
jekyll-regex-replace
jekyll-remote-include
jekyll-scholar
jekyll-sitemap
jekyll-tabs
jekyll-toc
jekyll-twitter-plugin
jemoji
libv8-node (~> 16.10.0.0)
mini_racer
unicode_utils
webrick
Expand Down
2 changes: 1 addition & 1 deletion serve.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
docker run --rm -v "$(pwd):/srv/jekyll" -p "8080:8080" -it amirpourmand/al-folio:v0.10.1 /bin/sh -c "bundle install && jekyll serve --host 0.0.0.0"
docker run --rm -v "$(pwd):/srv/jekyll" -p "8080:8080" -it amirpourmand/al-folio:latest /bin/sh -c "bundle install && jekyll serve --host 0.0.0.0"

0 comments on commit 0b4117b

Please sign in to comment.