Skip to content

llvm/www-new

Folders and files

NameName
Last commit message
Last commit date
Nov 20, 2024
Oct 16, 2024
Sep 7, 2024
Jan 26, 2025
Jan 26, 2025
Nov 5, 2024
Dec 31, 2024
Dec 14, 2024
Sep 11, 2024
Sep 11, 2024
Sep 7, 2024
Sep 12, 2024
Dec 13, 2024
Sep 7, 2024
Sep 7, 2024

Repository files navigation

www-new

This is a Hugo-based website. Follow the instructions below to run this website locally.

Prerequisites

  • Hugo (extended version recommended)

Setup

  1. Clone the repository:

    git clone https://github.com/llvm/www-new.git
    cd www-new
  2. Initialize and update the submodules (theme):

    git submodule update --init --recursive
  3. Install postcss-cli

    npm install postcss-cli

Running the Website Locally

  1. Start the Hugo server:

    hugo server
  2. Open your browser and navigate to http://localhost:1313 to view the website.

Additional Commands

  • To build the website for production:

    hugo