Skip to content

jtremesay/jtremesay.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSSG - Jtremesay's Static Site Generator

CI/CD

The thing that propulse jtremesay.org. Also host the content for the aforementioned site.

Today, it's a django app that can generate a static website.

Bootstrap

$ git clone https://github.com/jtremesay/jtremesay.org.git
$ cd jtremesay.org
$ direnv allow
$ npm install
$ pip install -Ur requirements.txt

Dev

$ npm run dev 
# (in other shell)
$ ./manage.py runserver

Prod

$ npm run build
$ ./manage.py distill-local --collectstatic --force dist

Or, if you prefer docker

$ make docker-image

(make for building and runnnig the image)

About

No description, website, or topics provided.

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
AGPL-3.0
COPYING
Unknown
COPYING.CC-BY-NC-SA

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published