47 lines
1.2 KiB
Markdown
47 lines
1.2 KiB
Markdown
# minimage
|
||
[](https://travis-ci.org/dsk52/minimage)
|
||
[](https://github.com/dsk52/minimage/blob/master/LICENSE.md)
|
||
|
||
minimage is a [Hugo](https://gohugo.io) theme.
|
||
|
||

|
||
|
||
## Feature
|
||
|
||
- Responsive
|
||
- JSON-LD
|
||
- Support for tags and thumbnail
|
||
- Google Analytics
|
||
|
||
## Get the Theme
|
||
Inside the folder of your Hugo site run:
|
||
|
||
```
|
||
$ cd themes
|
||
$ git clone https://github.com/dsk52/minimage.git
|
||
```
|
||
|
||
For more information read the official [setup guide](https://gohugo.io/overview/installing/) of Hugo.
|
||
|
||
## How to set up
|
||
Please refer [here](https://github.com/dsk52/minimage/blob/master/exampleSite/config.toml) for setting.
|
||
|
||
## Preview your site locally
|
||
Use Hugo’s built-in server to see your site in action as you make changes.
|
||
|
||
```
|
||
$ hugo server -t minimage
|
||
```
|
||
|
||
Visit ``localhost:1313`` in your browser.
|
||
|
||
## Write your new blog posts
|
||
To create a new blog post, run:
|
||
|
||
```
|
||
$ hugo new post/your-post-name.md
|
||
```
|
||
|
||
|
||
## License
|
||
This theme is released under the [MIT license](https://github.com/dsk52/minimage/blob/master/LICENSE.md)
|