From 03c558d6445e9efe855a39eaf14e087b072c3b76 Mon Sep 17 00:00:00 2001 From: Kartik Nagpal Date: Tue, 6 Aug 2024 15:46:33 -0400 Subject: [PATCH] renamed the info folder --- CUSTOMIZE.md | 9 --------- .../2015-03-15-formatting-and-links.md | 0 {INFO_Posts => _drafts}/2015-05-15-images.md | 0 {INFO_Posts => _drafts}/2015-07-15-code.md | 0 {INFO_Posts => _drafts}/2015-10-20-disqus-comments.md | 0 {INFO_Posts => _drafts}/2015-10-20-math.md | 0 {INFO_Posts => _drafts}/2018-12-22-distill.md | 0 {INFO_Posts => _drafts}/2020-09-28-github-metadata.md | 0 {INFO_Posts => _drafts}/2020-09-28-twitter.md | 0 {INFO_Posts => _drafts}/2021-07-04-diagrams.md | 0 {INFO_Posts => _drafts}/2022-02-01-redirect.md | 0 {INFO_Posts => _drafts}/2022-12-10-giscus-comments.md | 0 {INFO_Posts => _drafts}/2023-03-20-table-of-contents.md | 0 {INFO_Posts => _drafts}/2023-03-21-tables.md | 0 {INFO_Posts => _drafts}/2023-04-24-videos.md | 0 {INFO_Posts => _drafts}/2023-04-25-audios.md | 0 .../2023-04-25-sidebar-table-of-contents.md | 0 {INFO_Posts => _drafts}/2023-05-12-custom-blockquotes.md | 0 {INFO_Posts => _drafts}/2023-07-04-jupyter-notebook.md | 0 {INFO_Posts => _drafts}/2023-07-12-post-bibliography.md | 0 {INFO_Posts => _drafts}/2023-12-12-tikzjax.md | 0 {INFO_Posts => _drafts}/2024-01-26-chartjs.md | 0 {INFO_Posts => _drafts}/2024-01-26-echarts.md | 0 {INFO_Posts => _drafts}/2024-01-26-geojson-map.md | 0 {INFO_Posts => _drafts}/2024-01-27-advanced-images.md | 0 {INFO_Posts => _drafts}/2024-01-27-code-diff.md | 0 {INFO_Posts => _drafts}/2024-01-27-vega-lite.md | 0 _pages/projects.md | 2 +- 28 files changed, 1 insertion(+), 10 deletions(-) rename {INFO_Posts => _drafts}/2015-03-15-formatting-and-links.md (100%) rename {INFO_Posts => _drafts}/2015-05-15-images.md (100%) rename {INFO_Posts => _drafts}/2015-07-15-code.md (100%) rename {INFO_Posts => _drafts}/2015-10-20-disqus-comments.md (100%) rename {INFO_Posts => _drafts}/2015-10-20-math.md (100%) rename {INFO_Posts => _drafts}/2018-12-22-distill.md (100%) rename {INFO_Posts => _drafts}/2020-09-28-github-metadata.md (100%) rename {INFO_Posts => _drafts}/2020-09-28-twitter.md (100%) rename {INFO_Posts => _drafts}/2021-07-04-diagrams.md (100%) rename {INFO_Posts => _drafts}/2022-02-01-redirect.md (100%) rename {INFO_Posts => _drafts}/2022-12-10-giscus-comments.md (100%) rename {INFO_Posts => _drafts}/2023-03-20-table-of-contents.md (100%) rename {INFO_Posts => _drafts}/2023-03-21-tables.md (100%) rename {INFO_Posts => _drafts}/2023-04-24-videos.md (100%) rename {INFO_Posts => _drafts}/2023-04-25-audios.md (100%) rename {INFO_Posts => _drafts}/2023-04-25-sidebar-table-of-contents.md (100%) rename {INFO_Posts => _drafts}/2023-05-12-custom-blockquotes.md (100%) rename {INFO_Posts => _drafts}/2023-07-04-jupyter-notebook.md (100%) rename {INFO_Posts => _drafts}/2023-07-12-post-bibliography.md (100%) rename {INFO_Posts => _drafts}/2023-12-12-tikzjax.md (100%) rename {INFO_Posts => _drafts}/2024-01-26-chartjs.md (100%) rename {INFO_Posts => _drafts}/2024-01-26-echarts.md (100%) rename {INFO_Posts => _drafts}/2024-01-26-geojson-map.md (100%) rename {INFO_Posts => _drafts}/2024-01-27-advanced-images.md (100%) rename {INFO_Posts => _drafts}/2024-01-27-code-diff.md (100%) rename {INFO_Posts => _drafts}/2024-01-27-vega-lite.md (100%) diff --git a/CUSTOMIZE.md b/CUSTOMIZE.md index 76e61c4..9c28c0c 100644 --- a/CUSTOMIZE.md +++ b/CUSTOMIZE.md @@ -57,33 +57,27 @@ The user and repository information is defined in [\_data/repositories.yml](_dat You can create new pages by adding new Markdown files in the [\_pages](_pages/) directory. The easiest way to do this is to copy an existing page and modify it. You can choose the layout of the page in the [frontmatter](https://jekyllrb.com/docs/front-matter/) of the Markdown file. You can also add new layouts in the [\_layouts](_layouts/) directory if you feel the need for it. ## Creating new blog posts - To create a new blog post, you can add a new Markdown file in the [\_posts](_posts/) directory. The [name of the file must follow](https://jekyllrb.com/docs/posts/#creating-posts) the format `YYYY-MM-DD-title.md`. The easiest way to do this is to copy an existing blog post and modify it. Note that some blog posts have optional fields in the [frontmatter](https://jekyllrb.com/docs/front-matter/) that are used to enable specific behaviors or functions. If you want to create blog posts that are not ready to be published, but you want to track it with git, you can create a [\_drafts](https://jekyllrb.com/docs/posts/#drafts) directory and store them there. ## Creating new projects - You can create new projects by adding new Markdown files in the [\_projects](_projects/) directory. The easiest way to do this is to copy an existing project and modify it. ## Adding some news - You can add news in the about page by adding new Markdown files in the [\_news](_news/) directory. There are currently two types of news: inline news and news with a link. News with a link take you to a new page while inline news are displayed directly in the about page. The easiest way to create yours is to copy an existing news and modify it. ## Adding Collections - 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 ## 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. You can add extra information to a publication, like a PDF file in the `assets/pdfs/` directory and add the path to the PDF file in the BibTeX entry with the `pdf` field. Some of the supported fields are: `abstract`, `altmetric`, `arxiv`, `bibtex_show`, `blog`, `code`, `dimensions`, `doi`, `eprint`, `html`, `isbn`, `pdf`, `pmid`, `poster`, `slides`, `supp`, `video`, and `website`. ### Author annotation - In publications, the author entry for yourself is identified by string array `scholar:last_name` and string array `scholar:first_name` in [\_config.yml](_config.yml). For example, if you have the following entry in your [\_config.yml](_config.yml): ```yaml @@ -118,7 +112,6 @@ If the entry matches one form of the last names and the first names, it will be If the entry matches one of the combinations of the last names and the first names, it will be highlighted and linked to the url provided. ### Buttons (through custom bibtex keywords) - There are several custom bibtex keywords that you can use to affect how the entries are displayed on the webpage: - `abbr`: Adds an abbreviation to the left of the entry. You can add links to these by creating a venue.yaml-file in the \_data folder and adding entries that match. @@ -139,9 +132,7 @@ There are several custom bibtex keywords that you can use to affect how the entr You can implement your own buttons by editing the [\_layouts/bib.liquid](_layouts/bib.liquid) file. ## Changing theme color - A variety of beautiful theme colors have been selected for you to choose from. The default is purple, but you can quickly change it by editing the `--global-theme-color` variable in the [\_sass/\_themes.scss](_sass/_themes.scss) file. Other color variables are listed there as well. The stock theme color options available can be found at [\_sass/\_variables.scss](_sass/_variables.scss). You can also add your own colors to this file assigning each a name for ease of use across the template. ## Adding social media information - You can add your social media links by adding the specified information at the `Social integration` section in the [\_config.yml](_config.yml) file. This information will appear at the bottom of the `About` page. diff --git a/INFO_Posts/2015-03-15-formatting-and-links.md b/_drafts/2015-03-15-formatting-and-links.md similarity index 100% rename from INFO_Posts/2015-03-15-formatting-and-links.md rename to _drafts/2015-03-15-formatting-and-links.md diff --git a/INFO_Posts/2015-05-15-images.md b/_drafts/2015-05-15-images.md similarity index 100% rename from INFO_Posts/2015-05-15-images.md rename to _drafts/2015-05-15-images.md diff --git a/INFO_Posts/2015-07-15-code.md b/_drafts/2015-07-15-code.md similarity index 100% rename from INFO_Posts/2015-07-15-code.md rename to _drafts/2015-07-15-code.md diff --git a/INFO_Posts/2015-10-20-disqus-comments.md b/_drafts/2015-10-20-disqus-comments.md similarity index 100% rename from INFO_Posts/2015-10-20-disqus-comments.md rename to _drafts/2015-10-20-disqus-comments.md diff --git a/INFO_Posts/2015-10-20-math.md b/_drafts/2015-10-20-math.md similarity index 100% rename from INFO_Posts/2015-10-20-math.md rename to _drafts/2015-10-20-math.md diff --git a/INFO_Posts/2018-12-22-distill.md b/_drafts/2018-12-22-distill.md similarity index 100% rename from INFO_Posts/2018-12-22-distill.md rename to _drafts/2018-12-22-distill.md diff --git a/INFO_Posts/2020-09-28-github-metadata.md b/_drafts/2020-09-28-github-metadata.md similarity index 100% rename from INFO_Posts/2020-09-28-github-metadata.md rename to _drafts/2020-09-28-github-metadata.md diff --git a/INFO_Posts/2020-09-28-twitter.md b/_drafts/2020-09-28-twitter.md similarity index 100% rename from INFO_Posts/2020-09-28-twitter.md rename to _drafts/2020-09-28-twitter.md diff --git a/INFO_Posts/2021-07-04-diagrams.md b/_drafts/2021-07-04-diagrams.md similarity index 100% rename from INFO_Posts/2021-07-04-diagrams.md rename to _drafts/2021-07-04-diagrams.md diff --git a/INFO_Posts/2022-02-01-redirect.md b/_drafts/2022-02-01-redirect.md similarity index 100% rename from INFO_Posts/2022-02-01-redirect.md rename to _drafts/2022-02-01-redirect.md diff --git a/INFO_Posts/2022-12-10-giscus-comments.md b/_drafts/2022-12-10-giscus-comments.md similarity index 100% rename from INFO_Posts/2022-12-10-giscus-comments.md rename to _drafts/2022-12-10-giscus-comments.md diff --git a/INFO_Posts/2023-03-20-table-of-contents.md b/_drafts/2023-03-20-table-of-contents.md similarity index 100% rename from INFO_Posts/2023-03-20-table-of-contents.md rename to _drafts/2023-03-20-table-of-contents.md diff --git a/INFO_Posts/2023-03-21-tables.md b/_drafts/2023-03-21-tables.md similarity index 100% rename from INFO_Posts/2023-03-21-tables.md rename to _drafts/2023-03-21-tables.md diff --git a/INFO_Posts/2023-04-24-videos.md b/_drafts/2023-04-24-videos.md similarity index 100% rename from INFO_Posts/2023-04-24-videos.md rename to _drafts/2023-04-24-videos.md diff --git a/INFO_Posts/2023-04-25-audios.md b/_drafts/2023-04-25-audios.md similarity index 100% rename from INFO_Posts/2023-04-25-audios.md rename to _drafts/2023-04-25-audios.md diff --git a/INFO_Posts/2023-04-25-sidebar-table-of-contents.md b/_drafts/2023-04-25-sidebar-table-of-contents.md similarity index 100% rename from INFO_Posts/2023-04-25-sidebar-table-of-contents.md rename to _drafts/2023-04-25-sidebar-table-of-contents.md diff --git a/INFO_Posts/2023-05-12-custom-blockquotes.md b/_drafts/2023-05-12-custom-blockquotes.md similarity index 100% rename from INFO_Posts/2023-05-12-custom-blockquotes.md rename to _drafts/2023-05-12-custom-blockquotes.md diff --git a/INFO_Posts/2023-07-04-jupyter-notebook.md b/_drafts/2023-07-04-jupyter-notebook.md similarity index 100% rename from INFO_Posts/2023-07-04-jupyter-notebook.md rename to _drafts/2023-07-04-jupyter-notebook.md diff --git a/INFO_Posts/2023-07-12-post-bibliography.md b/_drafts/2023-07-12-post-bibliography.md similarity index 100% rename from INFO_Posts/2023-07-12-post-bibliography.md rename to _drafts/2023-07-12-post-bibliography.md diff --git a/INFO_Posts/2023-12-12-tikzjax.md b/_drafts/2023-12-12-tikzjax.md similarity index 100% rename from INFO_Posts/2023-12-12-tikzjax.md rename to _drafts/2023-12-12-tikzjax.md diff --git a/INFO_Posts/2024-01-26-chartjs.md b/_drafts/2024-01-26-chartjs.md similarity index 100% rename from INFO_Posts/2024-01-26-chartjs.md rename to _drafts/2024-01-26-chartjs.md diff --git a/INFO_Posts/2024-01-26-echarts.md b/_drafts/2024-01-26-echarts.md similarity index 100% rename from INFO_Posts/2024-01-26-echarts.md rename to _drafts/2024-01-26-echarts.md diff --git a/INFO_Posts/2024-01-26-geojson-map.md b/_drafts/2024-01-26-geojson-map.md similarity index 100% rename from INFO_Posts/2024-01-26-geojson-map.md rename to _drafts/2024-01-26-geojson-map.md diff --git a/INFO_Posts/2024-01-27-advanced-images.md b/_drafts/2024-01-27-advanced-images.md similarity index 100% rename from INFO_Posts/2024-01-27-advanced-images.md rename to _drafts/2024-01-27-advanced-images.md diff --git a/INFO_Posts/2024-01-27-code-diff.md b/_drafts/2024-01-27-code-diff.md similarity index 100% rename from INFO_Posts/2024-01-27-code-diff.md rename to _drafts/2024-01-27-code-diff.md diff --git a/INFO_Posts/2024-01-27-vega-lite.md b/_drafts/2024-01-27-vega-lite.md similarity index 100% rename from INFO_Posts/2024-01-27-vega-lite.md rename to _drafts/2024-01-27-vega-lite.md diff --git a/_pages/projects.md b/_pages/projects.md index 689caec..325a5f3 100644 --- a/_pages/projects.md +++ b/_pages/projects.md @@ -4,7 +4,7 @@ permalink: /projects/ title: projects description: nav: true -nav_order: 3 +nav_order: 5 pagination: enabled: true collection: posts