Skip to content

zebra314/zebra314.github.io

 
 

Repository files navigation

Jekyll

Powered by Jekyll

Usage

Test the jekyll site locally

make

Build the docker image

make build

Run the docker image

make run

Attach to the running container

make attach

Clean up the docker image

make clean

New Project setup

  1. _pages/project/new_project.md

    • 用來呈現新的頁面 會將新的html檔在這裡引入 然後再從project的主頁連結過來

    • 設置permalink和layout

      ---
      permalink: /project/new_project
      layout: project.html  
      ---
  2. _includes/project/new_project.html

    • project的html檔
    • 目前不知道css要放哪才能被讀到 只能先用sytle標籤放一起
  3. layouts/project.html

    • 在new_project.md中設置的layout
    • 不須每個project都寫一個新的

About

📐 Jekyll theme for building a personal site, blog, project documentation, or portfolio.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 50.2%
  • HTML 26.6%
  • SCSS 22.4%
  • Ruby 0.5%
  • Dockerfile 0.1%
  • Shell 0.1%
  • Makefile 0.1%