mirror of
https://github.com/softinio/softinio.com.git
synced 2025-09-03 10:36:42 -07:00
theme update and related improvements
This commit is contained in:
parent
57ddb18949
commit
f080a22e16
17 changed files with 249 additions and 114 deletions
|
@ -1,7 +1,6 @@
|
|||
+++
|
||||
title = "About"
|
||||
template = "info-page.html"
|
||||
path = "about"
|
||||
|
||||
[extra]
|
||||
isso = false
|
||||
|
@ -10,15 +9,14 @@ quick_navigation_buttons = true
|
|||
|
||||
I, [Salar Rahmanian](https://www.softinio.com), am a software engineer based in San Francisco Bay Area, California.
|
||||
|
||||
I have been developing software since the age of eleven. My current passion is functional programming, big data and distributed systems.
|
||||
I have been developing software since the age of eleven. My current passion is functional programming, big data and distributed systems.
|
||||
|
||||
I am particularly enthusiastic about the Scala Programming language and NixOS and technologies such as Apache Nifi, Kafka, Spark and Akka / Pekko.
|
||||
I am particularly enthusiastic about the Scala Programming language and NixOS and technologies such as Apache Nifi, Kafka, Spark and Akka / Pekko.
|
||||
|
||||
I contribute to open source projects when time allows.
|
||||
I contribute to open source projects when time allows.
|
||||
|
||||
At work, I am currently working as a Data Engineer using spark and Databricks alot. For full details of my experience have a look at my [Resume](/resume).
|
||||
|
||||
As a long term Vim user and Neovim fan I also have started contributing plugins written in Lua for Neovim.
|
||||
|
||||
{{ full_width_image(src="SalarRahmanianFamily.jpg" alt="Salar Rahmanian's family photo") }}
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
+++
|
||||
paginate_by = 4
|
||||
path = "/archived"
|
||||
title = "Archived"
|
||||
sort_by = "date"
|
||||
template = "section.html"
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
+++
|
||||
paginate_by = 4
|
||||
path = "/post"
|
||||
title = "Articles"
|
||||
sort_by = "date"
|
||||
template = "section.html"
|
||||
|
|
|
@ -7,4 +7,5 @@ insert_anchor_links = "left"
|
|||
[extra]
|
||||
show_reading_time = false
|
||||
quick_navigation_buttons = true
|
||||
enable_cards_tag_filtering = true
|
||||
+++
|
||||
|
|
|
@ -4,7 +4,7 @@ description = "A modern, type-safe Scala 3 wrapper library for DuckDB."
|
|||
weight = 3
|
||||
|
||||
[taxonomies]
|
||||
tags = ["Scala", "DuckDB", "Database"]
|
||||
tags = ["Scala", "DuckDB", "Database", "Project"]
|
||||
categories = ["Project"]
|
||||
|
||||
[extra]
|
||||
|
|
|
@ -4,7 +4,7 @@ description = "Fishee is a command-line interface (CLI) tool designed specifical
|
|||
weight = 4
|
||||
|
||||
[taxonomies]
|
||||
tags = ["Fish Shell", "Swift", "Terminal Tools"]
|
||||
tags = ["Fish Shell", "Swift", "Terminal Tools", "Project"]
|
||||
categories = ["Project"]
|
||||
|
||||
[extra]
|
||||
|
|
|
@ -4,7 +4,7 @@ description = "Lua Library and Neovim Plugin to search scaladex for scala packag
|
|||
weight = 2
|
||||
|
||||
[taxonomies]
|
||||
tags = ["Scala", "lua", "neovim"]
|
||||
tags = ["Scala", "lua", "neovim", "Project"]
|
||||
categories = ["Project"]
|
||||
|
||||
[extra]
|
||||
|
@ -30,4 +30,3 @@ I then used it to create a [Neovim](https://neovim.io) plugin and [telescope.nvi
|
|||
|
||||
- Repository: <https://github.com/softinio/scaladex.nvim>
|
||||
- README: <https://github.com/softinio/scaladex.nvim/blob/main/README.md>
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ description = "Scala bloggers directory and news feed using RSS"
|
|||
weight = 1
|
||||
|
||||
[taxonomies]
|
||||
tags = ["Scala", "Typelevel"]
|
||||
tags = ["Scala", "Typelevel", "Project"]
|
||||
categories = ["Project"]
|
||||
|
||||
[extra]
|
||||
|
|
|
@ -4,7 +4,7 @@ description = "A High performance, purely functional library for building, compo
|
|||
weight = 5
|
||||
|
||||
[taxonomies]
|
||||
tags = ["actor model", "concurrency", "distributed systems", "scala", "functional programming", "zio"]
|
||||
tags = ["actor model", "concurrency", "distributed systems", "scala", "functional programming", "zio", "Project"]
|
||||
categories = ["Project"]
|
||||
|
||||
[extra]
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
+++
|
||||
title = "Subscribe"
|
||||
template = "subscribe.html"
|
||||
path = "subscribe"
|
||||
|
||||
[extra]
|
||||
isso = false
|
||||
quick_navigation_buttons = true
|
||||
+++
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
+++
|
||||
paginate_by = 5
|
||||
path = "/til"
|
||||
title = "Things I've Learned"
|
||||
sort_by = "date"
|
||||
template = "section.html"
|
||||
|
@ -9,4 +8,3 @@ insert_anchor_links = "left"
|
|||
[extra]
|
||||
show_previous_next_article_links = true
|
||||
+++
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue