meimeitou / yuyuko-book

md books

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YUYUKO-BOOK

# build
hugo -D
# run server
hugo server -D

develop

themes文档: https://mcshelby.github.io/hugo-theme-relearn/

markdown文档: https://learn.netlify.app/en/cont/markdown/

流程图: https://mermaid-js.github.io/mermaid/#/

图标: https://fontawesome.com/icons?d=gallery&m=free https://www.fontawesomecheatsheet.com/font-awesome-cheatsheet-5x/

ppt: https://github.com/marp-team/marp

新建:

# 新增普通页
hugo new ops/first.md
# 新增章节主页
hugo new --kind chapter ops/tools/_index.md

ppt生成

vscode 插件: https://github.com/marp-team/marp-vscode

markdown 扩展项目: https://marp.app/#get-started

marp工具扩展markdown,用markdown编辑ppt

deploy

更改config中的baseURL变量

  • static/css变更覆盖themes中的css
  • layouts变更页面元素

About

md books


Languages

Language:HTML 88.2%Language:CSS 10.8%Language:JavaScript 0.8%Language:Makefile 0.1%Language:Dockerfile 0.1%