Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.43 KB

File metadata and controls

31 lines (25 loc) · 1.43 KB

Libevent.org

This repository contains the source code for the libevent website. The site provides documentation, resources, and updates for libevent, an event notification library.

Overview

The libevent website is hosted by GitHub Pages and built using HTML, CSS, and JavaScript along with Bootstrap for styling and responsiveness.

Getting Started

To set up a local version of the website for development or testing, follow these steps:

  1. Clone the repository:

    git clone https://github.com/libevent/libevent.github.com.git
    cd libevent.github.com.git 
  2. Run the website locally:

    For Jekyll: Testing GitHub Pages Sites Locally
    In VSCode: Live Server Extension

  3. Open http://localhost:XXXX in your browser to view the site.

Project Structure

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)

Contributors

Contributors