Skip to content

Commit 9b03afc

Browse files
committed
Create a landing page and move the posts out the way
1 parent 21e1479 commit 9b03afc

File tree

6 files changed

+36
-29
lines changed

6 files changed

+36
-29
lines changed

_config.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ google_ad_slot : "8253794087"
119119
author:
120120
name : "Diego Russo"
121121
avatar : "assets/images/diegor.jpg"
122-
bio : "smile :)"
122+
bio : "Software Engineer"
123123
location : "Cambridge, UK"
124124
125125
links:
@@ -235,8 +235,8 @@ timezone: "Europe/London" # http://en.wikipedia.org/wiki/List_of_tz_database_tim
235235

236236

237237
# Pagination with jekyll-paginate
238-
paginate: 7 # amount of posts to show
239-
paginate_path: /page:num/
238+
#paginate: 7 # amount of posts to show
239+
#paginate_path: /page:num/
240240

241241
# Pagination with jekyll-paginate-v2
242242
# See https://github.com/sverrirs/jekyll-paginate-v2/blob/master/README-GENERATOR.md#site-configuration
@@ -262,19 +262,21 @@ pagination:
262262

263263
# Plugins (previously gems:)
264264
plugins:
265-
- jekyll-paginate
265+
# - jekyll-paginate
266266
- jekyll-sitemap
267267
- jekyll-gist
268268
- jekyll-feed
269269
- jekyll-include-cache
270+
- jemoji
270271

271272
# mimic GitHub Pages with --safe
272273
whitelist:
273-
- jekyll-paginate
274+
# - jekyll-paginate
274275
- jekyll-sitemap
275276
- jekyll-gist
276277
- jekyll-feed
277278
- jekyll-include-cache
279+
- jemoji
278280

279281

280282
# Archives

_data/navigation.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
# main links
22
main:
3-
- title: "HOWTOs"
4-
url: /howtos/
53
- title: "CV"
64
url: /cv/
7-
# - title: "Sample Posts"
8-
# url: /year-archive/
9-
# - title: "Sample Collections"
10-
# url: /collection-archive/
11-
# - title: "Sitemap"
12-
# url: /sitemap/
5+
- title: "Posts"
6+
url: /posts/

howtos.html

Lines changed: 0 additions & 12 deletions
This file was deleted.

index.html

Lines changed: 0 additions & 4 deletions
This file was deleted.

index.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
layout: single
3+
author_profile: true
4+
---
5+
6+
- :snake: I’m a [CPython](https://github.com/python/cpython/) contributor and part of the Triage Team
7+
- :office: I work as Principal Software Engineer at [Arm Ltd](https://www.arm.com)
8+
- :computer: I'm part of the Runtimes team where my main goal is to make CPython :snake: and its ecosystem work flawlessly for developers around the world on Arm platforms
9+
- :uk: I live in Cambridge, UK. Previously I lived in Italy :it:
10+
- :page_facing_up: My CV can be found [here](/cv/)
11+
- :speaking_head: You can talk to me in Italian :it:, Spanish :argentina:, and English :uk:
12+
- :memo: I used to [blog](/posts/) but I stopped many years ago. :hourglass:
13+
- :zap: I use some social networks: [Linkedin](https://www.linkedin.com/in/diegor/), [bsky](http://bsky.app/profile/diegor.it), [X](https://x.com/diegor), and [Instagram](https://www.instagram.com/diego.russ0/)
14+
- :male_sign: Pronouns: he/him/his
15+
16+
17+
```
18+
>>> import diegor
19+
>>> diegor.smile()
20+
😀
21+
```

posts.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: "Posts by Year"
3+
permalink: /posts/
4+
layout: posts
5+
author_profile: true
6+
---

0 commit comments

Comments
 (0)