Simple Theme For Hugo
Go to file
f-dinucci 30ecf2a834 fix[footer]: allow defining markup language
Custom footer is currently rendered through .RenderString, that defaults
to page's markup language, but page and footer could be written in two
different languages (eg. footer in Markdown and page in Asciidoc). In
this case the footer wouldn't be rendered correctly unless the markup
language used is specified. Now it is possible.
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 fix[footer]: allow defining markup language 2022-07-30 17:25:49 +02:00
images update folder name\ 2020-09-05 13:52:20 +09:00
layouts fix[footer]: allow defining markup language 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
|===