Skip to content

Commit

Permalink
Create Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Barry57 authored Oct 30, 2024
1 parent 61a5726 commit 28fb956
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
DEBUG=JEKYLL_GITHUB_TOKEN=blank PAGES_API_URL=http://0.0.0.0

default:
@gem install jekyll bundler && bundle install

update:
@bundle update

clean:
@bundle exec jekyll clean

build: clean
@${DEBUG} bundle exec jekyll build --profile --config _config.yml,.debug.yml

server: clean
@${DEBUG} bundle exec jekyll server --livereload --config _config.yml,.debug.yml

0 comments on commit 28fb956

Please sign in to comment.