Simple Theme For Hugo
Go to file
f-dinucci 06783511dc fix: typo made widgetSocial unusable 2022-07-30 17:25:49 +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 feat!: allow using both icons loaded as CSS classes and as images 2022-07-30 17:25:49 +02:00
images update folder name\ 2020-09-05 13:52:20 +09:00
layouts fix: typo made widgetSocial unusable 2022-07-30 17:25:49 +02:00
static fix: social icons are now black 2022-07-30 17:25:49 +02:00
tailwindcss fix: social icons are now black 2022-07-30 17:25:49 +02:00
LICENSE Create LICENSE 2020-08-15 01:32:39 +00:00
README.adoc chore[devicon]: update to latest version and fix links 2022-07-30 17:25:49 +02: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/devicons/devicon         | MIT License | Icon Library
| github.com/FortAwesome/Font-Awesome | fontawesome.com/license/free | Icon Library
| github.com/gangjun06/SimpleIntro    | Apache      | Original work
| github.com/tailwindlabs/tailwindcss | MIT License | Css Library
|===