Re: Complete Web Development Setup Using Clojure CLI Tools

2020-04-30 Thread Jag Gunawardana
Quick background: I often use static site generators for landing pages, marketing pages etc. Hugo is normally my goto product for this as the themes are good and it is easy enough to change them, but recently I felt that there has to be a better way when you want something (just slightly) beyon

Re: Complete Web Development Setup Using Clojure CLI Tools

2020-04-30 Thread Jag Gunawardana
One things I forgot. For a landing/marketing page, the main business aim is to get someone to signup/in so the difference between the prod and dev app is that for dev, I use a redirect (as per the signup link), in production I have an Nginx rule that redirects the user to an application page. As