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/.