Hugo Themes
Arcana
A Hugo port of the HTML5 UP Arcana template
- Author: Trevor Bergeron
- GitHub Stars: 32
- Updated: 2024-09-27
- License: Creative Commons Attribution 3.0 Unported
- Tags: Blog Company Multilingual Responsive
Hugo HTML5 UP Arcana
This is a Hugo port of the Arcana template from HTML5 UP. Check out the live demo.
Configuration
See the exampleSite folder. The elements on the homepage are defined in
data/homepage.yml
, where you can choose which appear and configure them.
In case of multilingual websites, you can define your homepage within
the language directory of the specific language,
e.g. data/en/homepage.yml
for English.
If the configuration does not exist, the content in data/homepage.yml
is used.
The mostly-empty _index.md
files are required for marking of the active menu
item to work correctly.
You can add your own styles in your site’s assets/sass/custom.scss
, which is
included at the end of the theme’s main.scss
.
Multilingual
Translations for template content like the contact form
are located in the i18n
directory.
Please feel free to contribute more languages into this directory.
Showcase
If you use this theme and would like to be listed here, add your site in a pull request!
- Theme Demo Site
- Alichampi
- Odesa Regional Organization of Red Cross Society of Ukraine
Contributing
Pull requests welcome! This is my first Hugo theme, and I expect there are some things I’ve done sub-optimally.
Thanks
I borrowed a good amount of structure and useful bits from hugo-html5up-alpha