This is a Hugo-based website. Follow the instructions below to run this website locally.
- Hugo (extended version recommended)
-
Clone the repository:
git clone https://github.com/llvm/www-new.git cd www-new
-
Initialize and update the submodules (theme):
git submodule update --init --recursive
-
Install postcss-cli
npm install postcss-cli
-
Start the Hugo server:
hugo server
-
Open your browser and navigate to
http://localhost:1313
to view the website.
-
To build the website for production:
hugo