Modify personnal informations
This commit is contained in:
parent
cf971286b7
commit
8267fa1c44
1 changed files with 11 additions and 12 deletions
|
@ -4,7 +4,10 @@ from __future__ import unicode_literals
|
|||
|
||||
SITENAME = 'Xieme-Art'
|
||||
SITEURL = 'https://xieme-art.org'
|
||||
SITESUBTITLE = "Blog personnel d'un Geek amateur de technologies open-sources"
|
||||
SITESUBTITLE = """
|
||||
(Yet Another) Blog personnel d'un AdminSys spécialisé Open-Source
|
||||
Geek curieux et gameur libre.
|
||||
"""
|
||||
DEFAULT_PAGINATION = 10
|
||||
TYPOGRIFY = True
|
||||
|
||||
|
@ -24,15 +27,15 @@ LINKS = (
|
|||
)
|
||||
|
||||
AUTHOR = 'ephase'
|
||||
BIO = "Je suis Yorick, ephase de mon pseudo. Geek Libriste et gameur depuis \
|
||||
1979, co-fondateur du collectif Giroll et administrateur système. \
|
||||
Je ne joue que sur des machines Linux / BSD"
|
||||
BIO = "Je suis Yorick, ephase de mon pseudo. Geek et gameur depuis \
|
||||
1979, co-fondateur du collectif Giroll et administrateur système \
|
||||
spécialisé dans les technologies open-sources."
|
||||
PROFILE_IMAGE = "assets/souris.svg"
|
||||
|
||||
# Social widget
|
||||
SOCIAL = (
|
||||
('git', 'https://git.epha.se/'),
|
||||
('mastodon', 'https://toot.aquilenet/.fr/@ephase'),
|
||||
('mastodon', 'https://toot.aquilenet.fr/@ephase'),
|
||||
('github', 'https://github.com'),
|
||||
('linkedin', 'https://www.linkedin.com/in/ephase/'),
|
||||
('twitter', 'https://twitter.com/ephase'),
|
||||
|
@ -71,14 +74,10 @@ HEADER_COVER = 'assets/backgrounds/sigean.jpg'
|
|||
COLOR_SCHEME_CSS = 'monokai.css'
|
||||
AUTHORS_BIO = {
|
||||
"ephase": {
|
||||
"name": "ephase",
|
||||
"image": "assets/souris.svg",
|
||||
"bio": "Geek Libriste et gameur depuis 1979, co-fondateur du collectif \
|
||||
Giroll et administrateur système en devenir. Je ne joue que sur des \
|
||||
machines Linux / BSD",
|
||||
"name": AUTHOR,
|
||||
"image": PROFILE_IMAGE,
|
||||
"bio": BIO,
|
||||
"cover": "assets/backgrounds/sigean.jpg",
|
||||
"mastodon": "https://toot.aquilenet.fr/@ephase",
|
||||
"twitter": "https://twitter.com/ephase"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue