Skip to content

Commit f70952e

Browse files
committed
Merge pull request #1 from kathweaver/blogpost
Blogpost
2 parents 984543d + 92fc1c4 commit f70952e

5 files changed

Lines changed: 44 additions & 5 deletions

File tree

_layouts/default.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@
2929
<!-- Collect the nav links, forms, and other content for toggling -->
3030
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
3131
<ul class="nav navbar-nav">
32-
<li><a href="http://openlivewriter.org">Home</a></li>
33-
<li><a href="http://openlivewriter.org/news/">News</a></li>
34-
<li><a href="http://openlivewriter.org/blog/">Blog</a></li>
32+
<li><a href="/index.html">Home</a></li>
33+
<li><a href="/news">News</a></li>
34+
<li><a href="/blog">Blog</a></li>
35+
<li><a href="/tutorials">Tutorials</a></li>
3536
</ul>
3637
</div><!-- /.navbar-collapse -->
3738
</div><!-- /.container-fluid -->

_posts/2016-01-16-Contributing-to-Open-Live-Writer.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ author: kathweaver
77
download: true
88
---
99

10-
###Contributing to Open Live Writer
1110
I have been using the original Live Writer since it came out, and loved it. I was
1211
an avid user of the plug-ins too.
1312

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
layout: default
3+
title: 'Contributing to Documentation'
4+
categories: [blog]
5+
date: 2016-02-05 00:00:00 -0800
6+
author: kathweaver
7+
download: true
8+
---
9+
I've expanded my contribution. I've been posting blog posts to the website. I've also
10+
created a tutorial and I will be doing more as we all get more comfortable with the process.
11+
I would also like some help.
12+
13+
The Open Live Writer website is at http://www.openlivewriter.org and is maintained and
14+
hosted with Github and Jekyll.
15+
16+
Jekyll is pretty easy to use once you get the hang of it. I started out by creating
17+
my own Github/Jekyll website. That way I wouldn't have to worry about screwing anything up.
18+
19+
I installed Jekyll by following the directions on this website: http://jekyll-windows.juthilo.com/
20+
which creates a web server on your machine so you can see what you have done.
21+
22+
Now my blog posts are in markdown. However, my tutorial is in html, as that is what I
23+
am most comfortable with creating. I've taught computer science and web design for several
24+
decades and have created tutorials for both students and adult coworkers, and so that's
25+
the tool I'm most comforable with. Besides, I could then use Open Live Writer -- though I think
26+
markdown is in the plans.
27+
28+

tutorials/addBlogAccts/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default
33
title: "Open Live Writer"
4-
download: true
4+
download: false
55
---
66

77
<p>Open Live Writer works with many popular blog service providers such as

tutorials/index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
layout: default
3+
title: "Open Live Writer Tutorials"
4+
download: false
5+
---
6+
7+
<ul>
8+
<li>
9+
<a href="addBlogAccts/">Blog Accounts</a>
10+
</li>
11+
</ul>

0 commit comments

Comments
 (0)