Skip to content

loyayz/hugo-PaperModx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PaperModx 基于 PaperMod 做了个性化定制并加了些新特性

Features and changes:

可在 loyayz.com 查看这些改动

1. 怎么使用本主题

1.1 安装/更新

1.1.1 方式一(推荐)

# 安装
git submodule add --depth=1 https://github.com/loyayz/hugo-PaperModx.git themes/PaperModx
# 更新
git submodule update --remote --merge
# 假设你已经安装成功并且将你的仓库推送到远程,重新 clone 你的仓库后需执行这句
git submodule update --init --recursive --depth=1

1.2.1 方式二

# 进入你本机中的站点目录
cd blog
# 安装
git clone --depth=1 https://github.com/loyayz/hugo-PaperModx.git themes/PaperModx
# 更新
# 进入主题目录
cd themes/PaperModx
git pull

1.2 使用

修改站点配置config.yml

theme: "PaperModx"

其他详细配置请查看 PaperMod 示例

About

A fast, clean, responsive Hugo theme.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 86.2%
  • CSS 10.8%
  • JavaScript 3.0%