hugo-PaperMod/README.md

30 lines
799 B
Markdown
Raw Normal View History

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