Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 303 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 303 Bytes

Meming Blog

Meming Bot official site.

Development

bundle exec jekyll s
docker-compose up -d
open http://localhost/

Deploy

JEKYLL_ENV=production bundle exec jekyll build
docker-compose -f docker-compose.yml -f docker-compose.prod.yml up --build -d