Skip to content

gusborg88/funkBlog

 
 

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, and Pico CSS for styling.

Setup

  • Installation instrucitons 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 install to get Pico CSS

Running the site

From the Zola CLI usage docs

Zola only has 4 commands: init, build, serve and check.

So you just need to run zola serve to compile and run the site on a local web server.

Releases

No releases published

Packages

No packages published

Languages

  • HTML 93.1%
  • SCSS 6.9%