SkillAgentSearch skills...

Website

The XCSoar website

Install / Use

/learn @XCSoar/Website
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

XCSoar.org - Website

  1. Run Ruby Docker image

    docker run --network host -v ./:/data -it ruby:3.4.8  /bin/bash
    cd /data
    
  2. Install ruby dependencies

    bundle install
    
  3. Build the website

    bundle exec jekyll build
    
  4. Start webserver

    jekyll serve
    

How to generate a new post

  1. Generate a stub for the new post

    git config --global --add safe.directory /data
    apt update && apt install -y vim
    bundle exec rake new_post["XCSoar 7.55 released"]
    
  2. Edit the new post, created in ./_posts

  3. If there is a new release also update _config.yml with the new release number.

View on GitHub
GitHub Stars5
CategoryDevelopment
Updated5d ago
Forks12

Languages

HTML

Security Score

70/100

Audited on Mar 26, 2026

No findings