How to start a blog using Hugo
81–90 of 111 posts
Re: How to start a blog using Hugo
#82The author seems adamant that blog.domain.com is a worse setup than domain.com/blog - I've seen this argument go back and forth a lot, with both sides claiming advantages and disadvantages. I am interested to hear the consensus from HN users as to which is better, and why.
It's not a matter of one being objectively better than the other but which suits your needs. The basic distinction, from a purely SEO perspective, is that blog.domain.com will be treated as its own entity whereas domain.com/blog will be treated as part of the main domain.com entity. The question you have to ask yourself is whether you want to bolster the "value" of your main domain or if you want your blog to be an a…
This has been fairly well beaten into the ground at this point.
Re: How to start a blog using Hugo
#83There is no lack of technical choices when it comes to starting a blog. I can start five blogs in the next 30 minutes, each one on a different platform/infrastructure. What I do lack is something interesting to write about, in a consistent manner. I have been writing code for a long time. I did build some interesting stuff. I'm currently working on a startup that does use some blog-worthy tech: any attempt ends up wi…
I wrote it because there was nothing else like it.
So if you're researching something, but have to combine various sources and figuring out stuff, because there is no easy blog post, write that easy blog post yourself.
Re: How to start a blog using Hugo
#84If anybody tries it out let me know!
Re: How to start a blog using Hugo
#85I also put together a video tutorial of how I set up my CI/CD pipeline to deploy to AWS using Terraform.
https://devbrett.com/videos/2018-07-22-static-website-terraf...
The whole site costs me about 50c a month on S3 + Cloudfront.
Re: How to start a blog using Hugo
#86I created a similar post a while ago, might be interesting for some who want to use GitLab instead of GitHub + Netlify:
https://tkainrad.dev/posts/using-hugo-gitlab-pages-and-cloud...
Re: How to start a blog using Hugo
#87Is there a web-based editor that can be used together with these static site generators? This editor should be small, self-contained and secure and could be located in a separate access-restricted area of the site.
I just wish these static sites has a smooth way to do image layouts (crop, resize, layout and picset generation). I'd give up MD for that, html+emmet is basically just as simple as markdown.
* edit as for access, I gitlab pages host the static site and leave gitlab to handle the netlify cms auth part.
Re: How to start a blog using Hugo
#88I recently moved my blog over from Wordpress to Hugo. I think it must be a lot easier to start out from scratch than to migrate something existing; some parts of Hugo are substantially less than straightforward. I certainly don't regret the move - much happier having a static site than WP in place - but some of this is much more complex than I had hoped it would be. Amongst other issues; * error messages can be extre…
Re: How to start a blog using Hugo
#89The author seems adamant that blog.domain.com is a worse setup than domain.com/blog - I've seen this argument go back and forth a lot, with both sides claiming advantages and disadvantages. I am interested to hear the consensus from HN users as to which is better, and why.
Re: How to start a blog using Hugo
#90Earlier quoted context omitted.
[in my opinion] Don't write to be read. Write for you, write because you enjoy the process and the exposition helps you process and crystallise a concept. Write because you are interested and engaged.
But then why blog? Why not just journal in a notebook or on your "notes" app and be done?