Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aciccarello/ciccarello.me
Personal website hosted at https://www.ciccarello.me
https://github.com/aciccarello/ciccarello.me
eleventy personal-website website
Last synced: 3 months ago
JSON representation
Personal website hosted at https://www.ciccarello.me
- Host: GitHub
- URL: https://github.com/aciccarello/ciccarello.me
- Owner: aciccarello
- Created: 2020-04-13T06:49:46.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-27T09:13:34.000Z (3 months ago)
- Last Synced: 2024-10-27T09:52:18.270Z (3 months ago)
- Topics: eleventy, personal-website, website
- Language: HTML
- Homepage:
- Size: 101 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Anthony Ciccarello's personal profile website
[![Netlify Status](https://api.netlify.com/api/v1/badges/af8cd9bd-b0a4-417f-bfa1-d11e6d8ed0f7/deploy-status)](https://app.netlify.com/sites/mystifying-brahmagupta-67e639/deploys)
This repo hosts my personal website on [ciccarello.me](https://www.ciccarello.me). Read about the technology used to build this site in [colophon.md](colophon.md).
# Running this site locally
To install the project dependencies, install [Node.js](https://nodejs.org/) 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.
```bash
DEBUG=Eleventy* npm start
```# Page Properties
- 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