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

Commit 1c796bc

Browse files
authored
Merge pull request #34 from chicio/gulp-migration 🚀
Gulp tasks migration
2 parents 62d4f57 + 616f133 commit 1c796bc

22 files changed

+138
-263
lines changed

.github/workflows/fabrizioduroni.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
run: |
3737
npm run setup
3838
npm run build
39+
npm run copy-resources
3940
- name: Archive generated site source
4041
uses: actions/upload-artifact@v1
4142
with:

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,19 @@ Then you can build and launch my website locally with the following commands fro
2828

2929
```bash
3030
npm run build
31+
npm run copy-resources // do this only if you need to update fonts, images and 3D models.
3132
npm run start
3233
```
3334
34-
If you want to build a development version of the site run the following commands from the root folder of this repo:
35+
If you want to build a debug version of the site run the following commands from the root folder of this repo:
3536
3637
```bash
37-
npm run build-dev
38+
npm run debug
3839
npm run start
3940
```
4041
42+
43+
4144
### Overview
4245
4346
My website is hosted using Github Pages. It contains a bunch of jekyll templates used for home, posts, archive and
3 KB
Loading
3 KB
Loading
30.3 KB
Loading
30.3 KB
Loading
-29.9 KB
Loading
25.6 KB
Loading
25.6 KB
Loading
-29.9 KB
Loading

0 commit comments

Comments
 (0)