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'
|
SITENAME = 'Xieme-Art'
|
||||||
SITEURL = 'https://xieme-art.org'
|
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
|
DEFAULT_PAGINATION = 10
|
||||||
TYPOGRIFY = True
|
TYPOGRIFY = True
|
||||||
|
|
||||||
|
@ -24,15 +27,15 @@ LINKS = (
|
||||||
)
|
)
|
||||||
|
|
||||||
AUTHOR = 'ephase'
|
AUTHOR = 'ephase'
|
||||||
BIO = "Je suis Yorick, ephase de mon pseudo. Geek Libriste et gameur depuis \
|
BIO = "Je suis Yorick, ephase de mon pseudo. Geek et gameur depuis \
|
||||||
1979, co-fondateur du collectif Giroll et administrateur système. \
|
1979, co-fondateur du collectif Giroll et administrateur système \
|
||||||
Je ne joue que sur des machines Linux / BSD"
|
spécialisé dans les technologies open-sources."
|
||||||
PROFILE_IMAGE = "assets/souris.svg"
|
PROFILE_IMAGE = "assets/souris.svg"
|
||||||
|
|
||||||
# Social widget
|
# Social widget
|
||||||
SOCIAL = (
|
SOCIAL = (
|
||||||
('git', 'https://git.epha.se/'),
|
('git', 'https://git.epha.se/'),
|
||||||
('mastodon', 'https://toot.aquilenet/.fr/@ephase'),
|
('mastodon', 'https://toot.aquilenet.fr/@ephase'),
|
||||||
('github', 'https://github.com'),
|
('github', 'https://github.com'),
|
||||||
('linkedin', 'https://www.linkedin.com/in/ephase/'),
|
('linkedin', 'https://www.linkedin.com/in/ephase/'),
|
||||||
('twitter', 'https://twitter.com/ephase'),
|
('twitter', 'https://twitter.com/ephase'),
|
||||||
|
@ -71,14 +74,10 @@ HEADER_COVER = 'assets/backgrounds/sigean.jpg'
|
||||||
COLOR_SCHEME_CSS = 'monokai.css'
|
COLOR_SCHEME_CSS = 'monokai.css'
|
||||||
AUTHORS_BIO = {
|
AUTHORS_BIO = {
|
||||||
"ephase": {
|
"ephase": {
|
||||||
"name": "ephase",
|
"name": AUTHOR,
|
||||||
"image": "assets/souris.svg",
|
"image": PROFILE_IMAGE,
|
||||||
"bio": "Geek Libriste et gameur depuis 1979, co-fondateur du collectif \
|
"bio": BIO,
|
||||||
Giroll et administrateur système en devenir. Je ne joue que sur des \
|
|
||||||
machines Linux / BSD",
|
|
||||||
"cover": "assets/backgrounds/sigean.jpg",
|
"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