diff --git a/_config.yml b/_config.yml index 6629d969efd4c858069370b8daacd4c2c445af81..750029d23e9477993981dbbbf2814b09ae548a1e 100644 --- a/_config.yml +++ b/_config.yml @@ -30,7 +30,8 @@ scholar: use_raw_bibtex_entry: true - group_by: year + sort_by: year + order: descending group_order: descending - repository: papers + repository: publications diff --git a/papers.md b/papers.md deleted file mode 100644 index 9da2725a7a8b445d8695a0ae536bdd09aae3b3d5..0000000000000000000000000000000000000000 --- a/papers.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Papers ---- - -{% bibliography %} diff --git a/papers/README.md b/publications/README.md similarity index 100% rename from papers/README.md rename to publications/README.md diff --git a/publications/index.md b/publications/index.md new file mode 100644 index 0000000000000000000000000000000000000000..ded3e68350269db859dc5e5146bac35f25f63c3e --- /dev/null +++ b/publications/index.md @@ -0,0 +1,5 @@ +--- +title: Publications +--- + +{% bibliography -g year %}