2020-07-22 08:10:44 +01:00
|
|
|
# hugo-PaperMod
|
2018-05-04 18:41:09 +01:00
|
|
|
|
2019-04-01 10:57:38 +01:00
|
|
|
A simple, clean, flexible Hugo theme.
|
|
|
|
|
2019-08-21 03:59:34 +01:00
|
|
|
☄️ Fast | ☁️ Fluent | 🌙 Smooth
|
2019-04-01 10:57:38 +01:00
|
|
|
|
2019-08-19 22:12:16 +01:00
|
|
|
---
|
2018-05-04 18:41:09 +01:00
|
|
|
|
2018-07-06 04:25:22 +01:00
|
|
|
## Overview
|
2018-05-04 18:41:09 +01:00
|
|
|
|
2020-07-22 08:10:44 +01:00
|
|
|
Demo: https://adityatelange.github.io/hugo-PaperMod/
|
2018-05-04 18:41:09 +01:00
|
|
|
|
2019-04-01 10:57:38 +01:00
|
|
|
## Install
|
2018-01-08 16:28:39 +00:00
|
|
|
|
2019-04-28 11:37:03 +01:00
|
|
|
Inside the folder of your Hugo site, run:
|
2018-01-08 16:28:39 +00:00
|
|
|
|
|
|
|
```bash
|
2020-07-22 08:10:44 +01:00
|
|
|
git clone https://github.com/adityatelange/hugo-PaperMod themes/hugo-PaperMod
|
2019-08-19 22:12:16 +01:00
|
|
|
```
|
|
|
|
|
2019-09-13 14:55:00 +01:00
|
|
|
Then change in `config.toml`:
|
2019-08-19 22:12:16 +01:00
|
|
|
|
|
|
|
```toml
|
2020-07-22 08:10:44 +01:00
|
|
|
theme = "hugo-PaperMod"
|
2018-01-08 16:28:39 +00:00
|
|
|
```
|
|
|
|
|
2019-10-16 17:09:49 +01:00
|
|
|
For more information read the official [guide](https://gohugo.io/getting-started/quick-start/#step-3-add-a-theme) of Hugo.
|