No description
  • Liquid 62.5%
  • JavaScript 26%
  • Nunjucks 6.3%
  • CSS 3.9%
  • TypeScript 1.3%
Find a file
Devlin McClure cb5db80928 feat!: upgrade Tailwind to v4, use DaisyUI for UI components, move content to markdown (#1)
Reviewed-on: #1
Co-authored-by: Devlin McClure <devlincodes@pm.me>
Co-committed-by: Devlin McClure <devlincodes@pm.me>
2025-06-04 01:48:38 +02:00
.vscode Remove useless files, make 404 pretty 2024-01-11 19:35:08 -05:00
_site@58fe818c28 chore: build site 2025-05-28 18:25:18 -04:00
src feat!: upgrade Tailwind to v4, use DaisyUI for UI components, move content to markdown (#1) 2025-06-04 01:48:38 +02:00
.eleventyignore Move blog post to drafts 2024-04-03 20:13:41 -04:00
.gitignore Add new projectHeaderImage shortcode 2024-04-03 20:13:22 -04:00
.gitmodules Add built site as submodule 2024-01-12 21:06:59 -05:00
.prettierignore WIP site rebuild 2023-09-10 20:05:43 -04:00
.prettierrc.json Move to Liquid templates instead of Nunjucks 2024-01-04 18:44:05 -05:00
eleventy.config.js feat!: upgrade Tailwind to v4, use DaisyUI for UI components, move content to markdown (#1) 2025-06-04 01:48:38 +02:00
LICENSE Add LICENSE file 2024-01-14 19:44:43 -05:00
package-lock.json feat!: upgrade Tailwind to v4, use DaisyUI for UI components, move content to markdown (#1) 2025-06-04 01:48:38 +02:00
package.json feat!: upgrade Tailwind to v4, use DaisyUI for UI components, move content to markdown (#1) 2025-06-04 01:48:38 +02:00
README.md Fix instructions in README 2024-01-14 19:38:43 -05:00

Portfolio

Personal Portfolio built using Eleventy and TailwindCSS.

To build dev server

bun install
bun run start

To build for production

bun install
bun run build