Test
•
2 min read
Lists
This is a test on making a blog.
- this is static list item 1
- this is static list item 2
- this is static list item 3
Dynamic foreach list:
- 1
- 2
- 3
- 4
- way to go
trying custom css with tailwind
this is tailwind markup from component
this is regular css from component
padding and margin showing
About this blog
Well, what can I say!
This is on the second line isn’t it!
/posts/my-first-post.md
/posts/my-first-post/index.md
This should be a link NJ website.
And this is an image…

3
5
1
2
4
And this and THIS. like each blocks:
My code
Javascript:
function helloWorld() {
return 'Hello World'
}
CSS:
.mystyle {
padding: 2px
}
.anotherstyle {
color: #cccccc;
}
HTML:
<div class="test">hello</div>