-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
121 lines (110 loc) · 4.26 KB
/
Copy path_config.yml
File metadata and controls
121 lines (110 loc) · 4.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
#######################
# Theme Customization #
#######################
title: '@garambo' # used in <title> tag & site header
author: Vincenzo Garambone # used in a <meta> tag & /feed.xml
description: > # used in a <meta> tag & /feed.xml
Vincenzo Garambone's personal page & blog.
Thoughts about programming, music & video games.
slogan: \> Hello. # used in site header, beside title
avatar: /i/avatar.png # used as portrait in site header
banner: /i/background.svg # used as background in site header
url: # used by plugins to generate feed.xml and sitemap.xml
baseurl: '' # prepended to all absolute filepaths
repo: https://github.com/garamb1/garamb1.github.io # used in footer
highlighter: rouge
# Objects listed here will appear in the main nav menu.
# Exceeding four items may cause problems on the desktop (>900px wide) layout.
nav_menu:
- name: Home
url: /
icon: /i/icons/posts.svg # icons should be 24x24 px.
icon-white: /i/icons/posts_white.svg
- name: Projects
url: /projects
icon: /i/icons/portfolio.svg
icon-white: /i/icons/portfolio_white.svg
- name: About
url: /about
icon: /i/icons/about.svg
icon-white: /i/icons/about_white.svg
# Objects listed here will appear on the /projects.html page.
projects:
- title: Connections
teaser: |
You're Pippo, a teeny tiny robot that wouldn't get far without their connections.
A submission to <a href="https://itch.io/jam/thatgamejam01" target="_blank">thatgamejam01</a>
url: https://garambo.itch.io/connections
role: Developer
category: Game Development
image: /project-imgs/ConnectionsIcon.png
- title: Mobile Soundscape
teaser: |
Build the perfect soundscape to study, relax or work to.
No ads, no tracking. Compatible with Control Center and AirPlay.
<a href="/mobile-soundscape-privacy" target="_blank">Privacy Policy</a>
url: https://apps.apple.com/us/app/mobile-soundscape/id6745452392
role: Developer
category: iOS App
image: /project-imgs/MobileSoundscapeIcon.png
- title: NetTuner
teaser: |
Internet radio streaming and management in your macOS menu bar.
Audio streaming using Apple AVPlayer, SwiftData for storage.
url: https://github.com/garamb1/NetTuner
role: Developer
category: macOS App
image: /project-imgs/NetTunerIcon.png
- title: RetroSearch
teaser: |
Search and Browse the WWW like it's 1997.
RetroSearch is a Spring Web Application that presents very simple HTML pages which can be interpreted by old browsers.
Includes Web Search, News and Sports Results API support. Available on <a href="http://retrosearch.org" target="_blank">retrosearch.org</a> or for self-host.
url: https://github.com/garamb1/retrosearch
role: Developer
category: Web Development
image: /project-imgs/RetroSearchIcon.png
- title: Casalbruciato Runner
teaser: |
An infinite runner set in Rome's neighborhood of CasalBruciato.
A quick prototype developed using the Unity engine, supports motion controls.
Available on Google Play.
url: https://play.google.com/store/apps/details?id=it.garambo.Casalbruciato
role: Developer
category: Game Development
image: /project-imgs/CasalBruciatoIcon.png
- title: StartSaver
teaser: With StartSaver you can lock the screen or start your screensaver when you are getting away from your Mac.
url: https://github.com/garamb1/StartSaver/releases
role: Developer
category: macOS App
image: /project-imgs/StartSaverIcon.png
#################
# Site Settings #
#################
incremental: true
exclude:
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- TODO.md
permalink: /:collection/:path
collections:
category: { output: true }
tag: { output: true }
defaults:
- scope: { type: posts }
values: { layout: post }
- scope: { type: tag }
values: { layout: listing }
- scope: { type: category }
values: { layout: listing }
sass:
style: compressed
sass_dir: _assets/css
plugins:
- jekyll-paginate
- jekyll-feed
- jekyll-sitemap
paginate: 10