Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lasseborly/anybodyhome
A simple theme for simple people
https://github.com/lasseborly/anybodyhome
Last synced: 5 days ago
JSON representation
A simple theme for simple people
- Host: GitHub
- URL: https://github.com/lasseborly/anybodyhome
- Owner: lasseborly
- License: mit
- Created: 2016-08-31T14:03:59.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-09T21:33:36.000Z (over 6 years ago)
- Last Synced: 2024-04-08T22:51:08.117Z (7 months ago)
- Language: HTML
- Size: 206 KB
- Stars: 15
- Watchers: 3
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-starred - lasseborly/anybodyhome - A simple theme for simple people (others)
README
# 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"
```