Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ryanfleck/hugo-test

Hugo SSG test.
https://github.com/ryanfleck/hugo-test

go hugo

Last synced: 6 days ago
JSON representation

Hugo SSG test.

Awesome Lists containing this project

README

        

# Hugo Test Site

[![Build Status](https://travis-ci.org/RyanFleck/hugo-test.svg?branch=master)](https://travis-ci.org/RyanFleck/hugo-test)

Hugo Static Site Generator test. Potential replacement for jekyll.

Now has CI/CD. Hopefully this pattern can be replicated to build sites for friends.

Interesting themes:
-

Instructions:

Build:
```sh
hugo
```

Development:
```sh
hugo serve
```

Resources:
1.
2. Icons:

```css

@import url('https://fonts.googleapis.com/css?family=PT+Mono|Quattrocento');

```

```css
font-family: 'Quattrocento', serif;
font-family: 'PT Mono', monospace;
```