<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>WingTip</title>
    <link>https://semanticentity.github.io/WingTip-Static-Site-Generator</link>
    <description>Open-source, SEO-first documentation sites from Markdown</description>
    <language>en</language>
    <lastBuildDate>Sat, 18 Jul 2026 18:46:16 +0000</lastBuildDate>
    <generator>WingTip</generator>
    <item>
      <title>Admonition Examples</title>
      <link>https://semanticentity.github.io/WingTip-Static-Site-Generator/admonitions.html</link>
      <guid>https://semanticentity.github.io/WingTip-Static-Site-Generator/admonitions.html</guid>
      <description># Admonition Examples WingTip supports admonition blocks to highlight important information. These are special callout blocks that can be used to draw attention to specific content. ## Basic Usage Use `!!!` followed by the type of admonition to create a block: !!! note     This is a simple note a...</description>
      <pubDate>Tue, 01 Jul 2025 16:13:21 -0400</pubDate>
    </item>
    <item>
      <title>External Link Handling</title>
      <link>https://semanticentity.github.io/WingTip-Static-Site-Generator/external-links.html</link>
      <guid>https://semanticentity.github.io/WingTip-Static-Site-Generator/external-links.html</guid>
      <description># External Link Handling WingTip provides flexible control over how external links (links to other websites) are handled in your documentation. ## Configuration External link behavior is controlled through the `external_links` section in your `config.json`: ```json {     &quot;external_links&quot;: {      ...</description>
      <pubDate>Tue, 01 Jul 2025 09:44:38 -0400</pubDate>
    </item>
    <item>
      <title>Theming in WingTip</title>
      <link>https://semanticentity.github.io/WingTip-Static-Site-Generator/theming.html</link>
      <guid>https://semanticentity.github.io/WingTip-Static-Site-Generator/theming.html</guid>
      <description># Theming in WingTip WingTip provides a flexible way to customize the appearance of your documentation site. You can start with basic overrides for fonts and colors, and for more advanced needs, standard CSS practices can be employed. ## Basic Theme Overrides (`theme.json`) The primary way to cus...</description>
      <pubDate>Thu, 16 Jul 2026 16:36:56 -0500</pubDate>
    </item>
    <item>
      <title>WingTip Roadmap</title>
      <link>https://semanticentity.github.io/WingTip-Static-Site-Generator/roadmap.html</link>
      <guid>https://semanticentity.github.io/WingTip-Static-Site-Generator/roadmap.html</guid>
      <description># WingTip Roadmap ## Objective Make WingTip the most reliable way to move a documentation project from a hosted platform to portable static output: migrate an existing repository, preserve its information architecture and URLs, and prove the result with automated search, performance, and integrit...</description>
      <pubDate>Sat, 18 Jul 2026 13:45:59 -0500</pubDate>
    </item>
    <item>
      <title>WingTip Changelog</title>
      <link>https://semanticentity.github.io/WingTip-Static-Site-Generator/changelog.html</link>
      <guid>https://semanticentity.github.io/WingTip-Static-Site-Generator/changelog.html</guid>
      <description># WingTip Changelog ## [v0.6.5] - 2026-07-18 ### Redirects - `config.json` accepts `&quot;redirects&quot;: [{&quot;from&quot;: &quot;/old-path&quot;, &quot;to&quot;: &quot;/new-path&quot;}]`. Every build emits a static redirect page per rule (instant redirect with a visible fallback link — works on GitHub Pages and any static host) plus a `_redi...</description>
      <pubDate>Sat, 18 Jul 2026 12:35:38 -0500</pubDate>
    </item>
    <item>
      <title>Configuration</title>
      <link>https://semanticentity.github.io/WingTip-Static-Site-Generator/configuration.html</link>
      <guid>https://semanticentity.github.io/WingTip-Static-Site-Generator/configuration.html</guid>
      <description># Configuration WingTip uses a `config.json` file in your project root to control metadata, theming, GitHub integration, and social card generation. This file is **required** if you use: * A custom favicon * Social card generation (`--regen-card`) * SEO-friendly `base_url`, `og_image`, or `twitte...</description>
      <pubDate>Mon, 30 Jun 2025 19:05:38 +0000</pubDate>
    </item>
    <item>
      <title>Math Examples</title>
      <link>https://semanticentity.github.io/WingTip-Static-Site-Generator/math-examples.html</link>
      <guid>https://semanticentity.github.io/WingTip-Static-Site-Generator/math-examples.html</guid>
      <description># Math Examples WingTip supports LaTeX math rendering using KaTeX. You can write both inline and display math expressions. ## Inline Math Use `\(...\)` for inline math. For example: The area of a circle is \(A = \pi r^2\) and its circumference is \(C = 2\pi r\). The quadratic formula is \(x = \fr...</description>
      <pubDate>Mon, 30 Jun 2025 15:45:25 -0400</pubDate>
    </item>
    <item>
      <title>Plugin Development Guide</title>
      <link>https://semanticentity.github.io/WingTip-Static-Site-Generator/plugins.html</link>
      <guid>https://semanticentity.github.io/WingTip-Static-Site-Generator/plugins.html</guid>
      <description># Plugin Development Guide WingTip includes a plugin system that allows you to extend and customize the build process. This guide explains how to create and use plugins. ## Plugin Basics A WingTip plugin is a Python module that defines a class with specific hook methods. The plugin class can modi...</description>
      <pubDate>Mon, 30 Jun 2025 15:45:25 -0400</pubDate>
    </item>
    <item>
      <title>Client-Side Search Functionality</title>
      <link>https://semanticentity.github.io/WingTip-Static-Site-Generator/search-features.html</link>
      <guid>https://semanticentity.github.io/WingTip-Static-Site-Generator/search-features.html</guid>
      <description># Client-Side Search Functionality WingTip includes a powerful and lightweight client-side search feature that allows users to quickly find relevant information within the documentation. ## How it Works The search functionality is designed to be fast and entirely client-side, making it suitable f...</description>
      <pubDate>Mon, 30 Jun 2025 15:43:47 -0400</pubDate>
    </item>
    <item>
      <title>Live Reload in WingTip</title>
      <link>https://semanticentity.github.io/WingTip-Static-Site-Generator/live-reload.html</link>
      <guid>https://semanticentity.github.io/WingTip-Static-Site-Generator/live-reload.html</guid>
      <description># Live Reload in WingTip WingTip includes a development server with automatic rebuild and browser refresh on save. This makes local authoring fast and seamless. ## How It Works * `wingtip/serve.py` runs a `livereload` server on port 8000 * It watches these files:   * `README.md`   * All `docs/*.m...</description>
      <pubDate>Mon, 12 May 2025 17:24:07 -0400</pubDate>
    </item>
    <item>
      <title>Quick Start</title>
      <link>https://semanticentity.github.io/WingTip-Static-Site-Generator/quickstart.html</link>
      <guid>https://semanticentity.github.io/WingTip-Static-Site-Generator/quickstart.html</guid>
      <description># Quick Start Add beautiful documentation to your project in under 5 minutes. ## 1. Install WingTip (2 min) ```bash # In your project directory: git clone https://github.com/SemanticEntity/WingTip.git pip install -r WingTip/requirements.txt ``` ## 2. Add Your Docs (1 min) ``` your-project/ ├── RE...</description>
      <pubDate>Mon, 12 May 2025 17:24:07 -0400</pubDate>
    </item>
    <item>
      <title>WingTip</title>
      <link>https://semanticentity.github.io/WingTip-Static-Site-Generator/index.html</link>
      <guid>https://semanticentity.github.io/WingTip-Static-Site-Generator/index.html</guid>
      <description># WingTip **Open-source, SEO-first documentation sites from Markdown.** ![WingTip social card](https://raw.githubusercontent.com/semanticentity/WingTip-Static-Site-Generator/main/social-card.png) [Live demo](https://semanticentity.github.io/WingTip-Static-Site-Generator) · [Migration guide](docs/...</description>
      <pubDate>Fri, 17 Jul 2026 10:48:56 -0500</pubDate>
    </item>
    <item>
      <title>Migrate to WingTip</title>
      <link>https://semanticentity.github.io/WingTip-Static-Site-Generator/migration.html</link>
      <guid>https://semanticentity.github.io/WingTip-Static-Site-Generator/migration.html</guid>
      <description>Move documentation from a hosted platform or another static generator to portable WingTip output.</description>
      <pubDate>Fri, 17 Jul 2026 00:00:00 +0000</pubDate>
    </item>
  </channel>
</rss>
