Test the jekyll site locally
makeBuild the docker image
make buildRun the docker image
make runAttach to the running container
make attachClean up the docker image
make clean-
_pages/project/new_project.md-
用來呈現新的頁面 會將新的html檔在這裡引入 然後再從project的主頁連結過來
-
設置permalink和layout
--- permalink: /project/new_project layout: project.html ---
-
-
_includes/project/new_project.html- project的html檔
- 目前不知道css要放哪才能被讀到 只能先用sytle標籤放一起
-
layouts/project.html- 在new_project.md中設置的layout
- 不須每個project都寫一個新的