hugo-papermod/README.md

30 lines
799 B
Markdown
Raw Normal View History

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