ligo/gitlab-pages
Tom Jack 2d7e177ba7 Build Ubuntu 19.10 instead of 19.04
19.04 reached End of Life in January and it appears the package repos
have now dropped it. 19.10 is not LTS but EOL is in July. Soon there
will be 20.04 LTS.
2020-04-16 18:04:42 -05:00
..
docs Build Ubuntu 19.10 instead of 19.04 2020-04-16 18:04:42 -05:00
website Attempt to fix search. 2020-04-15 12:19:12 +02:00
.dockerignore move before merging repositories 2019-05-27 16:56:47 +02:00
.gitignore [LIGO-93] redesign profile pics 2019-09-27 19:10:48 +02:00
docker-compose.yml Deploy sitemap.xml to actual website 2020-04-06 16:16:34 +02:00
Dockerfile - Improve darkmode support 2020-03-04 13:19:00 +00:00
LICENSE move before merging repositories 2019-05-27 16:56:47 +02:00
README.md Add updated instructions for running/building the website 2019-08-02 16:52:23 -07:00

Ligo documentation

Running the documentation website

The website will be available at http://localhost:3000

To get the website running you want to do the commands:

cd website
npm run version next
cd ..
docker-compose up