Skip to content

llvm/www-new

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

About

Test repo for the new LLVM website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages