Simple Theme For Hugo
Go to file
f-dinucci f11421ae38 refactor[index]: partials are now loaded by baseof, for all pages
Due to previous commits, now the partials are being loaded for all the
pages through baseof.html, so it is not necessary to load them in the
index (this would result in double-loading)
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 update reacdme, exampleSite 2020-08-15 10:24:57 +00:00
images update folder name\ 2020-09-05 13:52:20 +09:00
layouts refactor[index]: partials are now loaded by baseof, for all pages 2022-07-30 17:25:49 +02:00
static chore[fontawesome]: upgrade and switch to self hosting 2022-07-30 17:25:49 +02:00
tailwindcss chore[tailwindcss]!: upgrade tailwindcss to v3.0.24 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
|===