Skip to content

Commit

Permalink
[MERGE] Merge branch 'master' into production
Browse files Browse the repository at this point in the history
  • Loading branch information
Matteo Bilotta committed Mar 18, 2021
2 parents e4dfaaa + fa217b7 commit 8ec9e8e
Show file tree
Hide file tree
Showing 9 changed files with 569 additions and 516 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Byloth's Website 🌐 #

[![Deploy](https://github.com/Byloth/website/actions/workflows/deploy.yml/badge.svg)](https://github.com/Byloth/website/actions/workflows/deploy.yml)

### My personal website as a Nuxt.js application, written in TypeScript and based on Material Design. ###

Actually, yet another attempt to develop my personal website, to be precise...
Expand Down
3 changes: 2 additions & 1 deletion components/timelines/timeline-item.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@
<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
frameborder="0"
:title="item.thumbnail.description"
:src="item.thumbnail.source">
</iframe>
</div>
</div>
<div v-else class="image">
<img :src="item.image.source" :alt="item.image.description" />
<img :src="item.thumbnail.source" :alt="item.thumbnail.description" />
</div>
</template>
<div v-if="item.hasBody" class="body">
Expand Down
7 changes: 5 additions & 2 deletions content/posts/daft-punk-epilogue.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ date: 2021-02-23T21:24:51
icon: compact-disc
thumbnail:
type: youtube
source: //www.youtube.com/embed/zKSsP2084nU
description:
source: https://www.youtube.com/embed/zKSsP2084nU
description: Give Life Back to Music - Daft Punk

tags:
- music
---
3 changes: 3 additions & 0 deletions content/posts/first-post.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ subtitle: (include data di pubblicazione ufficiale)
author: Matteo Bilotta
date: 2021-02-15T11:34:26
icon: award
tags:
- goals
- news
---

Eccoci qui: finalmente **online**!
Expand Down
32 changes: 32 additions & 0 deletions content/posts/three-years-since-japan.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
title: Japan 2018 🇯🇵
subtitle: Accade oggi
author: Matteo Bilotta
date: 2021-03-18T12:15:54
icon: suitcase
thumbnail:
type: image
source: /img/three-years-since-japan.webp
description: Alcune foto salienti di quel giorno

tags:
- memories
- travel
---

Esattamente a quest'ora, il **18 Marzo 2018**, mi stavo spaccando di sushi in un
[ristorante a Tōkyō](https://goo.gl/maps/WRTeXsRWCeJUvVby9) -provvisto di uno di quei bellissimi trenini che ti portano
il cibo- insieme ai miei 2 compagni d'avventura: **Andrea** e **Roberto**.
Dopo **10 giorni** passati in quel fantastico "Mondo", così differente e distante dal nostro, eravamo giunti -nostro
malgrado- alla fine del viaggio: quello sarebbe stato il nostro **ultimo giorno** passato in Giappone.

Non lo sapevo ancora ma, di lì a poco, mi sarei fatto decolorare e **tingere i capelli** di bianco, pagando -ahimè- una
cifra folle, nel più bel [salone di parrucchieri](https://g.page/ash119?share) in cui io sia mai stato.
Azione che, in seguito, mi fece guadagnare l'appellativo di: **Byloth "il Bianco"**.

Oh, giusto!
Come dimenticare la cena che si sarebbe tenuta quella sera stessa durante la quale saremmo stati ospiti di un tizio
giapponese -un certo **Daisuke**- conosciuto un paio di giorni prima ai piedi del monte Fuji?
Ero lì per un **colloquio di lavoro**, in realtà... Ho rischiato seriamente di rimanere in Giappone, quella volta! 🤣

<!--more-->
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@byloth/website",
"version": "5.0.2",
"version": "5.0.3",
"description": "My personal website as a Nuxt.js application, written in TypeScript and based on Material Design.",
"keywords": [
"Vue.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@byloth/vue-scroll-animator": "^2.3.0-rc5",
"@fortawesome/fontawesome-free": "^5.15.2",
"@fortawesome/fontawesome-free": "^5.15.3",
"@material/button": "^10.0.0",
"@material/card": "^10.0.0",
"@material/drawer": "^10.0.0",
Expand All @@ -44,30 +44,30 @@
"@material/textfield": "^10.0.0",
"@material/tooltip": "^10.0.0",
"@material/top-app-bar": "^10.0.0",
"@nuxt/content": "^1.13.1",
"@nuxt/typescript-runtime": "^2.0.1",
"@nuxt/content": "^1.14.0",
"@nuxt/typescript-runtime": "^2.1.0",
"@nuxtjs/axios": "^5.13.1",
"@nuxtjs/sitemap": "^2.4.0",
"bootstrap": "^4.6.0",
"core-js": "^3.9.0",
"core-js": "^3.9.1",
"nuxt": "~2.14.12"
},
"devDependencies": {
"@babel/core": "^7.13.1",
"@babel/core": "^7.13.10",
"@babel/eslint-parser": "^7.13.10",
"@babel/preset-env": "~7.12.17",
"@nuxt/types": "~2.14.12",
"@nuxt/typescript-build": "^2.0.5",
"@nuxtjs/eslint-config-typescript": "^5.0.0",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/eslint-config-typescript": "^6.0.0",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/pwa": "^3.3.5",
"babel-eslint": "^10.1.0",
"eslint": "^7.20.0",
"eslint": "^7.22.0",
"eslint-plugin-nuxt": "^2.0.0",
"eslint-plugin-vue": "^7.6.0",
"eslint-plugin-vue": "^7.7.0",
"sass": "^1.32.8",
"sass-loader": "~10.1.1",
"typescript": "^4.1.5",
"typescript": "^4.2.3",
"webpack": "~4.46.0"
},
"private": true
Expand Down
Binary file added static/img/three-years-since-japan.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion store/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const state = (): ConfigState => ({
title: "Chi sono"
}
],
version: "5.0.2"
version: "5.0.3"
});

export { state };
Loading

0 comments on commit 8ec9e8e

Please sign in to comment.