Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dsk52/minimage
Hugo's theme
https://github.com/dsk52/minimage
google-analytics hugo-theme json-ld responsive thumbnails
Last synced: 16 days ago
JSON representation
Hugo's theme
- Host: GitHub
- URL: https://github.com/dsk52/minimage
- Owner: dsk52
- License: mit
- Archived: true
- Created: 2017-11-04T10:52:19.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-09-08T22:42:24.000Z (over 1 year ago)
- Last Synced: 2024-08-08T18:23:17.830Z (4 months ago)
- Topics: google-analytics, hugo-theme, json-ld, responsive, thumbnails
- Language: HTML
- Homepage: https://themes.gohugo.io/themes/minimage
- Size: 2.28 MB
- Stars: 18
- Watchers: 1
- Forks: 10
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-starred - dsk52/minimage - Hugo's theme (others)
README
# minimage
[![Build Status](https://travis-ci.org/dsk52/minimage.svg?branch=develop)](https://travis-ci.org/dsk52/minimage)
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://github.com/dsk52/minimage/blob/master/LICENSE.md)minimage is a [Hugo](https://gohugo.io) theme.
![minimage's screenshot](https://raw.githubusercontent.com/dsk52/minimage/develop/images/screenshot.png)
## 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)