Skip to content

olomono/xmpp-providers-website

 
 

Repository files navigation

XMPP Providers Website

providers.xmpp.net is a website generated based on data from the XMPP Providers project.

Software Requirements

  • hugo
  • python3

Introduction to Hugo

Hugo’s quickstart page is a good place to learn about the basics of Hugo (installation, project skeleton, development cycle, etc.).

Installation instructions

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

Deployment

docker build -t xmpp-providers -f ./Dockerfile .
docker run -p 80:80 -t -i xmpp-providers

Theme development

This theme makes use of:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 83.9%
  • Python 8.5%
  • JavaScript 2.3%
  • Makefile 2.0%
  • CSS 1.9%
  • Dockerfile 1.4%