diff options
Diffstat (limited to 'pelican-bootstrap3/README.md')
-rw-r--r-- | pelican-bootstrap3/README.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/pelican-bootstrap3/README.md b/pelican-bootstrap3/README.md index 4d19ca4..ce129ef 100644 --- a/pelican-bootstrap3/README.md +++ b/pelican-bootstrap3/README.md @@ -37,9 +37,11 @@ Categories are disabled by default because I don't use them myself. If you want The theme can show your most recently active GitHub repos in the sidebar. To enable, provide a `GITHUB_USER`. Appearance and behaviour can be controlled using the following variables: -* `GITHUB_REPO_COUNT` -* `GITHUB_SKIP_FORK` -* `GITHUB_SHOW_USER_LINK` +* `GITHUB_REPO_COUNT` (default: `5`) +* `GITHUB_SKIP_FORK` (default: `False`) +* `GITHUB_SHOW_USER_LINK` (default: `True`) +* `GITHUB_SORT_ATTRIBUTE` (default: `pushed_at`, for other attributes like `stargazers_count` cf. `https://api.github.com/users/<GITHUB_USER>/repos`) +* `GITHUB_SORT_DESCENDING` (default: `True`) ### Bootswatch and other Bootstrap 3 themes |