包含标签 Hexo 的文章

博客从Hexo迁移至Hugo

安装Hugo并建立站点 按以下步骤建立站点blog并使用飞雪无情maupassant主题(感谢),在开浏览器中输入http://localhost:1313查看新创建站点。 1 2 3 4 5 6 7 8 9 brew install hugo hugo new site blog cd blog git init git clone https://github.com/rujews/maupassant-hugo themes/maupassant hugo new post/my-first-post.md hugo server -D 自定义菜单 在config.toml配置文件中新增:……

阅读全文

开通博客

配置SSH key cd ~/.ssh rm * ssh-keygen -t rsa -C mail_address 连按回车3次,得到 id_rsa和 id_rsa.pub文件,将后者复制到github New SSH key,测试是否成功(输入 yes,看到successful即可)。 ssh -T git@github.com 再配置 git config --global user.name "name" git config --global user.email "mail_address" 安装Homebrew 将下面代码粘贴在Terminal中: /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"……

阅读全文

© 2017-2023 GuLab.cn | All rights reserved.