← Home ← Back to /g/

Thread 106463154

40 posts 16 images /g/
Anonymous No.106463154 >>106463189 >>106464419 >>106464491 >>106465689 >>106465867 >>106470789 >>106470861 >>106470888 >>106470942 >>106471136 >>106473543
Hands-down, the best static site generator
Anonymous No.106463175 >>106463184 >>106464529 >>106470789
why do you need a "static site generator".
Anonymous No.106463184 >>106464433
>>106463175
why do you need to write retarded replies?
Anonymous No.106463189 >>106470164
>>106463154 (OP)
I couldn't get it to work (too tired to read the docs)

Built my own instead
Anonymous No.106464419 >>106464591 >>106464617 >>106465782 >>106471136 >>106473523
>>106463154 (OP)
If you have to write markdown, why not write html directly? They're not that different.
Anonymous No.106464433
>>106463184
just answer the question you absolute homosexual.
Anonymous No.106464491
>>106463154 (OP)
>static site generator
It shouldn't exist. What's the use case?
Anonymous No.106464529 >>106464619 >>106468634 >>106470173
>>106463175
>Noooo, you can't make lightweight websites, you need to use Bloatpress for a simple blog!
Anonymous No.106464591
>>106464419
some niggas are literally lazy. I don't understand it either. I don't get static site generators either.
Anonymous No.106464601
we don't need more websites
Anonymous No.106464617
>>106464419
They're exactly nothing alike.
Anonymous No.106464619 >>106466699
>>106464529
>implying
you little shit.
Anonymous No.106465689
>>106463154 (OP)
probably. I haven't tried a different one.
Anonymous No.106465782
>>106464419
why bother with abstractions at all?
Anonymous No.106465867
>>106463154 (OP)
Shit orgmode support
Anonymous No.106466699
>>106464619
use case?
Anonymous No.106467919 >>106470789
it gets convoluted pretty quick.
my website now just serves pdfs i write in typst
Anonymous No.106468630
Hands-down, the best static site generator
Anonymous No.106468634
>>106464529
all you need is a text editor, friend
Anonymous No.106468753
Sticking with Jekyll
Anonymous No.106469136
i havent been to a new website in years
captcha p00 4dd
Anonymous No.106470164 >>106473572
>>106463189
Literally same. 2 years ago company tried to use it and I just said fuck this, made one simple one in go in an afternoon
Anonymous No.106470173
>>106464529
Yep, if you aren't doing 8 db queries per refresh ngmi
Anonymous No.106470752
Too much bloat for my taste, I've a shell script that do better then this shitware. It's around 100 SLOC.
Anonymous No.106470789 >>106470920
>>106463175
Because I’d rather write Markdown than HTML and I want to have full-text Atom feeds without having two copies of every blog post
>>106467919
Based
>>106463154 (OP)
I like it but it’s kind of annoying to set up in a way I like and I think it needs more Rails Guides-style documentation to get people in the general vibe so they’re not surprised by things that are explained by reading the content-collections documentation
Anonymous No.106470861 >>106470872
>>106463154 (OP)
Almost no one ITT even knows what Hugo is or does. Even the faggots saying they wrote their own (they didn't, except maybe the shell script guy), don't understand what they're saying.

To the rest of you dumb niggers: If you're building a simple static site, just a page or two, then sure. It makes sense to do it with a text editor. If your site is 10+ pages, and each page has significantly different content, but you need all of these pages to be aesthetically and functionally coherent, and you frequently update shit, then you use Hugo (or Jekyll). They save massive amounts of time by way of their templating and action systems (think macros), and yes, being able to write large amounts of content in simple markdown is monumentally comfy.

Read:
https://gohugo.io/templates/introduction/

https://jekyllrb.com/docs/liquid/

Or stay retarded.
Anonymous No.106470872 >>106470907
>>106470861
>struggling to maintain consistency
how is this an issue for most of you? genuinely what the fuck is wrong with people?
Anonymous No.106470888
>>106463154 (OP)
Love it. I'm one of the webmasters for American Renaissance and we've been slowly porting over a good chunk of the site to Hugo. Great software. The non-whites plaguing this site wouldn't get it.
Anonymous No.106470907 >>106470920
>>106470872
>strawman
Faggot.
Anonymous No.106470920 >>106471854
>>106470789
valid.

>>106470907
>>strawman
why are we just making shit up now. whatever. fine. enjoy hugo. if it works for you, that's great.
Anonymous No.106470942
>>106463154 (OP)
i agree, and being able to see changes in real time with the integrated mini http server is extremelly cool, but i haven't been able to get a theme that i enjoy using and my brain is small so i can't modify them/add functionaly so i don't use it
Anonymous No.106471136
>>106463154 (OP)
I prefer this https://vitepress.dev/

>>106464419
This. The markdown will be converted to html anyways. But html at least allows you to set custom attributes/classes when needed. Working with markdown is only acceptable if you can guarantee that all you'll ever need is the default theme, without any custom conditions and styles, and without any JS functionality.
Anonymous No.106471150 >>106471443
the replies ITT show the absolute state of this board.
Anonymous No.106471443 >>106471624
>>106471150
Elaborate.
Anonymous No.106471624
>>106471443
They just feel kind of transphobic
Anonymous No.106471854
>>106470920
Funny and cool image mind if I save?
Anonymous No.106473523
>>106464419
Generate an RSS feed and html from a single source, and edit the layout of your website without having to edit every page individually
Anonymous No.106473543 >>106473562
>>106463154 (OP)
bashblog
Anonymous No.106473562
>>106473543
also pandoc is goated for static site generation. just make a wrapper around pandoc and utilize all its awesome features like taking a md file with codeblocks and turning it into a static html file with inline codeblock styling using some language syntax highlighting library
Anonymous No.106473572
>>106470164
bastey based ;)