UNPKG
never-write
Version:
latest (1.2.3)
1.2.3
1.2.2
1.2.1
1.2.0
1.1.1
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
simple static site generator
github.com/hiNISAL/never-write
hiNISAL/never-write
never-write
/
templates
/
neverw-hello-template
/
posts
/
hello.md
17 lines
(12 loc)
•
171 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
title:
sample
page
tag:
javascript
---
```js
const
fn
=
()
=>
{
console.log('996
gogogo');
}
;
fn();
```
there's
noting
else
here.
