30 lines
799 B
Markdown
Executable File
30 lines
799 B
Markdown
Executable File
![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)
|
|
|
|
# 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.
|