diff --git a/CUSTOMIZE.md b/CUSTOMIZE.md index 36e4a1f..f901d17 100644 --- a/CUSTOMIZE.md +++ b/CUSTOMIZE.md @@ -69,8 +69,6 @@ You can add news in the about page by adding new Markdown files in the [\_news]( This Jekyll theme implements `collections` to let you break up your work into categories. The theme comes with two default collections: `news` and `projects`. Items from the `news` collection are automatically displayed on the home page. Items from the `projects` collection are displayed on a responsive grid on projects page. -You can easily create your own collections, apps, short stories, courses, or whatever your creative work is. To do this, edit the collections in the [\_config.yml](_config.yml) file, create a corresponding folder, and create a landing page for your collection, similar to [\_pages/projects.md](_pages/projects.md). - ## Adding a new publication To add publications create a new entry in the [\_bibliography/papers.bib](_bibliography/papers.bib) file. You can find the BibTeX entry of a publication in Google Scholar by clicking on the quotation marks below the publication title, then clicking on "BibTeX", or also in the conference page itself. By default, the publications will be sorted by year and the most recent will be displayed first. You can change this behavior and more in the `Jekyll Scholar` section in [\_config.yml](_config.yml) file. diff --git a/README.md b/README.md index 8e8bb3f..6976a4f 100644 --- a/README.md +++ b/README.md @@ -296,8 +296,6 @@ This Jekyll theme implements `collections` to let you break up your work into ca [![Projects Preview](readme_preview/projects.png)](https://alshedivat.github.io/al-folio/projects/) -You can easily create your own collections, apps, short stories, courses, or whatever your creative work is. To do this, edit the collections in the [\_config.yml](_config.yml) file, create a corresponding folder, and create a landing page for your collection, similar to `_pages/projects.md`. - --- ### Layouts