Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fundingjson.org website

This repository contains the source code for the fundingjson.org static website.

https://fundingjson.org

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/funding-manifest/fundingjson.org.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.

License

All files in this repository and the contents of the website are licensed under CC BY-SA 4.0

About

Repository for the fundingjson.org static website.

Resources

Stars

14 stars

Watchers

1 watching

Forks

Contributors

Languages