
使用 Hugo 发布文章 - tangzixiang.github.io
2019年12月15日 · 在上一篇文章 使用 Hugo 创建个人 Blog 中介绍了 Hugo 这个工具,以及如何使用它为自己创建一个好看的博客。 这篇文章延续上一篇使用 registerforxxx.github.io 作为案例。
Quick start - gohugo.io
2025年3月8日 · Run these commands to create a Hugo site with the Ananke theme. The next section provides an explanation of each command. View your site at the URL displayed in your terminal. Press Ctrl + C to stop Hugo’s development server. Create the directory structure for your project in the quickstart directory.
A beginner's guide to making new posts with Hugo - MerrimanLab
2020年10月15日 · What is Hugo? Hugo is a popular static site generator written in Go language. It’s static in the sense that the web pages do not change depending on who visits the site (for example, contents do not change for different user) – all …
Basic usage - gohugo.io
2025年3月8日 · Hugo allows you to set draft, date, publishDate, and expiryDate in the front matter of your content. By default, Hugo will not publish content when: The draft value is true; The date is in the future; The publishDate is in the future; The expiryDate is in the past; New in v0.123.0
手把手学习 Hugo 博客的搭建:从入门到进阶
2024年6月11日 · 本教程将介绍如何使用 Hugo 和 GitHub Pages 搭建一个静态博客。 Hugo 是一款功能强大的静态站点生成器,可以帮助您轻松创建美观、响应式的博客页面。 GitHub Pages 则是 GitHub 提供的免费托管服务,可用于托管您的 Hugo 博客。 本教程将手把手地带你一步步学习如何使用Hugo搭建自己的博客网站,并部署到GitHub Pages上。 让我们开始吧! 文本编辑器或 IDE: 用于编写 Markdown 内容和 Hugo 配置文件。 推荐使用 Visual Studio Code 。 Git: 用 …
文章(Post) | Hugo官方文档 - OpenDocs
在这个站点配置中,我们启用了 表情符号短代码 的渲染,并在每个菜单条目的前(pre)后(post)添加了表情符号短代码: hugo. 渲染菜单的代码如下: 返回给定菜单项的 `post` 属性。
Hugo + GitHub Action,搭建你的博客自动发布系统 - 少数派
2022年5月30日 · Hugo 是用 Go 实现的博客工具,采用 Markdown 进行文章编辑,自动生成静态站点文件,支持丰富的主题配置,也可以通过 js 嵌入像是评论系统等插件,高度定制化。 除了 Hugo 外, 还有 Gatsby、Jekyll、Hexo、Ghost 等选择,实现和使用都差不多,可以根据自己的偏好进行选择。 我使用的是 macOS,所以使用官方推荐的 homebrew 方式进行 hugo 程序的安装,其他系统也类似。 完成后,使用以下命令进行验证: 通过上述命令安装 hugo 程序后,就 …
How to Create Your First Hugo Blog: a Practical Guide - freeCodeCamp…
2020年1月8日 · Hugo is a great tool to use if you want to start a blog. I use Hugo myself for my blog, flaviocopes.com, and I've been using it for more than two years. I have a few reasons for loving Hugo. First of all, it is simple, boring, flexible, and fast.
Hugo + GitHub 博客自动化部署 | Jacob's Thoughts - GitHub Pages
Hugo 是由 Go 语言实现的静态网站生成器。 简单、易用、高效、易扩展、快速部署。 本文利用 GitHub 提供的免费 Pages 和 Action 服务,构建一个博客写作与自动化发布工作流,搭建一个免费的个人博客静态网站。
Content organization - gohugo.io
2025年3月8日 · In Hugo, your content should be organized in a manner that reflects the rendered website. While Hugo supports content nested at any level, the top levels (i.e. content/<DIRECTORIES>) are special in Hugo and are considered the content type used to determine layouts
- 某些结果已被删除