generated from gigsboat/gigs-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgigsboat.json
29 lines (29 loc) · 1.39 KB
/
gigsboat.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"input": {
"sourceDirectory": "pages"
},
"output": {
"markdownFile": "README.md"
},
"preContent": [
{
"raw": "<p align='center'><h1 align='center'>Liran Tal - Public Speaking</h1>"
},
{
"raw": "<p align='center'>I love doing Open Source, Node.js, JavaScript, Web Security & InfoSec, Public Speaking, and Building CLIs.</p></p><p align='center'><a href='liran_tal'><img alt='Twitter Follow' src='https://img.shields.io/twitter/follow/liran_tal?style=social'></a> <a href='https://www.linkedin.com/in/talliran'><img alt='LinkedIn Add Me' src='https://img.shields.io/badge/-Add Me on LinkedIn-blue?style=flat-square&logo=Linkedin&logoColor=white'></a></p><p align='center'><img src='https://github.com/lirantal/public-speaking/blob/main/static/liran-tal-header-image.png' alt='Liran Tal public speaking profile' /></p>"
},
{
"format": [
{
"ul": [
"🌟 [GitHub Star](https://stars.github.com/profiles/lirantal)",
"✍️ Author of [Essential Node.js Security 2020](http://bit.ly/securenodejs)",
"🔥 [Node.js CLI Best Practices](https://github.com/lirantal/nodejs-cli-apps-best-practices)",
"💚 Member of the [NodeJS Security WG](https://github.com/nodejs/security-wg)",
"🥑 Developer Advocate @[Snyk](https://snyk.io/)"
]
}
]
}
]
}