nicobako / nicobako.github.io

main page for nicobako.github.io

Home Page:https://nicobako.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Personal site.

Serves mostly as a playground for creating static site built with the same technologies that I would use for a full-fledged Django app:

  • htmx
  • hyperscript
  • tailwind

Note

Create tailwind css files:

npx tailwindcss -i ./input.css -o ./static/output.css --watch

Python version 3.12

Generating favicon.ico

from PIL import Image
img = Image.open("static/nico-bako.png")
img.save("favicon.ico")

About

main page for nicobako.github.io

https://nicobako.dev


Languages

Language:CSS 68.2%Language:HTML 23.1%Language:JavaScript 8.8%