Hugo使用技巧
Hugo使用技巧 如何让hugo和typora均能正常显示图片 创建文章时,设置路径为 hugo new posts/文章标题/index.md 注意:markdown文件必须以index命名 typora图片设置 你的文章的目录结构 hugo常用命令 hugo new posts/文章标题/index.md #新建文章 hugo #生成静态网页 hugo serve #生成静态网页并进行本地预览
Hugo使用技巧 如何让hugo和typora均能正常显示图片 创建文章时,设置路径为 hugo new posts/文章标题/index.md 注意:markdown文件必须以index命名 typora图片设置 你的文章的目录结构 hugo常用命令 hugo new posts/文章标题/index.md #新建文章 hugo #生成静态网页 hugo serve #生成静态网页并进行本地预览
事件 之前一直把国内域名解析到github的静态网站,最近收到通知,域名必须解析到国内的服务器。 而且由于我的域名是在腾讯云注册的,必须使用腾讯云的服务器,而不是比如阿里云的服务器厂商。 总结,越来越严了
材料 rock5A、AX210无线网卡、小米路由器 rock5A安装系统 系统地址https://github.com/radxa-build/rock-5a/releases 这里我选择的是debian cli 版本,默认用户名和密码rock。 换源 清华源地址https://mirror.tuna.tsinghua.edu.cn/help/debian/ 具体操作 无线校园网->ax210网卡->rock5A->有线网口->网线->路由器 1、首先使用ip addr查看网卡信息 ```bash 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000 link/ether 66:66:39:b8:f4:d5 brd ff:ff:ff:ff:ff:ff inet 10.10.10.1/24 brd 10.10.10.255 scope global eth0 valid_lft forever preferred_lft forever inet6 fe80::6466:39ff:feb8:f4d5/64 scope link valid_lft forever preferred_lft forever 4: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000 link/ether 2c:33:58:52:d0:a0 brd ff:ff:ff:ff:ff:ff inet 10.104.54.161/16 brd 10....
Start Hello World~
该博客基于GitHub page+hugo搭建