Start working on new design w/ Tailwind

This commit is contained in:
Aleks Rutins 2025-06-09 17:01:51 -04:00
parent f03b9f6f20
commit b29b35e166
No known key found for this signature in database
5 changed files with 27 additions and 6 deletions

View file

@ -1,6 +1,7 @@
require "phlex"
require "phlex/markdown"
require "phlexite"
require "tailwindcss/phlexite"
require "front_matter_parser"
require_relative "util/post_loader"
@ -20,6 +21,8 @@ Phlexite::Site.new { |s|
s.mount "assets", on: "/"
# Tailwindcss::Phlexite.build s, 'input.css', 'tailwind.css'
s.page "index.html", Pages::Home.new
s.page "blog/index.html", Pages::Blog.new
s.page "about/index.html", Pages::About.new