Skip to content

SWIFT-HEP/swift-hep.github.io

Repository files navigation

SWIFT-HEP Project Website

Repository for the Offical SWIFT-HEP Project Website.

Making changes

To make changes, just fork and make Pull Requests. The site is built using Hugo, so see their documentation for:

See the remainder of the [Hugo Documentation] under the "Getting Started" and "Content Management" sections for details on adding content such as pages, images, and other items.

For adding new pages, please use the corresponding hugo new command and the documents will be placed in the correct place.

Updating bootstrap

npm install bootstrap --save
# or
# npm install bootstrap@<version> --save

to install the latest version of bootstrap in node_modules.