This is a website built with hugo, using the hugoplate theme. This is the main presence for About Time Aviation out of Creswell, OR.
This is currently a work in progress/staging site for evaluation.
- Hugo
- Tailwind CSS
- PostCSS
- PurgeCSS
- AutoPrefixer
- Hugo Modules by Gethugothemes
- Markdown
- Prettier
- Jshint
- Netlify
- Vercel
- Github Actions
- Gitlab Ci
- AWS Amplify
To build your project locally, you can use the following command. It will purge all the unused CSS and minify all the files.
npm run buildThere are 5 different deploy platform configurations configured. Currently this site is being deployed to Github pages with a Github Actions script.
And if you want to Host some other hosting platforms. then you can build your project, and you will get a public folder. that you can copy and paste on your hosting platform.
Note: You must change the
baseURLin thehugo.tomlfile. Otherwise, your site will not work properly.