mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
28 lines
508 B
Markdown
Executable File
28 lines
508 B
Markdown
Executable File
# hugo-PaperMod
|
|
|
|
A simple, clean, flexible Hugo theme.
|
|
|
|
☄️ Fast | ☁️ Fluent | 🌙 Smooth
|
|
|
|
---
|
|
|
|
## Overview
|
|
|
|
Demo: https://adityatelange.github.io/hugo-PaperMod/
|
|
|
|
## Install
|
|
|
|
Inside the folder of your Hugo site, run:
|
|
|
|
```bash
|
|
git clone https://github.com/adityatelange/hugo-PaperMod themes/hugo-PaperMod
|
|
```
|
|
|
|
Then change in `config.toml`:
|
|
|
|
```toml
|
|
theme = "hugo-PaperMod"
|
|
```
|
|
|
|
For more information read the official [guide](https://gohugo.io/getting-started/quick-start/#step-3-add-a-theme) of Hugo.
|