Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Blog roll #156 #208

Merged
merged 5 commits into from
Aug 17, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/)**