Update README.md

This commit is contained in:
Aditya Telange 2020-08-23 13:15:57 +05:30 committed by GitHub
parent 69b68f964a
commit 3bda73bdc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,20 +10,16 @@ A simple, clean, flexible Hugo theme.
## Overview ## Overview
Demo: https://adityatelange.github.io/hugo-PaperMod/ Demo Site : https://adityatelange.github.io/hugo-PaperMod/
---
## Install ## Install
Inside the folder of your Hugo site, run: Read Wiki => [hugo-PaperMod - Installation](https://github.com/adityatelange/hugo-PaperMod/wiki/Installation)
```bash ---
git clone https://github.com/adityatelange/hugo-PaperMod themes/hugo-PaperMod
```
Then change in `config.toml`: ## Features/Mods
```toml Read Wiki => [hugo-PaperMod - Features](https://github.com/adityatelange/hugo-PaperMod/wiki/Features)
theme = "hugo-PaperMod"
```
For more information read the official [guide](https://gohugo.io/getting-started/quick-start/#step-3-add-a-theme) of Hugo.