create-regular-website

Scaffold and deploy a personal website to Surge.sh using topic folders.

12|2|Updated Feb 2, 2020
One-click install
npx skills add https://github.com/servitola/dotfiles --skill create-regular-website
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-regular-website
Source: https://github.com/servitola/dotfiles/tree/main/claude-code/skills/create-regular-website
Command: npx skills add https://github.com/servitola/dotfiles --skill create-regular-website

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires npm, surge, python3, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill helps non-technical users quickly scaffold and publish a personal website by organizing content into topic folders and deploying to Surge.sh.

Core Features & Use Cases

  • Site initialization: creates a ready-to-use site structure including posts, projects, and galleries.
  • Content workflows: supports adding posts, projects, and gallery items through guided prompts.
  • One-click publishing: builds and deploys the site to Surge.sh for immediate online access.

Quick Start

Describe your site idea and say "init site" to scaffold your new topic and get a live link.

Frequently Asked Questions about create-regular-website

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

FAQPage Schema
How do I create and publish a personal website without coding experience?

You can create and publish a personal website without coding by using a scaffold system that organizes content into topic folders and deploys directly to Surge.sh, generating a live link for immediate online access.

What is the best way to organize content for a simple personal site?

Organizing content for a simple personal site is best done using topic folders. You define your structure in a site.yaml file and coordinate posts, projects, and galleries through guided prompts.

Do I need Surge.sh and npm to deploy a scaffolded website?

Yes, deploying a scaffolded website requires Surge.sh, npm, and python3. The engine uses these dependencies to build your topic structure and execute the one-click publishing process.

Can I add new posts and gallery items to my site after initialization?

Yes, you can add new posts and gallery items to your site after initialization. The workflow supports ongoing content work by allowing you to add projects, posts, and galleries through guided prompts.

What are the limitations of using Surge.sh for website deployment?

A limitation of using Surge.sh for website deployment is that it is designed for simple personal sites. It requires a topic with a site.yaml file and the provided engine to scaffold and deploy, which may not suit complex web applications.