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" } }