I thought Jekyll just compiled the input files to html/css/js and created a static site?
Hugo, too? I hear Hugo is easier.
I haven't used either of them.
Welcome to the web development community! This is a place to post, discuss, get help about, etc. anything related to web development
Web development is the process of creating websites or web applications
Some webdev blogs
Not sure what to post in here? Want some web development related things to read?
Heres a couple blogs that have web development related content
I thought Jekyll just compiled the input files to html/css/js and created a static site?
Hugo, too? I hear Hugo is easier.
I haven't used either of them.
They do. The issue is that I already have a static site. I don't want Jekyll or Hugo to overwrite those. I suppose I can choose which sections I push to Gitlab Pages. Maybe one of those would work in that case.
Maybe look at Astro and develop a lightweight blog post admin panel to create, edit, and delete posts. Should be relatively easy and you should be able to render out a static site from it each time you need to update it.
If Markdown formatting is enough for you, I would look into using a static site generator, like Hugo or Jekyll.
If you want to keep your existing content as static files but same website skeleton and layout instead of copying and editing files you'll copy one and create the layout template. Then content and new posts and pages can be generated from Markdown files. If you set up CI they won't need to run Hugo or what you're using, only push the Markdown files to your Git repository.
Whatever you want to do primarily depends on: Your formatting, styling, functionality, and interfacing needs for the editor, and what you're willing to use or invest for setup.
Hugo runs from a single binary. The source layout is reasonable. With a single layout the folder structure doesn't have to be complex.
I'm not very familiar with alternative [Markdown] static site generators.
Hi Folks, Jesse here from DropInBlog. If you're trying to add a blog to an existing site, the best solution really is DropInBlog. I might be biased, but this use case is the reason we built it in the first place. We had an agency doing static sites and found we really wanted a blog to run on our html sites and didn't want to make a whole theme for wordpress to match the existing site / run on a subdomain etc.
Regarding price — honestly if you're planning to add a blog to your existing site and don't think that effort is going to return the cost of the product, I'd avoid content marketing all together. That said, there is a $100 off promo running at the moment that might help ease the first year :)
Happy to answer any other specific questions about the tech of the product as well. -Jesse