https://github.com/gopherdata/gopherdata-hugo
Hugo project for the GopherData website
https://github.com/gopherdata/gopherdata-hugo
Last synced: 4 months ago
JSON representation
Hugo project for the GopherData website
- Host: GitHub
- URL: https://github.com/gopherdata/gopherdata-hugo
- Owner: gopherdata
- Created: 2017-03-15T23:03:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-10T15:09:27.000Z (over 7 years ago)
- Last Synced: 2025-01-03T04:16:45.083Z (6 months ago)
- Size: 2.28 MB
- Stars: 5
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gopherdata.io
Hugo source and content for [gopherdata.io](http://gopherdata.io).
## Building
Ensure you have a recent version of [hugo](http://gohugo.io) installed.
git clone --recursive https://github.com/gopherdata/gopherdata-hugo
cd gopherdata-hugo
hugo server -w
# Browse to http://localhost:1313## Adding a blog post
You can use the `hugo new` command to generate a Markdown template for your content.
cd gopherdata-hugo
hugo new /post/my_descriptive_blog_post.md
# Modify the title section and add your content with a text editor
vim content/post/my_descriptive_blog_post.md