Skip to content

Commit

Permalink
Merge pull request #208 from voila/master
Browse files Browse the repository at this point in the history
Add Blog roll #156
  • Loading branch information
avsm committed Aug 17, 2014
2 parents e65c871 + 66a3cea commit 2bccf19
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
8 changes: 8 additions & 0 deletions src/pages.ml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ module Global = struct
<li><a href="/community/">Background</a></li>
<li><a href="/community/">Contact</a></li>
<li><a href="/community/#team">Team</a></li>
<li><a href="/community/#blogroll">Blogroll</a></li>
<li><a href="/links/">Links</a></li>
</ul>
</li>
Expand Down Expand Up @@ -165,6 +166,7 @@ module About = struct
lwt r = read_file read_fn "/about-community.md" in
lwt b = read_file read_fn "/about-b.md" in
lwt f = read_file read_fn "/about-funding.md" in
lwt br = read_file read_fn "/about-blogroll.md" in
let content = <:html<
<a name="about"> </a>
<div class="row">
Expand All @@ -174,11 +176,17 @@ module About = struct
<a name="participate"> </a>
<div class="row">
<div class="small-12 columns">$b$</div>
<hr />
</div>
<a name="team"> </a>
<div class="row">
<div class="small-12 medium-6 columns">$l$</div>
<div class="small-12 medium-6 columns">$r$</div>
<hr />
</div>
<a name="blogroll"> </a>
<div class="row">
<div class="small-12 medium-6 columns">$br$</div>
</div> >> in
return (Global.page ~title:"Community" ~headers:[] ~content)
end
Expand Down
3 changes: 0 additions & 3 deletions tmpl/about-b.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
<hr/>

<ul class="small-block-grid-1 medium-block-grid-3 large-block-grid-3">

<li><i class="fa fa-envelope fa-2x pull-left"> </i> Join the e-mail developer <a href="http://lists.xenproject.org/cgi-bin/mailman/listinfo/mirageos-devel">mailing list</a> or search the <a href="http://lists.xenproject.org/archives/html/mirageos-devel/">past archives</a>. This is a fairly low-volume list, and beginner questions are welcome.</li>
Expand All @@ -16,4 +14,3 @@

</ul>

<hr />
8 changes: 8 additions & 0 deletions tmpl/about-blogroll.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
### Blogroll

* **[Anil's blog](http://anil.recoil.org/blog/)**
* **[Dave's blog](http://dave.recoil.org/blog/index.html)**
* **[Amir's blog](http://amirchaudhry.com/)**
* **[Some Random Idiot](http://www.somerandomidiot.com/)**
* **[Thomas Leonard's blog](http://roscidus.com/blog/)**
* **[My Little Garden of Code](http://philtomson.github.io/)**

0 comments on commit 2bccf19

Please sign in to comment.