Change old /archive/* links to /daily/*
This commit is contained in:
parent
661669f2a5
commit
538141466c
406 changed files with 457 additions and 457 deletions
|
@ -3,7 +3,7 @@ title: >
|
|||
Astro as a static site generator
|
||||
pubDate: 2023-02-07
|
||||
permalink: >-
|
||||
archive/2023/02/07/astro-as-a-static-site-generator
|
||||
daily/2023/02/07/astro-as-a-static-site-generator
|
||||
tags:
|
||||
- astro
|
||||
---
|
||||
|
@ -16,4 +16,4 @@ Its file-based routing is very familiar to what I'd been working with in Next.js
|
|||
|
||||
A static HTML version of the site can be generated which can be uploaded to a web server - like with other static site generators - with the advantage that Astro includes no JavaScript by default.
|
||||
|
||||
As well as my personal website, I've been using Astro for some other mini-projects including [building Bootstrap components with Tailwind]({{site.url}}/archive/2023/01/22/building-bootstrap-css-examples-with-tailwind), and I'm using it for the updated examples for my Tailwind CSS talk at nor(DEV):con in a couple of weeks time.
|
||||
As well as my personal website, I've been using Astro for some other mini-projects including [building Bootstrap components with Tailwind]({{site.url}}/daily/2023/01/22/building-bootstrap-css-examples-with-tailwind), and I'm using it for the updated examples for my Tailwind CSS talk at nor(DEV):con in a couple of weeks time.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue