Skip to content

floss-fund/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FLOSS/fund Website

This repository contains the source code for the FLOSS Fund website.

https://floss.fund

Development Docs

Build the Website with Zola using Docker

Follow these steps to build the website using Zola with Docker:

  1. Clone the Repository

    git clone https://github.com/floss-fund/website.git
    cd website
  2. Run the Docker Container

    docker run -u "$(id -u):$(id -g)" -v $PWD:/app --workdir /app ghcr.io/getzola/zola:v0.19.2 build

Local Development

Make sure you have Docker installed and running on your machine before executing these commands.

  1. Serve the Website

    docker run -u "$(id -u):$(id -g)" -v $PWD:/app --workdir /app -p 1024:1024 -p 8080:8080 ghcr.io/getzola/zola:v0.19.2 serve --interface 0.0.0.0 --port 8080 --base-url localhost
  2. Access the Served Website Open your browser and navigate to http://localhost:8000 to view the live-reloaded website.

About

floss.fund static website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published