From 4c1bf1788da97a1c1c4dc07d5fd636eab74667fa Mon Sep 17 00:00:00 2001 From: Anant <106183059+akb75@users.noreply.github.com> Date: Thu, 9 May 2024 00:15:04 +0000 Subject: [PATCH] rewrote in prettier --- _pages/about.md | 2 +- _pages/about_einstein.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/_pages/about.md b/_pages/about.md index ed6a891c..77403062 100644 --- a/_pages/about.md +++ b/_pages/about.md @@ -22,4 +22,4 @@ Write your biography here. Tell the world about yourself. Link to your favorite Put your address / P.O. box / other info right below your picture. You can also disable any of these elements by editing `profile` property of the YAML header of your `_pages/about.md`. Edit `_bibliography/papers.bib` and Jekyll will render your [publications page](/al-folio/publications/) automatically. -Link to your social media connections, too. This theme is set up to use [Font Awesome icons](https://fontawesome.com/) and [Academicons](https://jpswalsh.github.io/academicons/), like the ones below. Add your Facebook, Twitter, LinkedIn, Google Scholar, or just disable all of them. \ No newline at end of file +Link to your social media connections, too. This theme is set up to use [Font Awesome icons](https://fontawesome.com/) and [Academicons](https://jpswalsh.github.io/academicons/), like the ones below. Add your Facebook, Twitter, LinkedIn, Google Scholar, or just disable all of them. diff --git a/_pages/about_einstein.md b/_pages/about_einstein.md index c0a8dced..7914a2fc 100644 --- a/_pages/about_einstein.md +++ b/_pages/about_einstein.md @@ -2,4 +2,4 @@ Write your biography here. Tell the world about yourself. Link to your favorite Put your address / P.O. box / other info right below your picture. You can also disable any these elements by editing `profile` property of the YAML header of your `_pages/about.md`. Edit `_bibliography/papers.bib` and Jekyll will render your [publications page](/al-folio/publications/) automatically. -Link to your social media connections, too. This theme is set up to use [Font Awesome icons](https://fontawesome.com/) and [Academicons](https://jpswalsh.github.io/academicons/), like the ones below. Add your Facebook, Twitter, LinkedIn, Google Scholar, or just disable all of them. \ No newline at end of file +Link to your social media connections, too. This theme is set up to use [Font Awesome icons](https://fontawesome.com/) and [Academicons](https://jpswalsh.github.io/academicons/), like the ones below. Add your Facebook, Twitter, LinkedIn, Google Scholar, or just disable all of them. diff --git a/package-lock.json b/package-lock.json index 4a690276..9e80a466 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "master", + "name": "akb75.github.io", "lockfileVersion": 3, "requires": true, "packages": { "": { "devDependencies": { - "@shopify/prettier-plugin-liquid": "1.4.0", + "@shopify/prettier-plugin-liquid": "^1.4.0", "prettier": "3.1.1" } }, diff --git a/package.json b/package.json index dc4c51ab..78362ecf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "devDependencies": { - "@shopify/prettier-plugin-liquid": "1.4.0", + "@shopify/prettier-plugin-liquid": "^1.4.0", "prettier": "3.1.1" } }