https://github.com/psycopg/psycopg-website
Source for the psycopg.org website
https://github.com/psycopg/psycopg-website
Last synced: 7 months ago
JSON representation
Source for the psycopg.org website
- Host: GitHub
- URL: https://github.com/psycopg/psycopg-website
- Owner: psycopg
- Created: 2019-12-30T12:54:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-08T13:52:01.000Z (10 months ago)
- Last Synced: 2025-04-12T04:53:07.021Z (9 months ago)
- Language: Python
- Homepage: https://www.psycopg.org/
- Size: 1.4 MB
- Stars: 4
- Watchers: 2
- Forks: 5
- Open Issues: 12
-
Metadata Files:
- Readme: README.rst
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
A website for https://www.psycopg.org
=====================================
.. |build| image:: https://github.com/psycopg/psycopg-website/actions/workflows/build.yml/badge.svg
:target: https://github.com/psycopg/psycopg-website/actions/workflows/build.yml
:alt: Website build status
In order to change the website:
- clone the repository
- run ``make setup`` to create the virtualenv
- run ``make serve`` to serve the website on http://localhost:5000/
- hack on the website (pages are in the `content` directory)
- commit and push
GitHub Actions will |build| the website and push it to the `github pages repos`__,
served as https://www.psycopg.org/.
.. __: https://github.com/psycopg/psycopg.github.io