imjeen / notes

I came, I saw, I conquered.

Home Page:https://imjeen.github.io/notes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blog

It's from github page blog

# 进入容器
docker-compose run --service-ports --rm blog bash
# 或者
docker run --rm -it  -v $PWD:/blog -w /blog -p 4000:4000 jekyll/jekyll bash

# 容器中

# 编译
jekyll build
# 启动服务,宿主可访问 http://localhost:4000 
jekyll serve

About

I came, I saw, I conquered.

https://imjeen.github.io/notes

License:MIT License


Languages

Language:SCSS 61.1%Language:HTML 33.9%Language:Ruby 3.3%Language:JavaScript 1.4%Language:Dockerfile 0.2%