Skip to content

10TeV-wakefield-collider/10TeV-wakefield-collider.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

10 TeV Wakefield Collider Design Study Website

This repository contains the documentation website for the 10 TeV Wakefield Collider Design Study, built using MkDocs with the Material theme.

Local Development Setup

Install Conda (if not already installed)

If you don't have Conda installed, you can download it from the official website.

Create and Activate the Conda Environment

# Create the environment from the environment.yml file
conda env create -f environment.yml

# Activate the environment
conda activate 10tev-docs

Note that you have to create the file 'environment.yml' and copy it from here first.

Clone this repository to your local computer

git clone https://github.com/10TeV-wakefield-collider/10TeV-wakefield-collider.github.io.git

Run the Development Server

# Start the MkDocs development server
cd 10TeV-wakefield-collider.github.io
mkdocs serve

Once the server is running, open your web browser and navigate to:

http://127.0.0.1:8000

The site will automatically reload whenever you make changes to the documentation.

Adding Content

  1. Add new markdown files to the docs/ directory
  2. Update the navigation in mkdocs.yml to include the new pages
  3. The site will automatically update when you save changes

Releases

No releases published

Packages

No packages published

Contributors 5