-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpyladiescom-site-setup.html
151 lines (106 loc) · 6.02 KB
/
pyladiescom-site-setup.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<!DOCTYPE html>
<html lang="en">
<head>
<title>pyladies.com site setup</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="./theme/css/main.css" type="text/css" />
<link href="./feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="pyladies ATOM Feed" />
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<!--[if lte IE 7]>
<link rel="stylesheet" type="text/css" media="all" href="./css/ie.css"/>
<script src="./js/IE8.js" type="text/javascript"></script><![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" type="text/css" media="all" href="./css/ie6.css"/><![endif]-->
</head>
<body id="index" class="home">
<a href="https://github.com/pyladies">
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
</a>
<header id="banner" class="body">
<h1><a href=".">pyladies </a></h1>
<nav><ul>
<li><a href="./pages/about.html">About</a></li>
<li class="active"><a href="./category/Articles.html">Articles</a></li>
<li ><a href="./category/Blog.html">Blog</a></li>
<li ><a href="./category/Connect.html">Connect</a></li>
<li ><a href="./category/Events.html">Events</a></li>
<li ><a href="./category/Resources.html">Resources</a></li>
</ul></nav>
</header><!-- /#banner -->
<section id="content" class="body">
<article>
<header> <h1 class="entry-title"><a href=""
rel="bookmark" title="Permalink to pyladies.com site setup">pyladies.com site setup</a></h1>
<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="pyladies">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
</header>
<div class="entry-content">
<footer class="post-info">
<abbr class="published" title="2012-05-04T20:38:00">
Fri 04 May 2012
</abbr>
<address class="vcard author">
By <a class="url fn" href="./author/Esther Nam.html">Esther Nam</a>
</address>
<p>In <a href="./category/Articles.html">Articles</a>. </p>
<p>tags: <a href="./tag/Website.html">Website</a></p>
</footer><!-- /.post-info -->
<p>The actual pyladies.com website, redone using Github static pages so the entire world can see articles and events in progress. If something isn't listed, then submit a contribution.</p>
<p>How to get it running:</p>
<div class="highlight"><pre>pip install pelican
git clone git://github.com/pyladies/pyladies.github.com.git
</pre></div>
<p>How to push up entries and pages and themes:</p>
<div class="highlight"><pre>pelican . -o . -s settings.py
git commit -am <span class="s2">"Adding content here"</span>
git push
</pre></div>
<div class="section" id="results">
<h2>Results!</h2>
<p><a class="reference external" href="http://pyladies.github.com">http://pyladies.github.com</a></p>
</div>
<div class="section" id="how-to-submit-an-article-or-event">
<h2>How to submit an article or event</h2>
<ul class="simple">
<li>Fork the <a class="reference external" href="https://github.com/pyladies/pyladies.com-articles">https://github.com/pyladies/pyladies.com-articles</a> or <a class="reference external" href="https://github.com/pyladies/pyladies.com-events">https://github.com/pyladies/pyladies.com-events</a> projects on github</li>
<li>In your local branch, place your article or event in its respective project directory.</li>
<li>The content must be formatted using RestructuredText, MarkDown, or (as a last resort) plain text.</li>
<li>Don't submit the rendered HTML.</li>
<li>Submit a pull request</li>
<li>The maintainers of this site will then review and either publish or reject your article submission.</li>
</ul>
</div>
<div class="section" id="why-articles-and-events-may-get-rejected">
<h2>Why articles and events may get rejected</h2>
<p>There are a number of reasons why this may have occurred:</p>
<ul class="simple">
<li>Inappropriate content submitted</li>
<li>Spelling or grammatical errors</li>
<li>Pull request included the rendered HTML</li>
</ul>
</div>
<div class="section" id="how-to-submit-a-static-page">
<h2>How to submit a static page</h2>
<p>Simply create a RST or MD file in the Pages directory. Its title will appear in the navigation in TitleCase.</p>
</div>
</div><!-- /.entry-content -->
</article>
</section>
<section id="extras" class="body">
<div class="social">
<h2>social</h2>
<ul>
<li><a href="./feeds/all.atom.xml" rel="alternate">atom feed</a></li>
<li><a href="http://twitter.com/pyladies">twitter</a></li>
<li><a href="https://github.com/pyladies">github</a></li>
</ul>
</div><!-- /.social -->
</section><!-- /#extras -->
<footer id="contentinfo" class="body">
<address id="about" class="vcard body">
Proudly powered by <a href="http://alexis.notmyidea.org/pelican/">pelican</a>, which takes great advantages of <a href="http://python.org">python</a>.
</address><!-- /#about -->
<p>The theme is by <a href="http://coding.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/">Smashing Magazine</a>, thanks!</p>
</footer><!-- /#contentinfo -->
</body>
</html>