Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit 1dd82c9

Browse files
committed
Updated readme 🚀
1 parent fc1150d commit 1dd82c9

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

README.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ My personal website, created using github pages.
1111

1212
***
1313

14-
### Installation
14+
## Installation
1515

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

@@ -45,10 +45,16 @@ npm run watch
4545
npm run start
4646
```
4747

48-
### Overview
48+
## Overview
4949

50-
My website is hosted using Github Pages. It contains a bunch of jekyll templates used for home, posts, archive and
51-
tags pages. All blog posts are created using markdown files (thanks Jekyll :grin:). For JS, CSS and assets build I
52-
used Gulp + Webpack build automation tools. On the homepage you can find also a three.js integration with a physically based scene, to highlight my computer graphics passion.
53-
Soooo what are you waiting for???!! Go and checkout my [homepage](https://www.fabrizioduroni.it "homepage") and my
54-
[blog](https://www.fabrizioduroni.it/blog/ "blog") :stuck_out_tongue_winking_eye:!!.
50+
My website has been created for Github Pages using:
51+
52+
- [Jekyll](https://jekyllrb.com), is a simple, blog-aware, static site generator for personal, project, or organization sites written in ruby
53+
- [Gulp](https://gulpjs.com), a task runner built on Node.js and npm
54+
- [Webpack](https://webpack.js.org), a JavaScript module bundler.
55+
- [SASS](https://sass-lang.com), a powerful professional grade CSS extension language
56+
- [TypeScript](https://www.typescriptlang.org), a typed superset of JavaScript that compiles to plain JavaScript.
57+
- [Workbox](https://developers.google.com/web/tools/workbox), a set of libraries and Node modules that make it easy to cache assets and take full advantage of features used to build Progressive Web Apps
58+
- [ThreeJS](https://threejs.org), a JavaScript library used to create and display animated 3D computer graphics in a web browser
59+
60+
Go and checkout my [homepage](https://www.fabrizioduroni.it "homepage") and my[blog](https://www.fabrizioduroni.it/blog/ "blog").

0 commit comments

Comments
 (0)