loyayz / hugo-PaperModx

A fast, clean, responsive Hugo theme.

Home Page:https://loyayz.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://loyayz.github.io

License:MIT License


Languages

Language:HTML 86.9%Language:CSS 9.8%Language:JavaScript 3.3%