lfe-website

Manage the Lisp Flavoured Erlang website build, deployment, and editorial workflow.

29|21|Updated Apr 6, 2013
One-click install
npx skills add https://github.com/lfe/lfe.github.io --skill lfe-website
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lfe-website
Source: https://github.com/lfe/lfe.github.io/tree/main
Command: npx skills add https://github.com/lfe/lfe.github.io --skill lfe-website

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires rust, cobalt-bin, tailwindcss, aspell, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the development and maintenance of the Lisp Flavoured Erlang (LFE) website, ensuring consistent permalinks, automated build pipelines, and correct editorial placement for blog content.

Core Features & Use Cases

  • Pipeline Management: Orchestrates the Cobalt static site generator, custom Rust build tools, Tailwind CSS, and Pagefind search indexing.
  • Content Integrity: Enforces strict permalink consistency across filenames, metadata, and front-page editorial slots.
  • Use Case: When adding a new tutorial, this Skill ensures the post is correctly categorized, assigned a deterministic cover image, and properly indexed for search without manual configuration errors.

Quick Start

Use the lfe-website skill to build the site and verify all data files and permalinks are correctly configured.

Frequently Asked Questions about lfe-website

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a static site using Cobalt and Rust for web development?

To build a static site with Cobalt and Rust, you orchestrate the Cobalt static site generator alongside custom Rust build tools and Tailwind CSS to compile assets and generate the final web pages.

What is the best way to manage editorial slots and permalinks for a static blog?

Managing editorial slots and permalinks involves enforcing strict consistency across filenames, metadata, and front-page placement to ensure deterministic content indexing without manual configuration errors.

How does Tailwind CSS integrate with the Cobalt static site generator pipeline?

Tailwind CSS integrates into the Cobalt static site generator pipeline through orchestrated build scripts that automate asset generation and ensure site-wide styling consistency during deployment.

Can I use aspell to spell check content in a static site build pipeline?

Yes, aspell is included as a dependency in the static site build pipeline to verify and correct spelling across blog content and site documentation before final deployment.

Why does my static site build fail when adding new blog posts?

Static site builds fail when adding new posts if there are permalink inconsistencies across filenames or metadata, or if editorial slots are not correctly resolved within the build orchestration.