Skip to content

FunkinCrew/funkBlog

Folders and files

NameName
Last commit message
Last commit date
Mar 19, 2025
May 4, 2024
Mar 19, 2025
Mar 18, 2025
May 4, 2024
Mar 19, 2025
Feb 23, 2024
May 4, 2024
Mar 19, 2025
Mar 19, 2025
May 4, 2024
May 4, 2024
May 4, 2024

Repository files navigation

funkin.me source code

This is the source code repository for the FUNKIN CREW WEBSITE, funkin.me

It is a static site generated website, using Zola for generation, Tailwind CSS for styling, and Iconify Design for icons.

Setup

  • Installation instructions for zola are here. It is just a binary file you either add to your path, or install via package manager!
  • We get Pico CSS from NPM, so you need to install node if you don't already have it.
    • Then you can just npm ci to get Pico CSS

Running the site

  • locally using npm run dev
  • in production using npm run build and then zola build