Arberia Theme is a theme for the Hugo for tech blogger with 4 single post layout and 2 list layout!
The goal of this project is to add more features and customization to the base theme.
See https://arberiatheme.netlify.app/
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:
git init
cd themes
git submodule add https://github.com/antedoro/arberia.git arberia
Next,copy contents from themes/arberia/exampleSite on site root folder. Copy folder from themes/arberia/archetypes on site root folder.
Open config/_defaults/config.toml
folder and ensure the theme option is set to arberia
:
theme = "arberia"
Now you can start hugo server and view the site:
hugo server -D
open browser and follow this link: http://localhost:1313
NOTE To update theme installed:
cd themes/arberia
git pull
title = "Arberia Theme"
baseURL = "https://exampleSite.com/"
relativeURLs = "True"
languageName = "En"
languageCode = "en-us"
theme = "arberia"
---
weight: 1
title: Insert title here
subtitle: Subtitle
date: 2020-10-15T20:58:53+02:00
lastmod: 2020-10-15T20:58:53+02:00
draft: false
type: standard-view
author: athor name
authorLink: ""
description: ""
tags:
- tag1
- tag2
categories:
- cathegory1
hiddenFromHomePage: false
hiddenFromSearch: false
resources:
- name: featured-image
src: featured-image.webp
featured: true
sidebar: true
toc: true
license: ""
slug: slug here if necessary
---
For more information about all available standard front matter variables, please read Hugo Front Matter.
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.
This theme is released under the MIT license.
Read Wiki For More Details => Arberia-FAQs
Release ChangeLog has info about stuff added: Releases