Add recent articles in index.html
This commit is contained in:
parent
a39b7891da
commit
8cb1c86af6
BIN
content/images/miniature.png
Normal file
BIN
content/images/miniature.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
@ -4,7 +4,9 @@ date: 2019-04-22
|
|||||||
author: Fabrice Mouhartem
|
author: Fabrice Mouhartem
|
||||||
Header_Cover: images/cover_home.jpg
|
Header_Cover: images/cover_home.jpg
|
||||||
URL:
|
URL:
|
||||||
|
og_image: images/miniatures.png
|
||||||
save_as: index.html
|
save_as: index.html
|
||||||
|
article_list: true
|
||||||
---
|
---
|
||||||
|
|
||||||
I'm Fabrice Mouhartem, and I welcome you to this _blog_, which aims at relieving my brain from the hard task of remembering all sorts of weird stuffs (thus, don't expect me to provide you some fresh original contents). I hope it'll help some of you as well.
|
I'm Fabrice Mouhartem, and I welcome you to this _blog_, which aims at relieving my brain from the hard task of remembering all sorts of weird stuffs (thus, don't expect me to provide you some fresh original contents). I hope it'll help some of you as well.
|
||||||
|
@ -14,10 +14,12 @@ COLOR_SCHEME_CSS = 'monokai.css'
|
|||||||
DISPLAY_PAGES_ON_MENU = False
|
DISPLAY_PAGES_ON_MENU = False
|
||||||
DISPLAY_CATEGORIES_ON_MENU = True
|
DISPLAY_CATEGORIES_ON_MENU = True
|
||||||
FAVICON='images/lock.png'
|
FAVICON='images/lock.png'
|
||||||
|
JINJA_ENVIRONMENT = {'trim_blocks': True, 'lstrip_blocks': True, 'extensions' : ('jinja2.ext.loopcontrols',),}
|
||||||
## Footer
|
## Footer
|
||||||
FOOTER_INCLUDE = 'myfooter.html'
|
FOOTER_INCLUDE = 'myfooter.html'
|
||||||
IGNORE_FILES = [FOOTER_INCLUDE]
|
IGNORE_FILES = [FOOTER_INCLUDE]
|
||||||
EXTRA_TEMPLATES_PATHS = [os.path.dirname(__file__)]
|
EXTRA_TEMPLATES_PATHS = [os.path.dirname(__file__)]
|
||||||
|
## Images
|
||||||
|
|
||||||
# Static paths
|
# Static paths
|
||||||
PATH = 'content'
|
PATH = 'content'
|
||||||
@ -45,6 +47,7 @@ LINKS = (('Pelican', 'http://getpelican.com/'),
|
|||||||
SOCIAL = ()
|
SOCIAL = ()
|
||||||
|
|
||||||
DEFAULT_PAGINATION = 10
|
DEFAULT_PAGINATION = 10
|
||||||
|
PAGE_PAGINATION = 5
|
||||||
|
|
||||||
# Uncomment following line if you want document-relative URLs when developing
|
# Uncomment following line if you want document-relative URLs when developing
|
||||||
#RELATIVE_URLS = True
|
#RELATIVE_URLS = True
|
||||||
|
Loading…
Reference in New Issue
Block a user