hugo-simpleIntro/README.md

27 lines
721 B
Markdown
Raw Normal View History

2020-08-13 06:38:17 -05:00
# Simple Intro
simple theme for hugo
2020-08-15 06:00:35 -05:00
![intro](https://raw.githubusercontent.com/gangjun06/SimpleIntro/master/imgaes/screenshot.png)
2020-08-13 06:38:17 -05:00
# Live Demo
2020-08-15 05:24:57 -05:00
https://gangjun06.github.io/SimpleIntroDemo
2020-08-13 06:38:17 -05:00
2020-08-13 07:26:05 -05:00
# Get Started
```bash
hugo new site <site-name>
cd <site-name>
2020-08-15 05:24:57 -05:00
git submodule add https://github.com/gangjun06/SimpleIntro themes/SimpleIntro
2020-08-13 07:26:05 -05:00
```
2020-08-15 05:24:57 -05:00
# Configuration
Check out the config files included on the [exampleSite](exampleSite)
2020-08-13 07:26:05 -05:00
2020-08-15 04:50:08 -05:00
# Credits
2020-08-15 05:36:17 -05:00
| Name | License | Description |
|-------------------------------------|-------------|----------------|
| github.com/konpa/devicon/ | MIT License | Demo Site Icon |
2020-08-15 06:00:35 -05:00
| github.com/tailwindlabs/tailwindcss | MIT License | Css Library |