diff --git a/content/images/authors/face.png b/content/images/authors/face.png new file mode 100644 index 0000000..ebf99d8 Binary files /dev/null and b/content/images/authors/face.png differ diff --git a/pelicanconf.py b/pelicanconf.py index 61392b8..f83b9e7 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -39,6 +39,10 @@ SITEMAP = { PELICAN_COMMENT_SYSTEM = True PELICAN_COMMENT_SYSTEM_IDENTICON_DATA = ('author',) PELICAN_COMMENT_SYSTEM_DIR = 'comments' +PELICAN_COMMENT_SYSTEM_AUTHORS = { + ('Victor',): "images/authors/face.png", + ('victor',): "images/authors/face.png", +} COMMENT_URL = "#comment_{slug}" #Markdown PLUGINS diff --git a/theme/static/css/style.css b/theme/static/css/style.css index e85f4fe..171bf78 100644 --- a/theme/static/css/style.css +++ b/theme/static/css/style.css @@ -175,12 +175,12 @@ article p a:hover, article ol a:hover, article div.article-content ul:not(.artic .article-content ul { list-style-type: circle; - font-size:1.3em; + font-size: 19px; } .article-content ol { list-style-type: decimal; - font-size: 1.3em; + font-size: 19px; } .article-content li { diff --git a/theme/templates/pcs/comments.html b/theme/templates/pcs/comments.html index bc881a0..4815df4 100644 --- a/theme/templates/pcs/comments.html +++ b/theme/templates/pcs/comments.html @@ -27,7 +27,7 @@ #pcs-comments .comment-body { display: table-cell; vertical-align: top; - width: 100%; + width: 93%; } {% endif %} @@ -84,8 +84,8 @@
Avatar + height="{{ PELICAN_COMMENT_SYSTEM_IDENTICON_SIZE }}px" + width="{{ PELICAN_COMMENT_SYSTEM_IDENTICON_SIZE }}px">