serene/resources/site/themes/anybodyhome
Sameer Rahmani 38089606c1 Remove the goimpl and move it to a separate branch 2021-04-13 13:47:13 +01:00
..
archetypes Remove the goimpl and move it to a separate branch 2021-04-13 13:47:13 +01:00
layouts Remove the goimpl and move it to a separate branch 2021-04-13 13:47:13 +01:00
static/css Remove the goimpl and move it to a separate branch 2021-04-13 13:47:13 +01:00
LICENSE.md Remove the goimpl and move it to a separate branch 2021-04-13 13:47:13 +01:00
README.md Remove the goimpl and move it to a separate branch 2021-04-13 13:47:13 +01:00
theme.toml Remove the goimpl and move it to a separate branch 2021-04-13 13:47:13 +01:00

README.md

Anybody Home?

anybodyhome

A simple theme for simple people with simple needs.

Features

  • Blog only - Only a list of the 10 most recent posts and added pagination. There is no other pages than the main page and the post page.
  • Highlight.js - For all of you code needs.

Getting Started

From the root of you Hugo site clone the theme into themes/anybodyhome by running:

git clone https://github.com/lasseborly/anybodyhome.git themes/anybodyhome

Usage

To use Anybody Home? you must first, from the root of your Hugo site, run either:

hugo -t anybodyhome

or set in you config.toml.

theme = "anybodyhome"

Configuration

You can set the normal Hugo site variables in your config.toml but there is also some custom Anybody Home? variables you can set. This is an example of a full config.toml.

theme = "anybodyhome"
baseurl = "https://hugosite.com"
languageCode = "en-us"
title = "Anybody Home?"

[params]
  subtitle = "A Simple Theme"