mirror of
https://github.com/jimeh/jimeh.github.io.git
synced 2026-02-19 09:06:40 +00:00
chore: add makefile
This commit is contained in:
3
Makefile
Normal file
3
Makefile
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
.PHONY: serve
|
||||||
|
serve:
|
||||||
|
bundle exec jekyll serve --incremental
|
||||||
@@ -63,8 +63,9 @@ links:
|
|||||||
exclude:
|
exclude:
|
||||||
- Gemfile
|
- Gemfile
|
||||||
- Gemfile.lock
|
- Gemfile.lock
|
||||||
- Rakefile
|
- Makefile
|
||||||
- README.md
|
- README.md
|
||||||
|
- Rakefile
|
||||||
|
|
||||||
plugins:
|
plugins:
|
||||||
- jekyll-sitemap
|
- jekyll-sitemap
|
||||||
|
|||||||
Reference in New Issue
Block a user