"In the past, companies like #Wix and #WordPress.com have let you create #websites using #templates you can tweak to your liking. But Wix says its new #AI #SiteGenerator feature goes beyond templates, using AI and algorithms to create a “unique” website." #GenerativeAI
Wix will let you build an entire website using only #AIPrompts - The Verge
https://www.theverge.com/2023/7/17/23796600/wix-ai-generated-websites-chatgpt?utm_campaign=theverge&utm_content=chorus&utm_medium=social&utm_source=twitter
#aiprompts #generativeAI #SiteGenerator #ai #templates #websites #wordpress #wix
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
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
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
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