Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/piraces/blog

Personal blog from the template "google/eleventy-high-performance-blog" using 11ty
https://github.com/piraces/blog

11ty blog cloudflare-pages eleventy eleventy-website ens fleek giscus ipfs-web

Last synced: 1 day ago
JSON representation

Personal blog from the template "google/eleventy-high-performance-blog" using 11ty

Awesome Lists containing this project

README

        

# piraces.dev Blog

![CI](https://github.com/piraces/blog/workflows/CI/badge.svg)
[![Publish to Cloudflare pages](https://github.com/piraces/blog/actions/workflows/main.yml/badge.svg)](https://github.com/piraces/blog/actions/workflows/main.yml)
![IPFS](https://img.shields.io/badge/IPFS-Available-brightgreen?logo=ipfs)

Blog for [piraces.dev](https://piraces.dev/), made with the [Eleventy static site generator](https://www.11ty.dev/) implementing a wide range of performance best practices (using the template [google/eleventy-high-performance-blog](https://github.com/google/eleventy-high-performance-blog)).

Based on the awesome [eleventy-base-blog](https://github.com/11ty/eleventy-base-blog).

*Last update from template (last check): 25/06/2024*

## IPFS

This blog is deployed in IPFS using [Fleek](https://fleek.co/), using a fixed [IPNS](https://docs.ipfs.io/concepts/ipns/) and configured with an [ENS Domain](https://ens.domains/).

*ipns://k51qzi5uqu5di6t427sc6mfo6g0mqjauvyxlnu7b2f59wxiigwcy0qroeaypu2*

You can **[view it in IPFS (dweb.link gateway)](https://piraces-eth.ipns.dweb.link/)**.

## Getting Started

### 1. Install dependencies

```
npm install
```

### 2. Build, serve, watch and test
```
npm run watch
```

### 3. Build and test
```
npm run build
```

## License

MIT License

Copyright (c) 2018 Zach Leatherman @zachleat

Modifications to the theme and codebase Copyright (c) 2019 Raúl Piracés @piraces_

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.