Merge pull request #31 from softinio/migrate-to-revue

newsletter migration updates
This commit is contained in:
Salar Rahmanian 2021-03-21 09:48:02 -07:00 committed by GitHub
commit 0258a45e73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 11 deletions

View file

@ -13,9 +13,7 @@ I am particularly enthusiastic about the Scala Programming language and NixOS an
I try to make open source contributions when I can. I have contributed to the [ZIO](https://zio.dev) ecosystem, most notably leading and creating the [ZIO-Actors](https://zio.github.io/zio-actors/) and [ZIO-zmx](https://zio.github.io/zio-zmx/) projects. I try to make open source contributions when I can. I have contributed to the [ZIO](https://zio.dev) ecosystem, most notably leading and creating the [ZIO-Actors](https://zio.github.io/zio-actors/) and [ZIO-zmx](https://zio.github.io/zio-zmx/) projects.
I am also organizer for a few meetup groups and arrange technical talk events. To find out more about them and join our community visit [SF Bay Area Techies](https://www.sfbayareatechies.com). [Subscribe to my newsletter](http://newsletter.softinio.com/)
[Subscribe to my newsletter](https://softinio.substack.com/)
![Salar Rahmanian's Family](/img/SalarRahmanianFamily.jpg) ![Salar Rahmanian's Family](/img/SalarRahmanianFamily.jpg)

View file

@ -62,7 +62,7 @@ Please do not be put off by this and don't judge them because of their dated loo
## Conclusion ## Conclusion
I am back again reunited with my old friend a Model M. I am enjoying using it so much after a gap of not having one that I am looking for excuses to use it more and more. So expect more [blogs](https://www.softinio.com) and [newsletters](https://softinio.substack.com) from me going forward, as this keyboard is a joy to use. I am back again reunited with my old friend a Model M. I am enjoying using it so much after a gap of not having one that I am looking for excuses to use it more and more. So expect more [blogs](https://www.softinio.com) and [newsletters](http://newsletter.softinio.com) from me going forward, as this keyboard is a joy to use.
## References ## References

View file

@ -3,6 +3,5 @@
- name: Resumé - name: Resumé
link: resume link: resume
- name: Newsletter - name: Newsletter
link: https://softinio.substack.com link: http://newsletter.softinio.com
- name: Events
link: https://www.sfbayareatechies.com

View file

@ -10,7 +10,7 @@
<div> <div>
Subscribe to my newsletter Subscribe to my newsletter
</div> </div>
<a href="https://softinio.substack.com/p/welcome" class="button mt-1" role="button">subscribe</a> <a href="http://newsletter.softinio.com" class="button mt-1" role="button">subscribe</a>
{{- $posts := where (where .Site.RegularPages "Permalink" "!=" .Permalink) "Type" "in" $s.mainSections }} {{- $posts := where (where .Site.RegularPages "Permalink" "!=" .Permalink) "Type" "in" $s.mainSections }}
{{- $featured := default 8 $s.numberOfFeaturedPosts }} {{- $featured := default 8 $s.numberOfFeaturedPosts }}
{{- with first $featured (where $posts "Params.featured" true)}} {{- with first $featured (where $posts "Params.featured" true)}}

View file

@ -1,3 +0,0 @@
<div>
<iframe src="https://softinio.substack.com/embed" width="360" height="320" style="border:1px solid #EEE; background:white;" frameborder="0" scrolling="no"></iframe>
</div>