Started with the Atlantic Theme by Zerostatic themes then modified the design quite a bit for my portfolio needs. Then migrated the project into Taylor Bryant's jekyll-starter-tailwind.
A starter kit for using Tailwind with Jekyll that includes:
- 
A barebones Jekyll starter theme 
- 
A Gulpfile that does the following: - Compiles Tailwind
- Strips out unused CSS using Tailwind's purgeoption
- Runs Autoprefixer
- Minifies your CSS
- Compiles Jekyll
- Runs Browsersync for local development
 
- Bundler (2.4.2)
- Jekyll
- Node.js
- npm (Use nvm to manage npm)
- Ruby (3.1.3. Use rbenv to manage ruby installs)
- nvm installto install/select the correct node version from the .nvmrc file
- bundle installto install Ruby gems
- npm cito install npm packages listed in- package-lock.json
- npm run startor- npm run devto compile the site with development settings and run BrowserSync
- npm run build:devto compile the site with development settings
- npm run build:productionor- npm run buildto compile the site for production