No description
  • PostScript 98.6%
  • HTML 1.4%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025-09-22 18:31:55 +03:00
.github/workflows Add test hugo build workflow 2024-11-20 11:50:51 +05:30
archetypes Add features page 2024-10-16 13:22:20 +05:30
assets 2017-10-updates (#36) 2025-09-20 18:04:41 +03:00
content 2014-10-updates (#41) 2025-09-22 17:34:46 +03:00
data corrections to subproject (#43) 2025-09-22 18:31:55 +03:00
layouts/shortcodes Add publications & pubs page 2024-11-05 20:53:54 +05:30
static Add 2024-10 LLVM developer meeting contents (#6) 2024-12-31 11:32:32 +05:30
themes Migrate devmtg/2022-11 page (#5) 2024-12-14 20:31:43 +05:30
.gitignore Update .gitignore & deleted resources/ 2024-09-11 16:37:25 +05:30
.gitmodules Add www-template as a submodule 2024-09-11 17:02:24 +05:30
.hugo_build.lock Add www-template theme 2024-09-07 23:05:56 +05:30
hugo.toml Clarify a title (#3) 2024-12-13 23:18:10 +05:30
package-lock.json Bump nanoid from 3.3.7 to 3.3.11 (#14) 2025-06-08 09:23:45 +03:00
package.json Add www-template theme 2024-09-07 23:05:56 +05:30
README.md Update README with instructions to run locally 2024-09-12 19:22:26 +05:30

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