• Blog
  • Docs
  • Pricing
  • We’re hiring!
Log inSign up
angeltapes

angeltapes

dprn

Townie AI experiment with 11ty.
Public
Like
dprn
Home
Code
5
src
7
.eleventy.js
README.md
H
index.ts
package.json
Branches
1
Pull requests
Remixes
1
History
Environment variables
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Sign up now
Code
/
README.md
Code
/
README.md
Search
6/1/2025
Viewing readonly version of main branch: v18
View latest version
README.md

11ty Static Blog Website

A static website built with Eleventy (11ty) featuring a blog with posts, layouts, and modern styling.

Project Structure

├── _site/                  # Generated static files (output)
├── src/
│   ├── _data/             # Global data files
│   ├── _includes/         # Layout templates and partials
│   ├── posts/             # Blog posts (markdown)
│   ├── css/               # Stylesheets
│   ├── js/                # JavaScript files
│   └── index.md           # Homepage
├── .eleventy.js           # 11ty configuration
├── package.json           # Dependencies
└── README.md

Features

  • Static site generation with 11ty
  • Blog functionality with markdown posts
  • Responsive design with modern CSS
  • Post collections and pagination
  • RSS feed generation
  • SEO-friendly URLs

Development

The site is built and served through Val Town's HTTP endpoint. The 11ty build process runs on each request to ensure fresh content.

Adding Blog Posts

Create new markdown files in src/posts/ with frontmatter:

--- title: "Your Post Title" date: 2024-01-01 tags: ["tag1", "tag2"] --- Your post content here...

Customization

  • Modify layouts in src/_includes/
  • Update styles in src/css/
  • Configure 11ty settings in .eleventy.js
  • Add global data in src/_data/
FeaturesVersion controlCode intelligenceCLIMCP
Use cases
TeamsAI agentsSlackGTM
DocsShowcaseTemplatesNewestTrendingAPI examplesNPM packages
PricingNewsletterBlogAboutCareers
We’re hiring!
Brandhi@val.townStatus
X (Twitter)
Discord community
GitHub discussions
YouTube channel
Bluesky
Open Source Pledge
Terms of usePrivacy policyAbuse contact
© 2025 Val Town, Inc.