Skip to content

Commit 5e03df5

Browse files
committed
major paring down
1 parent bba566e commit 5e03df5

28 files changed

+25
-358
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
_site/

ToDo.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

_config.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,17 @@
22
#### Note — You cannot use tabs in configuration files. This will either lead to parsing errors, or Jekyll will use the default settings. ####
33

44
safe: false
5-
auto: true
6-
server: true
7-
server_port: 8000
8-
baseurl:
9-
url: http://localhost:8000
105

116
source: .
127
destination: ./_site
138
plugins: ./_plugins
149

1510
future: false
1611
lsi: false
17-
pygments: true
18-
markdown: maruku
12+
highlighter: true
13+
markdown: kramdown
1914
permalink: /:title/
2015

21-
maruku:
22-
use_tex: false
23-
use_divs: false
24-
png_engine: blahtex
25-
png_dir: images/latex
26-
png_url: /images/latex
27-
2816
rdiscount:
2917
extensions: []
3018

_layouts/archive.html

Lines changed: 0 additions & 4 deletions
This file was deleted.

_layouts/default.html

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,8 @@
3535
<!--<img class='logo' width='100px' src="/images/pyladies_pdx.png"/> -->
3636
<a href="/"><h1 class="us">PyLadies PDX</h1></a>
3737
<ul>
38-
<li><a href="/workshops">Workshops</a></li>
39-
<li><a href="/glossary">Tech Glossary</a></li>
40-
<li><a href="/blog">Blog</a></li>
41-
<li><a href="/about">About</a></li>
42-
<li><a href="/members">Members</a></li>
38+
<li><a href="/workshops">Workshop Notes</a></li>
39+
<li><a href="/contact">Contact</a></li>
4340
</ul>
4441
</div><!--end nav-->
4542
<img class="pyladies-wide" src="../images/pyladies_mtg.jpg" alt="pyladies of portland" />
@@ -54,7 +51,6 @@
5451
<li><a href="https://github.com/pyladiespdx"><i class="icon-github-alt icon-large"></i> Fork us on Github</a></li>
5552
<li><a href="http://www.meetup.com/PyLadies-PDX/"><i class="icon-group icon-large"></i> Join us on Meetup</a></li>
5653
<li><a href="https://twitter.com/PyLadies_pdx"><i class="icon-twitter icon-large"></i> Follow us on Twitter</a></li>
57-
<li><a href="https://groups.google.com/forum/#!forum/pyladiespdx"><i class="icon-envelope icon-large"></i> Sign up for our Google group</a></li>
5854
</ul>
5955
</div><!--end social-->
6056
</div><!--end sidebar-->

_posts/2013-05-11-flora-profile.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

_posts/2013-05-13-susan-profile.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

_posts/2013-05-15-MichelleJaeger-profile.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

_posts/2013-05-17-GetInvolved.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

_posts/2013-05-17-Help.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

_posts/2013-05-17-IRC.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

_posts/2013-06-30-Mele-profile.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

_posts/blog_template.md

Lines changed: 0 additions & 33 deletions
This file was deleted.

_posts/glossary_template.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

_posts/member_template.md

Lines changed: 0 additions & 52 deletions
This file was deleted.

about/index.html

Lines changed: 0 additions & 14 deletions
This file was deleted.

blog/index.html

Lines changed: 0 additions & 13 deletions
This file was deleted.

contact/index.html

Whitespace-only changes.

contact/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
3+
layout: default
4+
5+
---
6+
7+
You can tweet at us at [@pyladies_pdx](https://twitter.com/PyLadies_pdx)
8+
9+
or, you can [email us](mailto:[email protected])

glossary/index.html

Lines changed: 0 additions & 11 deletions
This file was deleted.

images/MichelleJ.jpeg

-14.6 KB
Binary file not shown.

images/flora.jpeg

-4.51 KB
Binary file not shown.

images/mele.jpg

-9.58 KB
Binary file not shown.

images/sprite_download.png

-16.4 KB
Binary file not shown.

images/susan.jpg

-52.2 KB
Binary file not shown.

index.html

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)