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

README.md - github.com/jnjosh/internet-weblog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9b075e95d5a04f79c02d57d56d5e795ff87a18d4 (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# internet-weblog Theme for Hugo

internet-weblog is a minimalistic Hugo theme that offers a traditional blog mixed
with a microblog and a photoblog. It also offers the ability to do simple link
posts that link to a remote page. It was ported from a theme made for Octopress.

The theme features a customizable bio-section and flickr-based photo stream in
it's footer, unique layouts for displaying all posts, and other

(screenshot)

## Contents

- [Installation](#installation)
- [Getting started](#getting-started)
    - [Variables](#variables)
- [Contributing](#contributing)
- [License](#license)
- [Annotations](#annotations)

## Installation

Inside the folder of your Hugo site run:

    $ mkdir themes
    $ cd themes
    $ git clone https://github.com/jnjosh/internet-weblog

For more information read the official [setup guide](//gohugo.io/overview/installing/)
for Hugo.

## Getting Started

TBA

### Variables


## Contributing

Did you find a bug or have an ideas for new features? Feel free to use the issue tracker to let me know or make a pull request.

## License

This theme is released under MIT. For more information, please see the [License](http://jnjosh.mit-license.org).

## Contact

- [Josh Johnson](http://jnjosh.com) [@jnjosh](http://twitter.com/jnjosh)

---

_Thanks to Steve Francia for creating Hugo!_