warrenlee.techSince I have recently re-vamped my site (August 2020), I would also like to talk about the frameworks and tools that were used to make it. Before this site was made I had a WordPress [https://wordpress.org] blog with a tailored theme, made by myself, and with all these static sites booming on the internet I decided its time for the site to move on. For the backend, I chose Ghost [https://ghost.org/] as my CMS because it is was much cleaner and it had all that I needed for a simple portfolio. Ghost is also easy to setup as you just install from node [https://nodejs.org/]. As for the frontend I chose Nuxtjs [https://nuxtjs.org/] as my Vue framework and Vuetify [https://vuetifyjs.com/] as the UI library. Adding a proper gallery was difficult since Ghost's gallery is just a collection of images, I had to DOM parse my content to pick what I needed and inject that into the gallery component. For my search agent I am currently using Algolia [https://algolia.com] and for the design and layout of the site I took inspiration from the Ghost theme, casper [https://github.com/TryGhost/Casper]. For now I am pretty happy with outcome. The site is much cleaner and wider as I have lost the permanent sidebar. Looking forward to adding some more gimmicks to the site. Right now if you go offline, there will a small alert at the bottom of the site saying that you are offline.