https://github.com/pando85/pando85.github.io
https://github.com/pando85/pando85.github.io
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pando85/pando85.github.io
- Owner: pando85
- Created: 2025-09-14T20:55:37.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-11-15T09:07:00.000Z (7 months ago)
- Last Synced: 2025-11-15T10:17:41.628Z (7 months ago)
- Language: CSS
- Size: 491 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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