This repository contains the source code for the libevent website. The site provides documentation, resources, and updates for libevent, an event notification library.
The libevent website is hosted by GitHub Pages and built using HTML, CSS, and JavaScript along with Bootstrap for styling and responsiveness.
To set up a local version of the website for development or testing, follow these steps:
-
Clone the repository:
git clone https://github.com/libevent/libevent.github.com.git cd libevent.github.com.git -
Run the website locally:
For Jekyll: Testing GitHub Pages Sites Locally
In VSCode: Live Server Extension -
Open
http://localhost:XXXXin your browser to view the site.
libevent-website/
├── images/ # Static images used on the site
├── style.css # Master css stylesheet
├── README.md # Project documentation (this file)
└── [other files] # Additional project files (including HTML files)