Changelog
v0.7.1
v0.7.0
- Update
Astro
to v5.3.0
- Migrate content collection API
v0.6.9
v0.6.8
- Move local images from blogs into
src
directory. ref
v0.6.7
- Refactor function
makeRelativeFontPath
and move it into a new utils
folder
- Delete
common
folder in components and move Link
component
- Now the links in
/blogs
are text-ednoesco-primary
color
v0.6.6
- Add
Image
component to blogs entries
- Allow all blogs to appear in
DEV
environment
v0.6.5
- Update
Astro
to v4.3.2
- Update
Tailwind
to v3.4.1
- Dev dependencies updated
v0.6.4
- Update
Header
component to Nav
- Add a
header
tag on blog titles
- Update background color to black… let’s see if it lasts
v0.6.3
- Tailwind config using ESM
- Use
BerkeleyMono
font in li
markers
- Add padding to
p
elements in markdown
v0.6.2
v0.6.1
- Add
blogs
and blog/[...slug]
routes
Link
component
- (DEV) Blogs collection defined
v0.6.0
v0.5.1
- Install
@tailwindcss/typography
and use it with Markdown
custom styles
- Add
.prettierrc
config file with prettier-plugin-astro
and prettier-plugin-tailwindcss
- Update
.astro
files with tailwind classes with prettier
- Update
Footer
component with Changelog
link
v0.5.0
- Update
Astro
to v3.0.12
- Update related packages