Skip to content

aciccarello/ciccarello.me

Repository files navigation

Anthony Ciccarello's personal profile website

Netlify Status

This repo hosts my personal website on ciccarello.me. Read about the technology used to build this site in colophon.md.

Running this site locally

To install the project dependencies, install Node.js and within the project directory run npm install.

To run the build with a local build server use the npm start command. If you need debugging output run the following.

DEBUG=Eleventy* npm start

Page Properties

  • excludeFromSitemap: Don't show in sitemap.xml and mark as noindex to robots
  • excludeFromMainFeed: Appears in all feeds except the main feed. Used for less important activities like replies and likes.
  • eleventyExcludeFromCollections: same as excludeFromSitemap plus don't show in feeds.
    • If set to "draft", page will show a warning.
    • If set to "deleted", page will show a warning and include a 410 http-equiv meta tag