Wordpress2Hugo
把个人站点从wordpress 迁移到了hugo。 本文主要记录hugo使用过程中的一些配置信息
修改even favicon 的图标
可以将之前做好的512x512
图片传到这个工具网站favivon,自动生成多个尺度的icon 照片, 然后下载下来,解压到主题的目录 themes/even/static/
.
使用HugoBox
Setting Website icon
- Save your icon as a square 512x512 pixel image named icon.png and place the image in your root
assets/media/
folder, creating the folders if they don’t already exist.
Hugo 常用命令
创建新的文章
hugo new posts/new_blog.md
生成网页预览,可使用Chrome 无痕模式查看
http://localhost:1313/
# 使用hugo box & netlify, 预览后,直接推送即可 hugo && \ npm_config_yes=true npx pagefind --site "public" --output-subdir ../static/pagefind && \ hugo server -D # 单独使用hugo 配置 hugo server
使用
hugo
生成静态网页,然后将public
文件夹内容推到网站地址hugo cp -r public/* SITE_PATH
hugo box 配置
To hide the automatic last modified date, change HUGO_ENABLEGITINFO to “false” in netlify.toml
Authors
Senior Researcher
My research interests include large language model, Reinforcement learning for Recommender System and Automatic (AI) Systems.