mirror of
https://github.com/YunoHost-Apps/pelican_ynh.git
synced 2024-09-03 19:46:35 +02:00
Update first-article.md
This commit is contained in:
parent
51ed3d32e1
commit
1904cd0312
1 changed files with 21 additions and 5 deletions
|
@ -1,7 +1,23 @@
|
||||||
Title: Mon premier article
|
Title: Your first article
|
||||||
Date: 2017-08-13
|
Date: YNH_APP_DATE
|
||||||
Slug: mon-premier-article
|
Slug: your-first-article
|
||||||
Author: YNH_APP_AUTHOR
|
Author: YNH_APP_AUTHOR
|
||||||
|
|
||||||
Voici votre premier article sur votre nouveau blog.
|
This is your first article, congrats! You can now start working on your blog, editing your content and enjoy your fresh install of Pelican !
|
||||||
Nous vous laissons découvrir tous ce qu'il est possible de faire maintenant!
|
|
||||||
|
## 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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue