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
- Host: GitHub
- URL: https://github.com/comrumino/stronz
- Owner: comrumino
- Created: 2016-08-26T04:20:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-11-30T03:52:58.000Z (over 5 years ago)
- Last Synced: 2025-01-05T18:32:51.341Z (about 1 year ago)
- Topics: angularjs, bash, css, html, javascript, pkgbuild, python, python2, tornado
- Language: JavaScript
- Homepage:
- Size: 6.65 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Python Library to Encapsulate a Personal Website
Personalwebsite is a pet project implemented in Python under GPL3.

## 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).