From 1904cd031260ac45ec08ac0bfe86c727dd1e33d7 Mon Sep 17 00:00:00 2001 From: Ylies Chahi Date: Sun, 13 Aug 2017 02:47:25 +0200 Subject: [PATCH] Update first-article.md --- sources/content/first-article.md | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/sources/content/first-article.md b/sources/content/first-article.md index 443bde3..339d3c7 100644 --- a/sources/content/first-article.md +++ b/sources/content/first-article.md @@ -1,7 +1,23 @@ -Title: Mon premier article -Date: 2017-08-13 -Slug: mon-premier-article +Title: Your first article +Date: YNH_APP_DATE +Slug: your-first-article Author: YNH_APP_AUTHOR -Voici votre premier article sur votre nouveau blog. -Nous vous laissons découvrir tous ce qu'il est possible de faire maintenant! +This is your first article, congrats! You can now start working on your blog, editing your content and enjoy your fresh install of Pelican ! + +## More informations about Pelican + +Pelican is a static site generator, written in [Python](http://www.python.org/), that requires no database or server-side logic. + +Some of the features include: + +- Write your content in [reStructuredText](http://docutils.sourceforge.net/rst.html), [Markdown](http://daringfireball.net/projects/markdown/), or [AsciiDoc](http://www.methods.co.nz/asciidoc/) formats +- Completely static output is easy to host anywhere +- [Themes](https://github.com/getpelican/pelican-themes) that can be customized via [Jinja](http://jinja.pocoo.org/) templates +- Publish content in multiple languages +- Atom/RSS feeds +- Code syntax highlighting +- Import from WordPress, Dotclear, RSS feeds, and other services +- Modular plugin system and corresponding [plugin repository](https://github.com/getpelican/pelican-plugins) + +... and many other features.