Live data from Hacker News

Ask HN: What's a good static site generator to use for a blog in 2018?

news.ycombinator.com

101–110 of 129 posts

Re: Ask HN: What's a good static site generator to use for a blog in 2018?

#101
post #36

Not sure if `blogdown` is known among wider audience. `blogdown` is an R package to generate static websites based on R Markdown and Hugo. So it couples the ease of using R markdown and speed/simplicity of HuGO. https://github.com/rstudio/blogdown But I'm not sure if a non-programmer would be interested in this just for blogging.

I've never used R myself. Will try to set it up and see how different this is from plain Hugo. Thank you!

Re: Ask HN: What's a good static site generator to use for a blog in 2018?

#102

I was looking for one a while back and ended up making my own in PHP. I know it's not a popular language anymore but I have a PHP host where I put my websites and it's the quickest to get up and running for me. Anyway, it's on github https://github.com/sachleen/Steady and a website I made using it: https://github.com/sachleen/SacSciOly | http://sacramentoscienceolympiad.com I tried all the others and none worked for…

I've done a tiny bit of PHP in my life and I was never good at it so I'm going to shy away from your suggestion. But, this will definitely put a smile on my friend's face. He just loves PHP. So, thank you for this!

Re: Ask HN: What's a good static site generator to use for a blog in 2018?

#103
post #19

How I did mine with Github Pages and Pelican: http://bytepawn.com/how-to-make-a-blog-like-this.html

You https certificate has expired? I can't access your blog for some reason. Also, it looks like it's blocked by the Government of India. I wonder why?

Re: Ask HN: What's a good static site generator to use for a blog in 2018?

#104
post #4

Hugo is pretty good. I've started using it for some project websites[1,2], though I don't use it for blogging. For my own website/blog, I wrote it from scratch using Flask[3]. [1]: https://rootlesscontaine.rs/ [2]: https://umo.ci/ [3]: https://www.cyphar.com/

You're using the base16 theme for the first one, correct? Looks nice. I liked the second one as well. What theme is that?

Also, you've mentioned in the sidebar that you've built it using Grav and Hugo. Would you mind explaining how you've used both? And why perhaps? Just curious because someone here suggested Grav over Hugo and you seem to be using both.

I could make one with Django (overkill, I know) as I primarily work with it but I don't have a VPS set up yet and I don't think I'm going to attempt to get one anytime soon. The main reason why I wanted a static site is to not deal with configuring and maintaining the server. Thank you!

Re: Ask HN: What's a good static site generator to use for a blog in 2018?

#105
post #41

I've personally been meaning to rebuild my personal site with Next.js: https://github.com/zeit/next.js/ Used it to build a few static sites at work and have quite enjoyed it as you get to use React.

I've never worked with React myself. I primarily work on Django right now and do very little frontend work. Although, I've been meaning to pick up React so I shall try this once I do. Thank you very much :)

Re: Ask HN: What's a good static site generator to use for a blog in 2018?

#106
post #36

Not sure if `blogdown` is known among wider audience. `blogdown` is an R package to generate static websites based on R Markdown and Hugo. So it couples the ease of using R markdown and speed/simplicity of HuGO. https://github.com/rstudio/blogdown But I'm not sure if a non-programmer would be interested in this just for blogging.

I've never used R myself. Will try to set it up and see how different this is from plain Hugo. Thank you!

Great! You can refer this one if you need any tech support https://bookdown.org/yihui/blogdown/

Re: Ask HN: What's a good static site generator to use for a blog in 2018?

#107
post #4

Hugo is pretty good. I've started using it for some project websites[1,2], though I don't use it for blogging. For my own website/blog, I wrote it from scratch using Flask[3]. [1]: https://rootlesscontaine.rs/ [2]: https://umo.ci/ [3]: https://www.cyphar.com/

You're using the base16 theme for the first one, correct? Looks nice. I liked the second one as well. What theme is that? Also, you've mentioned in the sidebar that you've built it using Grav and Hugo. Would you mind explaining how you've used both? And why perhaps? Just curious because someone here suggested Grav over Hugo and you seem to be using both. I could make one with Django (overkill, I know) as I primarily…

> You're using the base16 theme for the first one, correct?

Yup.

> I liked the second one as well. What theme is that? [...] Also, you've mentioned in the sidebar that you've built it using Grav and Hugo.

The theme is a Grav theme, ported to Hugo[1] (hence the "made with Grav and Hugo" -- the actual site is made with just Hugo). The source for the site is [2]. And the source for my other sites are here[3,4].

[1]: https://github.com/matcornic/hugo-theme-learn [2]: https://github.com/openSUSE/umoci/tree/b9e256550d732c14beeab... [3]: https://github.com/cyphar/rootlesscontaine.rs [4]: https://github.com/cyphar/cyphar.com

Re: Ask HN: What's a good static site generator to use for a blog in 2018?

#108
post #106

Earlier quoted context omitted.

I've never used R myself. Will try to set it up and see how different this is from plain Hugo. Thank you!

Great! You can refer this one if you need any tech support https://bookdown.org/yihui/blogdown/

Thank you! :)

Re: Ask HN: What's a good static site generator to use for a blog in 2018?

#109
post #107

Earlier quoted context omitted.

You're using the base16 theme for the first one, correct? Looks nice. I liked the second one as well. What theme is that? Also, you've mentioned in the sidebar that you've built it using Grav and Hugo. Would you mind explaining how you've used both? And why perhaps? Just curious because someone here suggested Grav over Hugo and you seem to be using both. I could make one with Django (overkill, I know) as I primarily…

> You're using the base16 theme for the first one, correct? Yup. > I liked the second one as well. What theme is that? [...] Also, you've mentioned in the sidebar that you've built it using Grav and Hugo. The theme is a Grav theme, ported to Hugo[1] (hence the "made with Grav and Hugo" -- the actual site is made with just Hugo). The source for the site is [2]. And the source for my other sites are here[3,4]. [1]: htt…

That's awesome, thank you very much! Checking those links out now. How difficult is it to port a Grav theme over to Hugo?

Re: Ask HN: What's a good static site generator to use for a blog in 2018?

#110
post #38

I'm very happy with using pelican for my blog: https://startuplab.io/blog It's very flexible, written in python, easy to customize, has plugins for any purpose. It supports markdown, latex, code snippets (with syntax highlighting). It's very simple to set up and you can use it for any purpose. I've made a custom theme, configured it a bit, and served it with nginx on digital ocean(but you could also host it for free…

Thank you so much! I'll keep these points in mind while settings things up. I almost forgot about commenting. isso will need a server component to do what it does and I'm planning on hosting it on something like github pages.

But then, I don't like Disqus myself. Can't imagine forcing someone else to use it. I'll think about it. Thanks for bringing this up and for everything as well!

Post reply on HN