Meuge / poliastro.github.io

poliastro website

Home Page:https://blog.poliastro.space/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository contains the source for https://poliastro.github.io/.

Based on the wonderful job by Jake Vanderplas https://github.com/jakevdp/jakevdp.github.io-source (MIT License)

Building the Blog

Clone the repository & make sure submodules are included

$ git clone https://github.com/poliastro/poliastro.github.io-source.git
$ git submodule update --init --recursive

Install the required packages using pip install -r requirements.txt (you will also need some node.js tools)

To generate the main CSS:

(poliastro36) $ lessc main.less > main.css

Build the html and serve locally:

(poliastro36) $ make html
(poliastro36) $ make serve
(poliastro36) $ open http://localhost:8000

Deploy to github pages

(poliastro36) $ make publish-to-github

About

poliastro website

https://blog.poliastro.space/

License:MIT License


Languages

Language:CSS 42.4%Language:HTML 31.5%Language:Makefile 12.4%Language:Python 8.1%Language:Shell 5.7%