Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ryanfleck/hugo-test
- Owner: RyanFleck
- License: gpl-3.0
- Created: 2018-10-17T00:39:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-24T16:59:46.000Z (about 6 years ago)
- Last Synced: 2024-12-07T12:42:10.501Z (2 months ago)
- Topics: go, hugo
- Language: CSS
- Homepage: https://ryanfleck.github.io/hugo-test
- Size: 345 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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;
```