Skip to content

MCWoodenBoat/mcwoodenboat.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

mcwoodenboat.github.io

  • _config.yml 核心:网站配置文件
  • _layouts/ 布局:网页布局模板
    • default.html 默认布局
    • post.html 文章布局
  • _includes/ 可复用组件
    • header.html 页头
    • footer.html 页脚
      • head.html 头部
  • _posts/ 博客文章
    • 2024-01-01-welcome-to-jekyll.md
    • 2024-01-02-my-first-post.md
  • _sass/ Sass部分 CSS预处理器文件
    • _variables.scss 变量定义
    • _layout.scss 布局样式
  • _site/ Jekyll输出目录
  • assets/ 静态资源
    • css/ 样式文件
      • style.scss
    • js/ JavaScript 文件
      • main.js
    • images/ 图片资源
      • logo.png
  • pages/ 关于页、联系页等
    • about.md
    • contact.md
  • index.md 网站首页
  • about.md 关于页面
  • README.md 仓库说明文档

About

MCWoodenBoat's personal site.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors