An open API service indexing awesome lists of open source software.

https://github.com/comrumino/stronz

A Python Library to Encapsulate a Personal Website
https://github.com/comrumino/stronz

angularjs bash css html javascript pkgbuild python python2 tornado

Last synced: about 1 year ago
JSON representation

A Python Library to Encapsulate a Personal Website

Awesome Lists containing this project

README

          

# A Python Library to Encapsulate a Personal Website

Personalwebsite is a pet project implemented in Python under GPL3.

![](misc/stronz.gif?raw=true)

## Quick start

Personalwebsite is available as a Pacman PKGBUILD. To make the package and install ...
```
$ git clone "https://github.com/comrumino/personal-website.git"
$ cd ./personal-website/archlinux
$ makepkg
$ sudo pacman -U *pkg.tar.xz
$ sudo stronz
```
For local development,
```
$ git clone "https://github.com/strayArch/personal-website.git"
$ cd ./personal-website/
$ ./bin/stronz-py
```
access at [http://127.0.0.1:9001](http://127.0.0.1:9001).