Skip to content

A Python Library to Encapsulate a Personal Website

Notifications You must be signed in to change notification settings

comrumino/stronz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.