mirror of
https://github.com/softinio/softinio.com.git
synced 2025-08-31 17:26:42 -07:00
Added first meetup blog
This commit is contained in:
parent
21c571749c
commit
2daadd6dc0
7 changed files with 96 additions and 5 deletions
|
@ -12,7 +12,7 @@
|
|||
</div>
|
||||
</section>
|
||||
|
||||
{{ partial "meta_aside.html" . }}
|
||||
{{ partial "meetup_aside.html" . }}
|
||||
|
||||
{{ partial "disqus.html" . }}
|
||||
{{ partial "footer.html" . }}
|
||||
|
|
9
layouts/partials/meetup_aside.html
Normal file
9
layouts/partials/meetup_aside.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
{{ $baseurl := .Site.BaseURL }}
|
||||
|
||||
<aside id="meta">
|
||||
{{ partial "meetup_details.html" . }}
|
||||
</aside>
|
||||
|
||||
<meta itemprop="wordCount" content="{{ .WordCount }}">
|
||||
<meta itemprop="datePublished" content="{{ .Date.Format "2006-01-02" }}">
|
||||
<meta itemprop="url" content="{{ .Permalink }}">
|
25
layouts/partials/meetup_details.html
Normal file
25
layouts/partials/meetup_details.html
Normal file
|
@ -0,0 +1,25 @@
|
|||
{{ $baseurl := .Site.BaseURL }}
|
||||
<div>
|
||||
<section id="datecount">
|
||||
<h4 id="date"> {{ .Date.Format "Mon Jan 2, 2006" }} </h4>
|
||||
<h5 id="wc"> {{ .FuzzyWordCount }} Words </h5>
|
||||
<h5 id="readtime"> Read in about {{ .ReadingTime }} Min </h5>
|
||||
<h5><a href={{ $.Params.meetup_url }}>Link: Scala DC June 2017 Meetup</a></h5>
|
||||
</section>
|
||||
<ul id="tags">
|
||||
{{ range .Params.tags }}
|
||||
<li> <a href="{{ $baseurl }}/tags/{{ . | urlize }}">{{ . }}</a> </li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h4>I run the following meetups</h4>
|
||||
<ul>
|
||||
<li><a href="https://www.meetup.com/AngularJS-DC/">Angular DC</a><li>
|
||||
<li><a href="https://www.meetup.com/dc-scala/">Scala DC</a><li>
|
||||
<li><a href="https://www.meetup.com/Washington-DC-Elastic-Fantastics/">ELastic Washington, User group</a><li>
|
||||
<li><a href="https://www.meetup.com/Tech_Fusion/">Tech Fusion</a><li>
|
||||
|
||||
</ul>
|
||||
</div>
|
|
@ -21,8 +21,12 @@
|
|||
<!-- <li> <a href="http://feeds.feedburner.com/spf13" target="_blank" title="Subscribe by RSS" class="rss"><span class="icon icon-feed-2"></span>RSS</a> </li> -->
|
||||
<li> <a href="http://www.twitter.com/SalarRahmanian" target="_blank" title="Follow me on Twitter" class="twitter"><span class="icon icon-twitter"></span>Twitter</a> </li>
|
||||
<li> <a href="http://www.linkedin.com/in/salarrahmanian" target="_blank" title="LinkedIn" class="linkedin"><span class="icon icon-linkedin"></span>LinkedIn</a> </li>
|
||||
<li> <a href="http://github.com/softinio" target="_blank" title="GitHub" class="github"><span class="icon icon-github"></span>GitHub</a> </li>
|
||||
<li> <a href="https://plus.google.com/+SalarRahmanian" target="_blank" title="Google+" class="googleplus"><span class="icon icon-google-plus"></span>Google+</a> </li>
|
||||
<li> <a
|
||||
href="https://stackoverflow.com/users/story/1930869"
|
||||
target="_blank" title="Stackoverflow"
|
||||
class="googleplus"><span class="fa fa-stack-overflow"></span> Stackoverflow</a> </li>
|
||||
<li> <a href="http://github.com/softinio" target="_blank" title="GitHub" class="github"><span class="icon icon-github"></span>GitHub</a> </li>
|
||||
<!-- <li> <a href="http://slideshare.com/spf13" target="_blank" title="SlideShare" class="slideshare"><span class="icon icon-slideshare"></span>SlideShare</a> </li> -->
|
||||
</ul>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue