A place for everything about web development

767 readers
4 users here now

founded 6 years ago
MODERATORS
51
 
 

Recently in a chatroom I know people have been discussing using HTML and CSS only without any kind of other markup / templating / build script.

I am not into it.

I do wish there were a better way to define my own mini-extensions to markdown to have the markdown be the properly Canonical form of my content; I have an oembed liquid tag and a linkpreview liquid tag and ideally that'd just be a presentation detail rather than embedded within my markup with liquid... but as it is, I'm quite happy with the flexibility Jekyll gives me given that even my weirdest stuff is easy to express as "turn some markdown into a chunk of html and put that html into a different piece of html" (yes you can see some poorly rendered markdown there, no I do not care enough to fix it)

52
2
PWABuilder (www.pwabuilder.com)
submitted 5 years ago by pizd3ts@lemmy.ml to c/webdev@lemmy.ml
 
 

Make your website PWA (Progressive Web Application)

53
54
55
56
 
 

Trying to hack some HTML and CSS. Are there anything like the above that can serve a local website to localhost, be built on Linux and refreshes the page when files are changed?

There is live-server on npm but I was hoping for something that is available in my distro's package manager (or if it isn't I can add it). Hugo has a serve mode that does exactly this but it is limited to hugo projects.

Any input is appreciated. Thanks.