Skip to content

Commit 98d428c

Browse files
committed
Remove works and speaks, increase limit for truncated page lists
1 parent de788e0 commit 98d428c

2 files changed

Lines changed: 2 additions & 54 deletions

File tree

content/_index.md

Lines changed: 1 addition & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,9 @@
11
---
22
title: 'Anurag Roy'
3-
description: "Hi, I'm Anurag. I'm an electronics graduate with a immense interest in building open-source software."
3+
description: "Anurag Roy's webpage."
44
layout: single
55
---
66

7-
Hi, I'm Anurag, and this is my webpage. I'm an electronics graduate with a
8-
immense interest in building open-source software. Thanks for stopping by!
9-
107
## Recent posts
118

129
{{< list-pages-sc "" >}}
13-
14-
- See more [articles and writings][22].
15-
- See more [updates and announcements][23].
16-
17-
## Notable works
18-
19-
- [Contributions to `flutter/flutter`][6] on GitHub.
20-
- [Soif][7] with [Aritra Roy Gosthipaty][8], [Ayush Thakur][9] and [Snehangshu Bhattacharya][10]
21-
: An automated drip irrigation system and weather monitoring(soil moisture,
22-
illuminance, temperature and humidity) system built primarily using an
23-
ESP8266. Accompanied by a mobile application which works along with a MongoDB
24-
database through [REST API][11].
25-
- IoT Based Surveillance System with [Ankan Chattapadhyay][12], [Chandril Mukherjee][13] and [Suman Purkait][14]
26-
: A surveillance system powered by Raspberry Pi 3B+ which uses a single shot
27-
detection model for efficient utilization of bandwith and storage.
28-
Accompanied by a mobile application providing controls, notifications of
29-
detection and access to recorded footage.
30-
- [This website][15]
31-
: This website originally was meant to be built on [Flutter Web][16], but
32-
[unsatifying results back then][17] made me switch to HTML + CSS instead.
33-
Later, to make blogging more about putting words and not about managing HTML
34-
elements, I moved to [Hugo][18].
35-
- [`royarg-repo`][19]
36-
: An [Arch Linux][20] unofficial repository hosting custom packages of known
37-
software, which I use daily on my Linux machine. Building and deploying of
38-
packages are done using [Github Actions][21].
39-
40-
## Public speaking
41-
42-
{{< list-data-sc "talks" >}}
43-
44-
[6]: https://github.com/flutter/flutter/commits?author=RoyARG02
45-
[7]: {{< get-profile "GitHub" >}}/soil_moisture_app
46-
[8]: https://arig23498.github.io/
47-
[9]: https://ayushthakur.gitbook.io/
48-
[10]: https://snehangshu.dev/
49-
[11]: https://github.com/f0rkb0mbZ/drip_irrigation_server
50-
[12]: https://twitter.com/AnkanChattapad1
51-
[13]: https://github.com/Chandril98
52-
[14]: https://twitter.com/purkaitsuman1
53-
[15]: {{< get-profile "GitHub" >}}/RoyARG02.github.io/
54-
[16]: https://flutter.dev/web
55-
[17]: https://github.com/flutter/flutter/issues/55362
56-
[18]: https://gohugo.io
57-
[19]: {{< get-profile "GitHub" >}}/royarg-repo/
58-
[20]: https://archlinux.org
59-
[21]: https://github.com/features/actions
60-
[22]: {{< ref "/writing" >}}
61-
[23]: {{< ref "/updates" >}}

hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ params:
4040

4141
termsInSection: true
4242
datesInPageList: true
43-
maxTruncatedPageListItems: 10
43+
maxTruncatedPageListItems: 20
4444

4545
websiteCredits:
4646
- name: 'Hugo'

0 commit comments

Comments
 (0)