hugo-simpleIntro/README.md

36 lines
937 B
Markdown
Raw Normal View History

2022-01-30 02:57:13 -06:00
Sorry for not managing properly. I hope this repo helped you create a hugo theme
2020-08-13 06:38:17 -05:00
# Simple Intro
2020-12-27 07:51:11 -06:00
2020-08-13 06:38:17 -05:00
simple theme for hugo
2020-09-04 23:58:22 -05:00
![intro](https://raw.githubusercontent.com/gangjun06/SimpleIntro/master/images/screenshot.png)
2020-08-13 06:38:17 -05:00
# Live Demo
2020-12-27 07:51:11 -06: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
2020-08-13 07:26:05 -05:00
2020-12-27 07:51:11 -06:00
Check out the config files included on the [exampleSite](exampleSite)
2020-08-15 04:50:08 -05:00
# Credits
2020-08-15 05:36:17 -05:00
| Name | License | Description |
2020-12-27 07:51:11 -06:00
| ----------------------------------- | ----------- | -------------- |
2020-08-15 05:36:17 -05:00
| github.com/konpa/devicon/ | MIT License | Demo Site Icon |
2020-12-27 07:51:11 -06:00
| github.com/tailwindlabs/tailwindcss | MIT License | Css Library |
# ETC.
It seems that I made this project and neglected it too much.
So I am modifying the code little by little in the new branch