All Projects → chicio → chicio.github.io

chicio / chicio.github.io

Licence: other
👻 Fabrizio Duroni (me 😄) personal website. Created using GatsbyJS, Styled Components, Storybook, Typescript, tsParticles, GitHub pages, Github Actions, Upptime.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to chicio.github.io

react-app-rewire-workbox
Customise the service worker for create-react-app apps without ejecting - using Google's Workbox webpack plugins instead of the old sw-precache
Stars: ✭ 44 (+120%)
Mutual labels:  service-worker, progressive-web-app, workbox
Offline Plugin
Offline plugin (ServiceWorker, AppCache) for webpack (https://webpack.js.org/)
Stars: ✭ 4,444 (+22120%)
Mutual labels:  service-worker, progressive-web-app, webpack-plugin
next-with-workbox
Higher order Next.js config to generate service workers
Stars: ✭ 22 (+10%)
Mutual labels:  service-worker, progressive-web-app, workbox
Jekyll Rtd Theme
Just another documentation theme compatible with GitHub Pages
Stars: ✭ 92 (+360%)
Mutual labels:  github-pages, github-page, service-worker
So Pwa
A progressive web app to read Stack Overflow content.
Stars: ✭ 235 (+1075%)
Mutual labels:  service-worker, progressive-web-app, workbox
Parcel Plugin Sw Cache
📦👷 Parcel plugin for caching using a service worker
Stars: ✭ 45 (+125%)
Mutual labels:  service-worker, progressive-web-app, workbox
jekyll-pwa-workbox
A Jekyll plugin using Workbox to make your PWA / Website available offline.
Stars: ✭ 22 (+10%)
Mutual labels:  service-worker, progressive-web-app, workbox
Meteor Apollo Starter Kit
Meteor, Apollo, React, PWA, Styled-Components boilerplate
Stars: ✭ 91 (+355%)
Mutual labels:  styled-components, progressive-web-app, storybook
Pwatter
Angular Progressive Web App using Workbox
Stars: ✭ 167 (+735%)
Mutual labels:  service-worker, progressive-web-app, workbox
Ionic Pwa
🚀 Build a Progressive Web App with Ionic and Angular. Push Notifications. Deployed to Firebase Hosting. The Complete guide to build your PWA. Service Workers. Lighthouse. Web Manifest
Stars: ✭ 87 (+335%)
Mutual labels:  service-worker, progressive-web-app, lighthouse
minesweeper
💣Minesweeper game written with React
Stars: ✭ 18 (-10%)
Mutual labels:  styled-components, progressive-web-app, github-actions
godot-ci
Docker image to export Godot Engine games. Templates for Gitlab CI and GitHub Actions to deploy to GitLab Pages/GitHub Pages/Itch.io.
Stars: ✭ 316 (+1480%)
Mutual labels:  github-pages, github-page, github-actions
Reverie
🎨 A ridiculously elegant Jekyll theme.
Stars: ✭ 442 (+2110%)
Mutual labels:  github-pages, github-page
Liberxue.github.io
Liberxue blog for lightweight Jekyll themes 轻量级自适应 简洁 卡片式博客主题 3秒搞定GitHub blog
Stars: ✭ 330 (+1550%)
Mutual labels:  github-pages, github-page
Github Pages Gallery
A zero dollar solution to host your photo/video gallery online using Github pages and GitHub Actions. No coding necessary.
Stars: ✭ 77 (+285%)
Mutual labels:  github-pages, github-page
spec-prod
GitHub Action to build ReSpec/Bikeshed specs, validate output and publish to GitHub pages or W3C
Stars: ✭ 19 (-5%)
Mutual labels:  github-pages, github-actions
Hanuman
A responsive, lightning-fast Jekyll theme built using AMP (Accelerated Mobile Pages) to speed up your blogs and websites.
Stars: ✭ 100 (+400%)
Mutual labels:  github-pages, github-page
Github Pages Deploy Action
Automatically deploy your project to GitHub Pages using GitHub Actions. This action can be configured to push your production-ready code into any branch you'd like.
Stars: ✭ 2,507 (+12435%)
Mutual labels:  github-pages, github-actions
Godot Ci
Docker image to export Godot Engine games. Templates for Gitlab CI and GitHub Actions to deploy to GitLab Pages/GitHub Pages/Itch.io.
Stars: ✭ 168 (+740%)
Mutual labels:  github-pages, github-page
project-acorn-ssr
A Vue.js SPA built around the WordPress REST API with Vuex, Vue Router, Axios and SSR.
Stars: ✭ 14 (-30%)
Mutual labels:  service-worker, lighthouse

Build Test Lighthouse Release CodeQL Status Chicio Coding Uptime Chicio Coding Response Time GitHub license

Fabrizio Duroni

chicio.github.io - www.fabrizioduroni.it

My personal website, created using github pages and GatsbyJS.


Installation

To run my website locally you need to install the following software:

  • Node
  • Gatsby cli (npm install -g gatsby-cli)

Then you can use the following commands to run the site in developer mode.

npm run install
npm start

If you want a production version of the website, then run the following commands.

npm run install
npm run build
npm run serve

To deploy a new version in production:

  • create and push a new tag (v*..)
  • run the deploy script with the following command
npm run deploy

To bumb up dependecies versions use the following command:

npx npm-check-updates -u 

Overview

My website has been created for Github Pages using:

Go and checkout my homepage and my blog.

Status monitoring

You can find status monitoring information at status.fabrizioduroni.it.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].