Skip to content

huml-lang/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

huml.io website

This repository contains the source code for the huml.io static website.

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/huml-lang/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

huml.io static website

Resources

Stars

Watchers

Forks

Contributors 2

  •  
  •