top | item 14841641

(no title)

rfrank | 8 years ago

Hugo with a theme like docdock is pretty neat (http://gohugo.io/ & http://docdock.netlify.com/)

discuss

order

bedros|8 years ago

how would you add a new post (for a blog) edit a file, and upload it to the site?

reificator|8 years ago

What works for me with Hugo (because I'm already using these tools all day anyway) is to keep the site in a Github repository.

Then when I make a change it triggers TravisCI to do a full site rebuild. (Takes longer to install Hugo than to actually run it)

Then once it's built, Travis has built in support for uploading to S3, and away we go.

Doesn't work for everyone, but it's really smooth and simple for me, I can even just go to Github, create a new page, and save it right there from the site. Which means I can edit from any device I want.

bdot|8 years ago

Netlify CMS can be a good choice if you are looking for admin section, it nicely integrates with GitHub.