Skip to content

w2lz/hugo-blog

Repository files navigation

一个 PHP 菜鸟的心路历程

Hugo Hugo build and deploy GitHub commit activity (main)

站名“一个 PHP 菜鸟的心路历程”,主要是为了纪念刚入行的日子。

博客基于 HugoFixIt 搭建,建站的初衷不是为了炫耀所知,而是记录无知。

博客内容主要以 Web 后端开发方向为主,分享一些有趣程序、技巧、开发教程、心情和学习记录等。

你可以通过我的微信公众号GitHubRSS 来订阅本博客。

blog-preview

Content

Source

博客相关源码:

Project setup

本博客已部署到 VercelGitHub Pages,工作流如下图所示:

blog-flow

▸ .github/       # GitHub configuration
▸ .scripts/      # custom scripts
▸ .shell/        # shell commands for hugo project, entrance: hugo_main.sh
▸ archetypes/    # page archetypes (like scaffolds of archetypes)
▸ assets/        # css, js, third-party libraries etc.
▸ config/        # configuration files
▸ content/       # markdown files for hugo project
  ▸ private/     # private submodule for encrypted content
▸ data/          # blog data (allow: yaml, json, toml), e.g. friends.yml
▸ public/        # build directory
▸ static/        # static files, e.g. favicon.ico
▸ themes/        # theme submodules

System requirements

  • Go
  • Hugo: >= 0.134.1 (extended version)

Clone

首先点上 Star 😜,然后下载源码:

git clone --recursive [email protected]:w2lz/hugo-blog.git && cd hugo-blog

下载源码后,可以通过下面的方式启动这个博客。

Hugo

# Development environment
hugo server --disableFastRender --navigateToChanged --bind 0.0.0.0 -O
# Production environment
hugo server --disableFastRender --navigateToChanged --environment production --bind 0.0.0.0 -O

License

Content License License

  • 此存储库中的文本、图像和视频等内容采用 CC BY-NC-SA 4.0 许可
  • 此存储库中的代码采用 MIT 许可
  • content/private 目录不在任何许可范围内

Author

w2lz

About

一个 PHP 菜鸟的心路历程

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published