Hacker News new | ask | show | jobs
by fabacef 1675 days ago
(Gnu) Make.

Long time ago I used to work in a startup. Their servers and workstations were old, slow and weak.

But on their web pages, extra-net and intra-netpages everything was up to date, sharp and really fast!

For adding new subcategory of pages was as easy as

mkdir sub ; cd sub ; ln -s ../Makefile

Some ideas e.g. from https://itnext.io/glorious-makefile-building-your-static-web...

1 comments

This is interesting but it might be a bit too low-level for these clients. I appreciate the suggestion!