Norobiik @Norobiik@noc.social · @Norobiik
425 followers · 6474 posts · Server noc.social

"In the past, companies like and .com have let you create using you can tweak to your liking. But Wix says its new feature goes beyond templates, using AI and algorithms to create a “unique” website."

Wix will let you build an entire website using only - The Verge
theverge.com/2023/7/17/2379660

#aiprompts #generativeAI #SiteGenerator #ai #templates #websites #wordpress #wix

Last updated 1 year ago

Alex · @anip
2 followers · 28 posts · Server fosstodon.org

Using M4 to "include" javascript files can be problematic due to frequent uses of single and back quotes in JS, as I recently discovered when using M4 as a HTML generator. Using the changequote macro to change M4's default quote delimiters is a common workaround. This took care of my problems:

changequote(<<<<, >>>>)dnl

#m4 #html #javascript #css #SiteGenerator #macro

Last updated 2 years ago

Alex · @anip
5 followers · 47 posts · Server fosstodon.org

Using M4 to "include" javascript files can be problematic due to frequent uses of single and back quotes in JS, as I recently discovered when using M4 as a HTML generator. Using the changequote macro to change M4's default quote delimiters is a common workaround. This took care of my problems:

changequote(<<<<, >>>>)dnl

#m4 #html #javascript #css #SiteGenerator #macro

Last updated 2 years ago

Alex · @anip
2 followers · 27 posts · Server fosstodon.org

M4 plays an important role in sendmail, but it has other interesting uses as well.

I was looking for a way to break up a large standalone HTML document for data visualization into logical subunits. Since what I needed was quit simple, using M4 sounded like a good fit. Here is what I finally ended up doing in my Makefile:

(main.m4, scripts.js, style.css, json.js) -> m4 -> final.html

This worked quite well.

#m4 #html #javascript #css #SiteGenerator #macro

Last updated 2 years ago

Alex · @anip
5 followers · 47 posts · Server fosstodon.org

M4 plays an important role in sendmail, but it has other interesting uses as well.

I was looking for a way to break up a large standalone HTML document for data visualization into logical subunits. Since what I needed was quit simple, using M4 sounded like a good fit. Here is what I finally ended up doing in my Makefile:

(main.m4, scripts.js, style.css, json.js) -> m4 -> final.html

This worked quite well.

#m4 #html #javascript #css #SiteGenerator #macro

Last updated 2 years ago