我的近况及hugo搭建教程

Posted Sonictl

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了我的近况及hugo搭建教程相关的知识,希望对你有一定的参考价值。

还是有朋友一直在关注我。尽管很少! 说声感谢!  !!

我还是愿意使用自己搭的hugo

hugo搭建教程:

Prerequisites 

Before you begin this tutorial you must:

  1. Install Hugo (the extended edition)
  2. Install Git

You must also be comfortable working from the command line.

Configure the site 

With your editor, open the site configuration file (config.toml) in the root of your project.

baseURL = 'http://sonictl.github.io/'
languageCode = 'en-us'
title = 'My New Hugo Site'
theme = 'ananke'

以上是关于我的近况及hugo搭建教程的主要内容,如果未能解决你的问题,请参考以下文章

Hugo快速搭建Blog

如何用hugo搭建个人博客

hugo搭建个人博客

Windows下搭建Hugo博客

Hugo + github 搭建个人博客

Hugo搭建的博客删除文章事宜