From 2daadd6dc0b4d2faad45afb493758484f99c4467 Mon Sep 17 00:00:00 2001 From: Salar Rahmanian Date: Fri, 23 Jun 2017 16:35:28 -0400 Subject: [PATCH] Added first meetup blog --- archetypes/default.md | 2 +- archetypes/meetup.md | 11 +++++-- content/meetup/scala-dc-june-2017.md | 46 ++++++++++++++++++++++++++++ layouts/meetup/single.html | 2 +- layouts/partials/meetup_aside.html | 9 ++++++ layouts/partials/meetup_details.html | 25 +++++++++++++++ layouts/partials/social.html | 6 +++- 7 files changed, 96 insertions(+), 5 deletions(-) create mode 100644 content/meetup/scala-dc-june-2017.md create mode 100644 layouts/partials/meetup_aside.html create mode 100644 layouts/partials/meetup_details.html diff --git a/archetypes/default.md b/archetypes/default.md index 61b7924..784b169 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -1,6 +1,6 @@ +++ Title = "" -Tescription = "" +Description = "" Tags = [ "development", ] diff --git a/archetypes/meetup.md b/archetypes/meetup.md index 62e5f51..5d1260d 100644 --- a/archetypes/meetup.md +++ b/archetypes/meetup.md @@ -1,14 +1,21 @@ +++ Title = "" +date = "2014-01-09T08:54:57-05:00" Slug = "" Description = "" -Summary = "" menu = "main" keywords = ["meetup"] -Topics = ["meetup"] Tags = ["meetup"] meetup_url = "" speaker_url = "" slides_url = "" +++ + + +It was great to see everyone who attended, hope to see more scala types at our +next event: + +[Upcoming Scala DC Meetups](https://www.meetup.com/dc-scala/) + + diff --git a/content/meetup/scala-dc-june-2017.md b/content/meetup/scala-dc-june-2017.md new file mode 100644 index 0000000..b4c887a --- /dev/null +++ b/content/meetup/scala-dc-june-2017.md @@ -0,0 +1,46 @@ ++++ +Title = "Scala Project night and Lightning Talks - June 2017" +Slug = "scala-dc-june-2017" +date = "2017-06-22T08:54:57-05:00" +Description = "Notes on Scala DC meetup in June 2017" +menu = "main" +keywords = ["meetup", "scala", "DC", "Nova", "Washington", "Virginia"] +Topics = ["meetup"] +Tags = ["meetup", "scala", "vim"] +meetup_url = "https://www.meetup.com/dc-scala/events/240386195/" +speaker_url = "" +slides_url = "" ++++ + +At this meetup we watched a video on frontend development using Scala and +scala.js recorded at this years Scaladays. The presenter [Otto +Chrons](https://twitter.com/ochrons?lang=en) gave a humourous and inspiring +talk on this topic and introduced us to his new UI framework +[Suzaku](https://github.com/suzaku-io/suzaku). By the way he is looking for +contributors to this project so if you are looking for an open source scala +project to contribute to this would be a great one. + +If you want to watch the video it can be found here: + +### [How I learned to stop worrying and love the frontend by Otto Chrons](https://www.youtube.com/watch?v=nfCGdbfiJGU) ### + +After the video we had discussions about scala.js and a few of the attendees +went to the scala.js documentation and created a hello world program using it +to get familiar with it. It was great fun and in future meetups we are thinking +of doing more learning and coding activities to learn scala.js as a group. + +If anyone knows me personally they know that I am a big fan of vim as my text +editor. So lately I have been doing 90% of my scala coding using vim and +[ensime](http://ensime.org/). So I did a demo of how I have setup +[neovim](https://neovim.io/) and how I use it. + +For anyone who attended the meetup and is keen to have the same setup my +dotfiles can be found here: + +### [Salar Rahmanian's dotfiles](https://github.com/softinio/dotfiles) ### + +It was great to see everyone who attended, hope to see more scala types at our +next event: + +[Upcoming Scala DC Meetups](https://www.meetup.com/dc-scala/) + diff --git a/layouts/meetup/single.html b/layouts/meetup/single.html index 116000e..3b4270c 100644 --- a/layouts/meetup/single.html +++ b/layouts/meetup/single.html @@ -12,7 +12,7 @@ -{{ partial "meta_aside.html" . }} +{{ partial "meetup_aside.html" . }} {{ partial "disqus.html" . }} {{ partial "footer.html" . }} diff --git a/layouts/partials/meetup_aside.html b/layouts/partials/meetup_aside.html new file mode 100644 index 0000000..a9a4d61 --- /dev/null +++ b/layouts/partials/meetup_aside.html @@ -0,0 +1,9 @@ +{{ $baseurl := .Site.BaseURL }} + + + + + + diff --git a/layouts/partials/meetup_details.html b/layouts/partials/meetup_details.html new file mode 100644 index 0000000..965cb97 --- /dev/null +++ b/layouts/partials/meetup_details.html @@ -0,0 +1,25 @@ +{{ $baseurl := .Site.BaseURL }} +
+
+

{{ .Date.Format "Mon Jan 2, 2006" }}

+
{{ .FuzzyWordCount }} Words
+
Read in about {{ .ReadingTime }} Min
+
Link: Scala DC June 2017 Meetup
+
+ +
+ +
+

I run the following meetups

+ +
diff --git a/layouts/partials/social.html b/layouts/partials/social.html index 9122ae2..0bfa6ca 100644 --- a/layouts/partials/social.html +++ b/layouts/partials/social.html @@ -21,8 +21,12 @@
  • LinkedIn
  • -
  • GitHub
  • Google+
  • +
  • Stackoverflow
  • +
  • GitHub