mirror of
https://github.com/llvm/www-new
synced 2026-08-25 18:36:14 +00:00
No description
- PostScript 98.6%
- HTML 1.4%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .github/workflows | ||
| archetypes | ||
| assets | ||
| content | ||
| data | ||
| layouts/shortcodes | ||
| static | ||
| themes | ||
| .gitignore | ||
| .gitmodules | ||
| .hugo_build.lock | ||
| hugo.toml | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
www-new
This is a Hugo-based website. Follow the instructions below to run this website locally.
Prerequisites
- Hugo (extended version recommended)
Setup
-
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
Running the Website Locally
-
Start the Hugo server:
hugo server -
Open your browser and navigate to
http://localhost:1313to view the website.
Additional Commands
-
To build the website for production:
hugo