Welcome

 

这是仿照https://alinush.github.io/archive.html来搭建的。

用于记录我的学习笔记、一些思考以及日常活动等。

基本的命令

帮助文档

配置文件_config.yml

导航栏设置:data/navigation.yml

样式:

- 提示
Success Text.
{:.success}
Info Text.
{:.info}
Warning Text.
{:.warning}
Error Text.
{:.error}

Success Text.

  • 标签
    `success`{:.success}
    `info`{:.info}
    `warning`{:.warning}
    `error`{:.error}
    
  • 图片
    ![Image](path-to-image){:.border}
    ![Image](path-to-image){:.shadow}
    ![Image](path-to-image){:.rounded}
    ![Image](path-to-image){:.circle}
    ![Image](path-to-image){:.border.rounded}
    ![Image](path-to-image){:.circle.shadow}
    ![Image](path-to-image){:.circle.border.shadow}
    

    问题

    1. 在设置导航栏的时候,注意在 navigation.yml 中设置了语言和标题后,在相应的 .md 文件中就不需要在设置标题了