What better way than my readme 😏
Figure out formatting
- [x ] figure out formatting
- import all data
- update homepage
Created turso database s2tadb with table posts
CREATE TABLE posts ( id SERIAL PRIMARY KEY, title VARCHAR(255) NOT NULL, description TEXT NOT NULL, date DATE NOT NULL, quote TEXT, transcript TEXT, podcastEmbed TEXT );
Was able to get the test page working http://localhost:4321/blog/test Formatting isn't great