Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/poliastro/poliastro.github.io
poliastro website
https://github.com/poliastro/poliastro.github.io
pelican-site poliastro
Last synced: 13 days ago
JSON representation
poliastro website
- Host: GitHub
- URL: https://github.com/poliastro/poliastro.github.io
- Owner: poliastro
- License: mit
- Created: 2015-05-01T10:22:32.000Z (over 9 years ago)
- Default Branch: sources
- Last Pushed: 2023-08-22T19:10:40.000Z (over 1 year ago)
- Last Synced: 2024-04-14T08:02:14.986Z (8 months ago)
- Topics: pelican-site, poliastro
- Language: HTML
- Homepage: https://www.poliastro.space
- Size: 2.84 MB
- Stars: 1
- Watchers: 4
- Forks: 11
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Source for https://www.poliastro.space
This repository contains the source for https://www.poliastro.space/.
_Based on the wonderful job by Jake Vanderplas https://github.com/jakevdp/jakevdp.github.io-source (MIT License)_
[![poliastro website CI](https://github.com/poliastro/poliastro.github.io/actions/workflows/main.yml/badge.svg)](https://github.com/poliastro/poliastro.github.io/actions/workflows/main.yml)
## Building the website
Clone the repository & make sure submodules are included
```
$ git clone https://github.com/poliastro/poliastro.github.io-source.git
$ git submodule update --init --recursive
```_(Activate the python virtual environment before proceeding)_
Install the required packages using `pip install -r requirements.txt`
Build the html and serve locally:
```
$ make html
$ make serve
$ open http://localhost:8000
```Deploy to github pages
```
$ make publish-to-github
```## Development
To regenerate the main CSS:
```
$ lessc main.less > main.css
```