initial commit
This commit is contained in:
commit
f92932b947
44 changed files with 851 additions and 0 deletions
53
README.md
Normal file
53
README.md
Normal file
|
@ -0,0 +1,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!_
|
Loading…
Add table
Add a link
Reference in a new issue