arberia
1.0.0
Arberia主題是The Hugo的Tech Blogger主題,其中有4個單帖子佈局和2個列表佈局!
該項目的目的是為基本主題添加更多功能和自定義。
請參閱https://arberiacheme.netlify.app/
在開始之前,請確保您已經安裝了Hugo並創建了一個新網站。之後,您準備安裝Arberia 。
有兩種模式:
a)簡單模式:從github頁面下載作為zip ,然後在主題目錄中提取或
b)或者您可以通過以下命令將其添加為git子模塊:
git init
cd themes
git submodule add https://github.com/antedoro/arberia.git arberia
接下來,在站點根文件夾上的主題/arberia/examplesite複製內容。從主題/Arberia/原型中復制站點根文件夾的文件夾。
打開config/_defaults/config.toml
文件夾,並確保將主題選項設置為arberia
:
theme = "arberia"
現在,您可以啟動Hugo服務器並查看網站:
hugo server -D
打開瀏覽器並按照以下鏈接:http:// localhost:1313
注意已安裝主題:
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
---
有關所有可用標準前提變量的更多信息,請閱讀Hugo Front Matter。
您是否找到了一個錯誤或對新功能有想法?隨意使用問題跟踪器讓我知道。或直接提出拉力請求。
該主題是根據麻省理工學院許可發布的。
閱讀Wiki以獲取更多詳細信息=> Arberia-Faqs
Release ChangElog具有有關添加的內容的信息:發行