Simple Theme For Hugo
Go to file
Giuseppe Masino 50c1be2cea
Update theme.toml
2022-04-02 19:18:04 +02:00
archetypes update reacdme, exampleSite 2020-08-15 10:24:57 +00:00
data/home update layout issue 2020-08-15 12:29:17 +00:00
exampleSite update reacdme, exampleSite 2020-08-15 10:24:57 +00:00
images update folder name\ 2020-09-05 13:52:20 +09:00
layouts Add atribute on click in the image on Projects 2020-09-06 14:05:00 -05:00
static update 2020-08-13 13:30:59 +00:00
LICENSE update reacdme, exampleSite 2020-08-15 10:24:57 +00:00
README.adoc Update README 2022-03-19 00:48:42 +01:00
theme.toml Update theme.toml 2022-04-02 19:18:04 +02:00

README.adoc

[pass]
--
<center>
	<h1> Simple Intro </h1>
	<p>
		A simple theme for hugo. <br/>
		Based on the original work of
		<a href="https://github.com/gangjun06/SimpleIntro">gangjun06</a>.
	</p>
	<img src="images/screenshot.png" />
</center>
--

== Get Started

[literal]
--
hugo new site <site-name>
cd <site-name>
git submodule add https://github.com/qub1750ul/hugo-simpleIntro themes/simpleIntro
--

== Development

Switch to the `exampleSite` branch for info on the development workflow.

== Credits

|===
| Name                                | License     | Description
| github.com/gangjun06/SimpleIntro    | Apache      | Original work
| github.com/konpa/devicon/           | MIT License | Demo Site Icon
| github.com/tailwindlabs/tailwindcss | MIT License | Css Library
|===