This repo hosts my personal website on ciccarello.me. Read about the technology used to build this site in colophon.md.
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
- noindex: mark as
noindex
to robots - 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.
- eleventyExcludeFromCollectionsReason: Used with above property
- If set to "draft", page will show a warning.
- If set to "deleted", page will show a warning, include a 410 http-equiv meta tag, and remove the content