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

README.md - github.com/aanupam23/hugo-sugoi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bb6e0d5750a18d7cf3f0b72bd123c9cdcb6f0949 (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
# Sugoi - An Ultra Minimal Hugo Theme

Hugo-Sugoi is an ultra minimal theme built for personal blogs and can be used for learning hugo theme designing. Feel free to use this theme for creating an awesome hugo theme.
Sugoi theme is bare-bones(literally! since it is built on *Skeleton*) and the theme is javascript free. 

[Theme Demo](https://gosugoi.onrender.com/)

<div align="center">
  <img src="https://raw.githubusercontent.com/aanupam23/hugo-sugoi/master/images/screenshot.png" width="100%" alt="hugo-sugoi - An Ultra Minimal Hugo Theme">
</div>


### Features
- Built on Skeleton and javascript free
- Consist of custom.css
- Clean Landing Page with latest blog posts
- Custom Icons for category
- Read time on index page and articles
- Font Awesome icons
- Toggle based hamburger menu that doesn't require javascript

Also supports Hugo internal templates for 
- Google Analytics
- Disqus Integration

> Sugoi theme contains blog, single page, contact page, 404 page template.


### Installation

Inside the folder of your Hugo site run:
```
$ git submodule add https://github.com/aanupam23/hugo-sugoi.git themes/hugo-sugoi
```

### Licence
[![License](https://img.shields.io/badge/license-MIT-green)](https://github.com/aanupam23/hugo-sugoi/blob/master/LICENSE)

### Acknowledgements
- [Skeleton](https://github.com/dhg/Skeleton/)
- [Hugo Templates](https://gohugo.io/templates)
- [Lorem Markdownum](https://jaspervdj.be/lorem-markdownum/)
- [Hugo Ananke](https://github.com/budparr/gohugo-theme-ananke)