This is the website for the Harvard Systems Group. The Harvard Systems Group at the John A. Paulson School of Engineering and Applied Sciences (SEAS) operates at the vital intersection of systems, theory, and hardware. We design and build the architectures, networks, and databases that form the backbone of modern computing.
To set up the website locally, follow these steps:
-
Install Hugo. Please follow the instructions on the official Hugo installation page.
-
Clone this repository to your local machine:
git clone https://github.com/HarvardSys/blogs-hugo.git
-
Initialize the theme submodule:
cd blogs-hugo git submodule update --init --recursive -
Start the Hugo server:
hugo server
To create and manage blog posts, please refer to the New Post Guide.