Arberia Theme is a theme for the Hugo for tech blogger with 4 single post layout and 2 list layout!
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
Features
- Responsive layout
- 3 Single post view:
- Post view with sidebar
- Post view without sidebar
- Post view with cover image
- Video post view
- 2 List post view:
- List posts
- Grid posts
- Landing page
- List Cathegory/Tag view
- Icon colored submenu
- Table of Contents
- Search supported by Flexsearch.js
- Google Analytics supported
- Disqus comment system
- Social-Media Share buttons on posts
- Multilingual support.
- Uses Hugo’s asset generator with pipelining, fingerprinting, bundling and minification by default (No webpack, nodejs and other dependencies are required to edit the theme.
Installation/updating
Before starting, please be sure that you have installed Hugo and created a new site. After that, you are ready to install Arberia.
There are two mode:
a) Simple mode: Download as Zip from Github Page and extract in your themes directory or
b) Or you can add it as a git submodule via the following command:
$ cd themes
$ git submodule add https://github.com/antedoro/arberia.git arberia
Next, open config.toml
in the base of the Hugo site and ensure the theme option is set to arberia
:
1theme = "arberia"
To update theme installed in b mode:
cd themes/arberia
git pull
Configuration
Config.toml example
1title = "Arberia Theme"
2baseURL = "https://arberiatheme.netlify.app/"
3relativeURLs = "True"
4languageCode = "en-us"
5defaultContentLanguage = 'en'
6theme = "arberia"
Front Matter example
1---
2title: "Insert title here"
3subtitle: "Insert a subtitle here"
4date: 2020-10-15T20:58:53+02:00
5lastmod: 2020-10-15T20:58:53+02:00
6draft: true
7type: # Use standard-view on nothing for default or courses - video - landingpage null for list view
8weight: null
9
10featured: false
11sidebar: false # Works only with standard-view
12toc: true # Works only with standard-view
13math:
14 enable: false # Actualy not implemented
15lightgallery: false # Actualy not implemented
16license: ""
17slug: # slug exemple: solidworks-2020-tutorial
18
19hiddenFromHomePage: false
20hiddenFromSearch: false # da implementare
21
22author: "author"
23avatar: /img/me.png # link to avatar file
24authorLink: ""
25description: "Descrizione da rivedere se è un doppione subtitle"
26
27tags:
28 - tag1
29 - tag2
30 - tag3
31 - tag4
32categories:
33 - category
34
35# resources:
36# - name: featured-image
37# src: featured-image.png
38
39resources:
40- name: "featured-image"
41 src: "Real-Python-Learning-Paths_Watermarked.webp"
42- name: "featured-image-preview"
43 src: "Real-Python-Learning-Paths_Watermarked.webp"
44
45
46# If its a video post compile below
47video:
48 title: "YouTube Video Title"
49 link: # YouTube Video Link for example: https://www.youtube.com/embed/taxItkTlY_0
50 duration: # Example 14:16
51
52playlist:
53 item:
54 - title: "YouTube Video Title"
55 icon: fa fa-fw fa-play
56 link: # YouTube Video Link for example: https://www.youtube.com/embed/taxItkTlY_0
57 duration: # Example 14:16
58 - title: "YouTube Video Title"
59 icon: far fa-circle
60 link: # YouTube Video Link for example: https://www.youtube.com/embed/taxItkTlY_0
61 duration: # Example 4:42
62---
For more information about all available standard front matter variables, please read Hugo Front Matter.
Contributing
Have you found a bug or got an idea for a new feature? Feel free to use the issue tracker to let me know. Or make directly a pull request.
License
This theme is released under the GPLv2 license.
FAQs / How To’s Guide
Read Wiki For More Details =>
Release Changelog
Release ChangeLog has info about stuff added: Releases
Special Thanks
- flexsearch.js
- mark.js
- All Contributors and Supporters