My hawksworx.com blog site, powered by Eleventy and Netlify
The hawksworx.com website is a static blog generated by Eleventy, a static site generator. It uses Gulp to automate build optimization tasks and improve performance. The site is hosted on Netlify, a web hosting and continuous deployment platform.
To build and deploy the site locally, follow these steps:
yarn run build
to generate the static assets in a “dist” folder.The hawksworx.com website is a static blog that is generated using Eleventy and hosted on Netlify. It offers features such as static file generation, build optimization, and continuous deployment. The installation process involves setting up Node.js and NPM, cloning the repository, and building the site using the provided command. Netlify is recommended for hosting and deployment due to its CI environment and automatic deployment capabilities.