Welcome to mirror list, hosted at ThFree Co, Russian Federation.

theme.toml - github.com/bjacquemet/personal-web.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 13146885c3d49495ffdeee680d39810607f12d27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example

name = "Personal Web"
license = "MIT"
licenselink = "https://github.com/bjacquemet/personal-web/blob/master/LICENSE"
description = "Personal Web is a simple Hugo template to build a personal website including portfolio and blog sections. It will mainly suit freelancers who want to showcase their work."
homepage = "https://personal-web-example.netlify.com/"
tags = ["portfolio", "blog", "post", "personal", "freelancer", "developer"]
features = []
min_version = "0.41"

[author]
  name = "Baptiste Jacquemet"
  homepage = "https://baptistej.com"