hugo-PaperMod/README.md

30 lines
799 B
Markdown
Raw Normal View History

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