https://github.com/ryanfleck/hugo-test
Hugo SSG test.
https://github.com/ryanfleck/hugo-test
go hugo
Last synced: about 2 months 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 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-24T16:59:46.000Z (over 7 years ago)
- Last Synced: 2025-03-28T07:31:44.152Z (about 1 year ago)
- Topics: go, hugo
- Language: CSS
- Homepage: https://ryanfleck.github.io/hugo-test
- Size: 345 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hugo Test Site
[](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;
```