Skip to content

shuayb01/website

 
 

Repository files navigation

spaceapi.io

CircleCI Docker Image

This are the sources for the SpaceAPI website.

The website is generated using Pelican, a static site generator written in Python. This simplifies hosting and makes the website very fast.

Run server locally

Prerequisites: Python 3 and pipenv.

$ pipenv install
$ pipenv run make html serve

Then visit http://localhost:8000 in your browser to see the result.

Change contents

To apply the changes of contents of /content/pages/* you must restart the webserver:

make html serve

Re-generate API docs

Update the file inside schema/. Then:

python generate_api_docs.py > content/pages/docs.md

Deployment

The website should auto-deploy after a push to master. The update might take a few minutes though.

About

The spaceapi.io website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 30.0%
  • CSS 29.5%
  • Python 14.1%
  • Makefile 10.3%
  • JavaScript 9.9%
  • Shell 5.3%
  • Dockerfile 0.9%