36 lines
937 B
Markdown
36 lines
937 B
Markdown
Sorry for not managing properly. I hope this repo helped you create a hugo theme
|
|
|
|
# Simple Intro
|
|
|
|
simple theme for hugo
|
|
|
|
![intro](https://raw.githubusercontent.com/gangjun06/SimpleIntro/master/images/screenshot.png)
|
|
|
|
# Live Demo
|
|
|
|
https://gangjun06.github.io/SimpleIntroDemo
|
|
|
|
# Get Started
|
|
|
|
```bash
|
|
hugo new site <site-name>
|
|
cd <site-name>
|
|
git submodule add https://github.com/gangjun06/SimpleIntro themes/SimpleIntro
|
|
```
|
|
|
|
# Configuration
|
|
|
|
Check out the config files included on the [exampleSite](exampleSite)
|
|
|
|
# Credits
|
|
|
|
| Name | License | Description |
|
|
| ----------------------------------- | ----------- | -------------- |
|
|
| github.com/konpa/devicon/ | MIT License | Demo Site Icon |
|
|
| 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
|