Compare commits

...

2 Commits

2 changed files with 6 additions and 2 deletions

View File

@ -1,8 +1,12 @@
# Archie - Hugo theme
Archie is a minimal and clean theme for hugo with a markdown-ish UI.
Forked from [Ezhil Theme](https://github.com/vividvilla/ezhil)
This repo is a fork of [the original Archie Theme](https://github.com/athul/archie).
It has been adjusted to remove CDN features (loading js/css from Cloudflare and others) and make some small changes to the code base.
## Demo
[Check the Demo](https://athul.github.io/archie/) hosted on GitHub Pages :smile: . You can find the source code to that in the `site` branch of this repository

View File

@ -9,9 +9,9 @@
{{ if $.Site.Copyright }}
{{ $.Site.Copyright | safeHTML }}
{{ else }}
© {{ now.Year }} Powered by <a href="http://gohugo.io" target="_blank" rel="noopener noreferrer">Hugo</a>
© {{ now.Year }} :: Powered by <a href="http://gohugo.io" target="_blank" rel="noopener noreferrer">Hugo</a>
{{ end }}
:: <a href="https://github.com/athul/archie" target="_blank" rel="noopener noreferrer">Archie theme</a>
:: <a href="https://git.ullmann.space/rullmann/hugo-theme-archie" target="_blank" rel="noopener noreferrer">Archie theme</a>
</div>
</footer>