Live data from Hacker News

Building a fast, secured and free static site in less than three hours

fillmem.com

111–120 of 201 posts

Re: Building a fast, secured and free static site in less than three hours

#112
post #35

Earlier quoted context omitted.

Assuming your blog is technical, this would have been a good chance to get some more traffic by at least mentioning the actual domain, linking to the github repo, or having one or both of those in your profile. Edit: Not sure why this has been met with a stream of downvotes. Is there something wrong with saying "I use a different approach to publish this blog: [link]," especially if it's technical and would be of int…

"Edit 2: I don't generally care where a post is but this went from -2 to +6 pretty quickly. Weird?" Probably I can answer that :) I noticed that when one of my posts get down voted even when having a neutral comment, it swings back to positive fast when touching -1 or -2. I guess that the gray comment takes a while for HN'ers to notice as down voted. And when they find that there is nothing wrong with it or they actu…

I think we need to clarify what a down vote is... My assumption was it was to flag something mean or off topic. Now People seem to use it to say "I disagree with your opinion but am too lazy to express my own".

Re: Building a fast, secured and free static site in less than three hours

#113
Are there any walkthroughs from zero to all done of best practices to setup a _product website_ using a static generator (Jekyll, Hugo, or whatever) rather than a _blog_?

I will see what is required to swap something like the kube theme into this guide:

https://themes.gohugo.io/kube/#GettingStarted

  "There are a few concepts this theme employs to make a personal documentation site.
  It’s important to read this as you may not see what you expect upon launching."

Re: Building a fast, secured and free static site in less than three hours

#114

Earlier quoted context omitted.

"Edit 2: I don't generally care where a post is but this went from -2 to +6 pretty quickly. Weird?" Probably I can answer that :) I noticed that when one of my posts get down voted even when having a neutral comment, it swings back to positive fast when touching -1 or -2. I guess that the gray comment takes a while for HN'ers to notice as down voted. And when they find that there is nothing wrong with it or they actu…

I think we need to clarify what a down vote is... My assumption was it was to flag something mean or off topic. Now People seem to use it to say "I disagree with your opinion but am too lazy to express my own".

Ask HN: Why has the downvoting timelimit been reduced? | https://news.ycombinator.com/item?id=12330029 (Aug 2016)

TL;DR: I think it would be a big mistake to [...] outlaw downvoting for disagreement - dang (HN mod)

Re: Building a fast, secured and free static site in less than three hours

#119

I host mine on Digital Ocean. I commit the code to github, dev branch is deployed to stg.mydomain and master is deployed to mydomain. In terms of deployment, I use Caddy which, with ~3 lines of config will auto-TLS your site using Lets Encrypt, and handle renewing the certs for you each month. Caddy also automatically pulls your changes, builds them with hugo and deploys them with ~2 more lines of config. It's the ea…

> It's the easiest solution (as a developer) I've come across where I just commit to Github and my blog is updated

I'm not sure how that's easier than GH Pages or Netlify and both of those have the bonus of being free, HA and don't require that you monitor anything for uptime.

Re: Building a fast, secured and free static site in less than three hours

#120

Is there a piece of software that creates nice looking static photo galleries? I have used a few and they all seem to suffer from design that is 10-15 years old.

Show HN: Exposé – a static site generator for photos and videos

https://news.ycombinator.com/item?id=10376468

> jack000: there was some interest in what I was using for the backend, so I cleaned up the code a bit

https://news.ycombinator.com/item?id=10794715

> hlawson: Expose looks very impressive

hat tip: https://hn.algolia.com/?query=static%20photo%20comments%3E5

Post reply on HN