An open API service indexing awesome lists of open source software.

https://github.com/pando85/pando85.github.io


https://github.com/pando85/pando85.github.io

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Kaniop Website

This directory contains the source for the Kaniop project website, deployed to GitHub Pages.

## Local Development

To run the site locally:

```bash
bundle install
bundle exec jekyll serve
```

The site will be available at

## Deployment

The site is automatically deployed to GitHub Pages when changes are pushed to the main branch.

## Structure

- `index.html` - Main landing page
- `_layouts/` - Jekyll layout templates
- `_includes/` - Reusable Jekyll components
- `css/` - Stylesheets
- `images/` - Static images
- `_config.yml` - Jekyll configuration