Nothing has been indexed for 0.4.0 yet. The tag is recorded, its shard.yml has not been read, so the manifest and dependency list below are empty because they are unknown rather than because they are absent.

Installation

# Add this to your shard.yml
dependencies:
  fluck_website:
    github: flucksite/old-website
    version: ~> 0.4.0

Then run:

shards install

shard.yml

No shard.yml has been indexed for 0.4.0. You can read it on the repository.

Dependencies

Unknown: the shard.yml for this version has not been read yet.

README

This README is the one indexed from the repository at its latest ref, not from the tag for this version.

Fluck Website

This is the repo for the https://fluck.site website.

[!NOTE] The original repo is hosted at https://codeberg.org/fluck/website. The GitHub repo is just a mirror.

Introduction

This project is built with Lucky Framework, a web framework for the Crystal Language. It's a database-less Lucky app, and blog posts are static markdown files in the repo. Essentially it's like a static site, but it's compiled into a single binary, and it runs as a dynamic website.

Setting up the project

  1. Run crystal script/setup.cr
  2. Run lucky dev to start the app