Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.md - github.com/gangjun06/SimpleIntro.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3b19184af51e03a3392beb50be5da045f18bd1b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Simple Intro
simple theme for hugo

![intro](https://raw.githubusercontent.com/gangjun06/SimpleIntro/master/imgaes/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    |