Skip to content

Commit

Permalink
Merge pull request #4 from hellotham/fix-url
Browse files Browse the repository at this point in the history
Upgrade to astro v2.x
  • Loading branch information
ChristineTham authored Jan 26, 2023
2 parents 872c426 + dda375f commit a0f0464
Show file tree
Hide file tree
Showing 5 changed files with 786 additions and 1,112 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,5 @@ All commands are run from the root of the project, from a terminal:

- 1.0.0: Initial Release
- 1.0.1: Moved social images to src, improved coverImage processing
- 1.0.2: Upgrade packages to latest
- 1.0.2: Upgrade packages to latest
- 1.1.0: Update to astro v2.x, now works with node 18 and 19
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,38 +14,38 @@
"devDependencies": {
"@akebifiky/remark-simple-plantuml": "^1.0.2",
"@astrojs/alpinejs": "^0.1.2",
"@astrojs/image": "^0.10.0",
"@astrojs/mdx": "^0.11.4",
"@astrojs/image": "^0.13.0",
"@astrojs/mdx": "^0.15.0",
"@astrojs/sitemap": "^1.0.0",
"@astrojs/tailwind": "^2.1.1",
"@astrojs/tailwind": "^3.0.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.7",
"@types/alpinejs": "^3.0.0",
"@tailwindcss/typography": "^0.5.9",
"@types/alpinejs": "^3.7.1",
"@types/leaflet": "^1.9.0",
"alpinejs": "^3.10.4",
"astro": "1.5.2",
"astro-robots-txt": "^0.3.10",
"alpinejs": "^3.11.1",
"astro": "2.0.1",
"astro-robots-txt": "^0.3.11",
"exifr": "^7.1.3",
"mdast-util-to-string": "^3.1.0",
"prettier-plugin-astro": "^0.6.0",
"mdast-util-to-string": "^3.1.1",
"prettier-plugin-astro": "^0.7.2",
"reading-time": "^1.5.0",
"rehype-katex": "^6.0.2",
"remark-math": "^5.1.1",
"schema-dts": "^1.1.0",
"tailwindcss": "^3.2.1",
"unist-util-visit": "^4.1.1"
"tailwindcss": "^3.2.4",
"unist-util-visit": "^4.1.2"
},
"dependencies": {
"@astrojs/rss": "^1.0.2",
"astro-icon": "^0.7.3",
"astro-seo": "^0.6.0",
"@astrojs/rss": "^2.1.0",
"astro-icon": "^0.8.0",
"astro-seo": "^0.7.0",
"hero-patterns": "^2.1.0",
"katex": "^0.16.2",
"leaflet": "^1.9.2",
"katex": "^0.16.4",
"leaflet": "^1.9.3",
"lunr": "^2.3.9",
"photoswipe": "^5.3.2",
"photoswipe": "^5.3.4",
"photoswipe-dynamic-caption-plugin": "^1.2.7"
}
}
2 changes: 1 addition & 1 deletion src/pages/author/[author]/[...page].astro
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
import type { MarkdownInstance, PaginateFunction, Page } from 'astro'
import { DefaultAuthor, Frontmatter , SiteMetadata, authorDetail, PAGE_SIZE } from '../../../config'
import { Frontmatter , SiteMetadata, authorDetail, PAGE_SIZE } from '../../../config'
import Base from '../../../layouts/base.astro'
import Img from '../../../components/img.astro'
import PageHero from '../../../components/pagehero.astro'
Expand Down
3 changes: 2 additions & 1 deletion src/pages/blog/2022-08-28-roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: ../../layouts/blog.astro
title: Roadmap
description: List of features to be considered for future versions of this starter.
author: Chris Tham
publishDate: 2022-08-28T00:00:00.000Z
publishDate: 2023-01-26T00:00:00.000Z
coverSVG: ../svg/undraw/undraw_scrum_board.svg
socialImage: ../images/undraw/undraw_scrum_board.png
categories:
Expand All @@ -17,6 +17,7 @@ tags:
The following are some potential features that are being considered as enhancements to this starter. Please consider [sponsoring](https://github.com/sponsors/hellotham) us if these features are important to you and you would like them to be implemented sooner. Alternately, if you want to implement any of these features, please let us know and we will be happy to support you!

- Automatic optimization of images in Markdown/MDX posts
- Use Astro collections

Current issues:

Expand Down
Loading

0 comments on commit a0f0464

Please sign in to comment.