An open API service indexing awesome lists of open source software.

https://github.com/jadogg/jadogg.github.io

😀🌐
https://github.com/jadogg/jadogg.github.io

Last synced: 7 months ago
JSON representation

😀🌐

Awesome Lists containing this project

README

          

# Hey

This is my updated personal website

Theme based on - https://github.com/xNaCly/blog and https://github.com/xNaCly/hugo-theme-xnacly (MIT License)

## Projects - `data/projects.json`

```
{
"title": "x",
"description": "xw",
"url": "https://github.com/...",
"tech": ["Java", "Python"]
},
```

## Skills section - `data/skills.json`

```
{
"langs": [
"Python3"
"C"
],
"frameworks": [
"Make"
],
"tools": [
"Jetbrains Intellij"
]
}

```