Skip to content

trackreco/trackreco.github.io-source

Repository files navigation

trackreco.github.io-source

pelican source for website

Created Trackreco GitHub Organization Using Pelican to generate website with fork of pelican-themes theme

Using Travis to build website -- how-to

Recipe for local deploy, using uv and gh:

gh repo clone trackreco/trackreco.github.io
gh repo clone trackreco/trackreco.github.io-source
cd trackreco.github.io-source
uv venv --python python3.8
uv pip install --exclude-newer 2020-01-01 -r requirements.txt
git clone https://github.com/trackreco/pelican-themes.git
git clone --recurse-submodules https://github.com/getpelican/pelican-plugins
unzip tipuesearch.zip
cp -r Tipue\ Search\ 7.1/tipuesearch pelican-themes/static/
cp pelican-plugins/tipue_search/pelican/plugins/tipue_search/* pelican-plugins/tipue_search/.
. .venv/bin/activate.fish
make html
cp -R output/* ../trackreco.github.io/.

About

Parallel Kalman Filter Tracking Reconstruction Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published