Skip to content

And-Repeat-Inc/andrepeat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

And Repeat

A modern portfolio website built with Eleventy and Netlify CMS.

Development

  1. Install dependencies:
npm install
  1. Start the development server:
npm run serve
  1. Build for production:
npm run build

Content Management

The site uses Netlify CMS for content management. Access the CMS at /admin when the site is deployed.

Collections

  • Projects: Portfolio work and case studies
  • Pages: Static pages like About, Contact, etc.

Deployment

This site is configured for deployment on Netlify. The build process is handled automatically through the netlify.toml configuration file.

Project Structure

my-site/
├── admin/                      # Netlify CMS UI
├── content/                    # Content files
│   ├── pages/                 # Static pages
│   └── projects/              # Project markdown files
├── layouts/                    # Nunjucks templates
├── static/                     # Static assets
│   ├── images/                # Images and media
│   └── fonts/                 # Font files
└── _site/                      # Build output (gitignored)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published