This project requires Node.js and npm.
Install with Homebrew:
brew install nodeInstall with your package manager:
sudo apt update
sudo apt install nodejs npm- Install dependencies:
npm install - Start the local development server:
npm run dev
Open the local preview URL http://localhost:8080.
src/_data/site.json: profile, contact details, site-wide metadatasrc/_data/navigation.json: top navigation labels and URLssrc/_data/news.json: homepage news itemssrc/members/*.json: one JSON file per current lab membersrc/alumni/*.json: one JSON file per alumnussrc/publications/publications/*.bib: one bib file per published papersrc/publications/preprints-and-working-papers/*.bib: one bib file per preprint or working papersrc/publications/theses/*.bib: one bib file per thesissrc/teaching-items/*.md: one Markdown file per teaching itemsrc/content/home-bio.md: homepage bio textsrc/content/research-focus.md: lab research focus textsrc/content/prospective-students.md: prospective-student
src/_includes/layouts/base.njk: shared HTML shellsrc/_includes/layouts/page.njk: standard layout for interior pagessrc/_includes/partials/navigation.njk: primary site navigationsrc/assets/css/main.css: global styles