You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 19, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+13-7Lines changed: 13 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ My personal website, created using github pages.
11
11
12
12
***
13
13
14
-
###Installation
14
+
## Installation
15
15
16
16
To run my website locally you need to install the following software:
17
17
@@ -45,10 +45,16 @@ npm run watch
45
45
npm run start
46
46
```
47
47
48
-
###Overview
48
+
## Overview
49
49
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
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