Jump to content

Years ago when I was exploring SEO I built a portfolio website for a customer that would take a HTML template and a config file; then generate an entire site with static web pages with a bash script. What I did was a one off experiment and i lost the files. I'm wondering is there any content management or site builder out there that is open source, takes a template and config file as input, then generates static web pages?

             ☼

ψ ︿_____︿_ψ_   

Link to comment
https://linustechtips.com/topic/728281-web-site-builder/
Share on other sites

Link to post
Share on other sites

14 minutes ago, SCHISCHKA said:

Years ago when I was exploring SEO I built a portfolio website for a customer that would take a HTML template and a config file; then generate an entire site with static web pages with a bash script. What I did was a one off experiment and i lost the files. I'm wondering is there any content management or site builder out there that is open source, takes a template and config file as input, then generates static web pages?

Not to my knowledge.

Judge a product on its own merits AND the company that made it.

How to setup MSI Afterburner OSD | How to make your AMD Radeon GPU more efficient with Radeon Chill | (Probably) Why LMG Merch shipping to the EU is expensive

Oneplus 6 (Early 2023 to present) | HP Envy 15" x360 R7 5700U (Mid 2021 to present) | Steam Deck (Late 2022 to present)

 

Mid 2023 AlTech Desktop Refresh - AMD R7 5800X (Mid 2023), XFX Radeon RX 6700XT MBA (Mid 2021), MSI X370 Gaming Pro Carbon (Early 2018), 32GB DDR4-3200 (16GB x2) (Mid 2022

Noctua NH-D15 (Early 2021), Corsair MP510 1.92TB NVMe SSD (Mid 2020), beQuiet Pure Wings 2 140mm x2 & 120mm x1 (Mid 2023),

Link to comment
https://linustechtips.com/topic/728281-web-site-builder/#findComment-9259889
Share on other sites

Link to post
Share on other sites

                     ¸„»°'´¸„»°'´ Vorticalbox `'°«„¸`'°«„¸
`'°«„¸¸„»°'´¸„»°'´`'°«„¸Scientia Potentia est  ¸„»°'´`'°«„¸`'°«„¸¸„»°'´

Link to comment
https://linustechtips.com/topic/728281-web-site-builder/#findComment-9260673
Share on other sites

Link to post
Share on other sites

Could it be you're looking for Jekyll? It allows you to put most of your data in a config file, then create a template, write some posts, run a command, and it will generate static pages from all of the content. If you're looking for a place to host it, use GitHub Pages, which simplifies the process by compiling using Jekyll for you when you git push, then is hosted at https://username.github.io/repository-name (free SSL certificate, and you can apply a custom domain if you want). GitHub Pages is completely free, forever.

˙ǝɯᴉʇ ɹnoʎ ƃuᴉʇsɐʍ ǝɹɐ noʎ 'sᴉɥʇ pɐǝɹ oʇ ƃuᴉʎɹʇ ǝɹɐ noʎ ɟI

Link to comment
https://linustechtips.com/topic/728281-web-site-builder/#findComment-9265502
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×