providers.xmpp.net is a website generated based on data from the XMPP Providers project.
- hugo
- python3
Hugo’s quickstart page is a good place to learn about the basics of Hugo (installation, project skeleton, development cycle, etc.).
To run a development server on your local computer, follow these basic steps:
git clone https://github.com/xsf/xmpp-providers-website.git
# install Hugo
cd xmpp-providers-website
Running the server in development mode (reloads whenever a file is changed):
make serve
View at http://localhost:1313
docker build -t xmpp-providers -f ./Dockerfile .
docker run -p 80:80 -t -i xmpp-providers
This theme makes use of: