-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
37 changed files
with
258 additions
and
129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
|
||
<section> | ||
<section id="404-msg"> | ||
<h2>error 404</h2> | ||
<p>unknown around here, get on your way traveller.</p> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,100 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<!-- ## for client-side less | ||
<link rel="stylesheet/less" type="text/css" href="http://thierry.ducrest.net/theme/css/style.less"> | ||
<script src="http://cdnjs.cloudflare.com/ajax/libs/less.js/1.7.3/less.min.js" type="text/javascript"></script> | ||
--> | ||
<link rel="stylesheet" href="http://thierry.ducrest.net/theme/font-awesome/css/font-awesome.min.css"> | ||
<link rel="stylesheet" type="text/css" href="http://thierry.ducrest.net/theme/css/style.css"> | ||
<link rel="stylesheet" type="text/css" href="http://thierry.ducrest.net/theme/css/pygments.css"> | ||
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=PT+Sans|PT+Serif|PT+Mono"> | ||
|
||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="author" content="Thierry Ducrest"> | ||
<meta name="description" content="Posts and writings by Thierry Ducrest"> | ||
|
||
<link href="http://feeds.thierry.ducrest.net/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title=" Atom" /> | ||
|
||
<meta name="keywords" content="Pelican, Python"> | ||
|
||
<title> | ||
|
||
– Type of content in Pelican </title> | ||
|
||
<script type="text/javascript"> | ||
var _gaq = _gaq || []; | ||
_gaq.push(['_setAccount', 'UA-41998474-1']); | ||
_gaq.push(['_trackPageview']); | ||
|
||
(function() { | ||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; | ||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; | ||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); | ||
})(); | ||
</script> | ||
</head> | ||
|
||
<body> | ||
<aside> | ||
<div id="user_meta"> | ||
<a href="http://thierry.ducrest.net"> | ||
<img src="http://thierry.ducrest.net/theme/images/empty.png" alt="logo"> | ||
</a> | ||
<h2><a href="http://thierry.ducrest.net">Thierry Ducrest</a></h2> | ||
<p>Software Developer</p> | ||
<ul> | ||
<li><a href="https://github.com/TDu" target="_blank"><i class="fa fa-github fa-lg"></i></a></li> | ||
<li><a href="https://cl.linkedin.com/in/thierry-ducrest-928a394" target="_blank"><i class="fa fa-linkedin-square fa-lg"></i></a></li> | ||
<li><a href="https://twitter.com/thducrest" target="_blank"><i class="fa fa-twitter fa-lg"></i></a></li> | ||
</ul> | ||
</div> | ||
</aside> | ||
|
||
<main> | ||
<header> | ||
<p> | ||
<a href="http://thierry.ducrest.net">Index</a> ¦ <a href="http://thierry.ducrest.net/archives.html">Archives</a> | ||
¦ <a href="http://feeds.thierry.ducrest.net/feeds/all.atom.xml">Atom</a> | ||
</p> | ||
</header> | ||
|
||
<article> | ||
<h3><a href="http://thierry.ducrest.net/drafts/type-of-content-in-pelican.html">Type of content in Pelican</a></h3> | ||
<span class="date-article">11 October 2017</span> | ||
<div class="article_text"> | ||
<p>There is three types of content in Pelican : articles, pages and static content.</p> | ||
<h3>Page</h3> | ||
<p>In the content directory, pages are by convention stored in <code>./pages</code>. But a content file (I use Markdown) in other directory will be parsed as well.</p> | ||
<p>The template used by default for pages is page.html, but a different one can be set in the metadata of the page like this for a Markdown document</p> | ||
<div class="highlight"><pre><span></span><span class="n">Template</span><span class="o">:</span> <span class="n">template_name</span> | ||
</pre></div> | ||
|
||
|
||
<p>https://github.com/getpelican/pelican/blob/359ffcabb8534d6225ac579ed49fe20d5507507f/pelican/contents.py#L417</p> | ||
<h3>Article</h3> | ||
<p>https://github.com/getpelican/pelican/blob/359ffcabb8534d6225ac579ed49fe20d5507507f/pelican/contents.py#L424</p> | ||
<h3>Static</h3> | ||
<p>https://github.com/getpelican/pelican/blob/359ffcabb8534d6225ac579ed49fe20d5507507f/pelican/contents.py#L452</p> | ||
</div> | ||
<div class="article_meta"> | ||
<p>Posted on: Wed 11 October 2017</p> | ||
<p>Category: <a href="http://thierry.ducrest.net/category/it.html">IT</a> | ||
– Tags: | ||
<a href="http://thierry.ducrest.net/tag/pelican.html">Pelican</a>, <a href="http://thierry.ducrest.net/tag/python.html">Python</a> </p> | ||
</div> | ||
|
||
|
||
</article> | ||
|
||
|
||
<div id="ending_message"> | ||
<!-- | ||
<p>© Thierry Ducrest. Built using <a href="http://getpelican.com" target="_blank">Pelican</a>.</p> | ||
--> | ||
</div> | ||
</main> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.