Funkin.me
Source for The Funkin' Crew Inc.'s website, using Zola static site generator
Install / Use
/learn @FunkinCrew/Funkin.meREADME
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!
- You need to install node if you don't already have it.
Running the site
- locally using
npm run dev - in production using
npm run buildand thenzola build
Additional Info
- Zola uses
pulldown-cmarkas it's markdown renderer. See the cheat sheet for some potential markdown specifics https://pulldown-cmark.github.io/pulldown-cmark/cheat-sheet.html
