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

README.md - github.com/lasseborly/anybodyhome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 719016c7b750f3e323978d709e8179778d9542cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Anybody Home?

![anybodyhome](https://github.com/lasseborly/anybodyhome/blob/master/images/screenshot.png "Anybody Home?")

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__](https://highlightjs.org/) - 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`.

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

[params]
  subtitle = "A Simple Theme"
```