Skip to content

Tags: arulrajnet/attila

Tags

v2.0

Toggle v2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
updated the screenshots of author (#97)

Multi device mockup screen of blog using https://techsini.com/multi-mockup/

v1.6

Toggle v1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add default for ALLOW_GOOGLE_FONTS and DEFAULT_LANG (#92)

v1.5

Toggle v1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
variable SHOW_MODIFIED_TIME to show modified date in article (#73)

- by default that is false

v1.4

Toggle v1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Open Graph support for Linkedin (#64)

* added prefix tag to support Open Graph on Linkedin

* added prefix tag to support Open Graph on Linkedin

v1.3

Toggle v1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
linkedin and github link (#27)

* Ref #24 linkedin and github social link in author page and article page

-test case for that

- BaseTest added

* Ref #24 icon to link since linkedin and github is not present

* article color fix

v1.2

Toggle v1.2's commit message
Implement AUTHOR_BIO "name" and "cover" fields. (#16)

* Implement AUTHOR_BIO "name" and "cover" fields.

In the theme readme, there's are "name" and "cover" fields in the
AUTHOR_BIO example, but these two fields weren't implemented yet.

Instead, the author page was displaying the author entry through
the title Jinja2 filter (which doesn't work so well for surnames like
mine, which contains multiple capital letters ;) ), and the cover
image was being used for the avatar image. This change uses the
"name" and "cover" fields for these, respectfully.

The cover image on the author page will also gracefully fall back
to the site default if an author cover isn't specified as well.

* Correct name author name display in post loop

* Set author name if author bio not set

default author name string will be title and that can be override form auther bio name

v1.1

Toggle v1.1's commit message
issues #6 and #7 customize credits

option to enable / disable credits

option to change the credits valus

by default credits is enabled

v1.0

Toggle v1.0's commit message
screenshot added