Overview
The Local Gov Static theme is a starter template designed for Local Government microsites. It is built using Jekyll and Tailwind CSS. This theme follows the process outlined in a blog post and utilizes post-css for style processing and Jekyll for page building. The theme can be customized using Tailwind CSS’s configuration file, tailwind.config.js.
Features
- Built using Jekyll and Tailwind CSS
- Designed as a starter template for Local Government microsites
- Utilizes post-css for style processing
- Can be customized using tailwind.config.js
Installation
To install the Local Gov Static theme, follow these steps:
- Fork the repository.
- Install the npm dependencies for tailwind by running
npm install. - Install the gem dependencies by running
bundle install. - Run the site locally by executing
bundle exec jekyll serve.
Summary
The Local Gov Static theme is a Jekyll and Tailwind CSS based starter template designed for Local Government microsites. It follows a specific process outlined in a blog post and uses post-css for style processing. The theme can be customized using the tailwind.config.js file. It also provides instructions for hosting with S3 and Cloudfront, as well as manual deployment options and deployment using GitHub Actions. The theme is available as open source under the MIT License.