Skip to content
This repository was archived by the owner on Apr 11, 2025. It is now read-only.

astrolabsoftware/fink-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

258 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fink website

New repository for Rubin

This repository is unactive. Please use https://github.com/astrolabsoftware/fink-website-rubin instead.

Deployment

To deploy locally

git clone https://github.com/astrolabsoftware/fink-website.git
cd fink-website

# add submodule
git submodule init
git submodule update

# launch it
docker run --rm -it  -p 1313:1313 -v $(pwd):/src klakegg/hugo:0.81.0 \
  server \
  -t vanilla-bootstrap-hugo-theme 

To deploy

docker run --rm -it  -p 1313:1313 -v $(pwd):/src klakegg/hugo:0.81.0 \
  -t vanilla-bootstrap-hugo-theme \
  --baseUrl="https://fink-broker.org" \
  --buildDrafts \
  --cleanDestinationDir

Troubleshooting

On linux, you may want to run docker without sudo. To do this just:

sudo groupadd docker
sudo usermod -aG docker $USER
newgrp docker # or restart computer

About

Fink collaboration website

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5