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

https://github.com/8luebottle/blog

⌨️ Personal Tech Blog : Gatsby + React
https://github.com/8luebottle/blog

c cpp css go html javascript python

Last synced: 2 months ago
JSON representation

⌨️ Personal Tech Blog : Gatsby + React

Awesome Lists containing this project

README

          

# Developer Blog
![Made with love by 8luebottle](https://img.shields.io/badge/Made%20with%20%E2%9D%A4%EF%B8%8Fby-%208luebottle%20-blue)
Contents of my blog
+ Think : Personal Thinking
+ TIL : Today I Learned
+ Articles : Translation of Articles

## Focus on
+ Go
+ Python
+ JavaScript
+ C | C++
+ Django
+ React | React Native
+ node.js
+ Computer Science

## Folder Structure

```
└── content
├── pages
└── posts
└── static
├── admin
└── media
└── src
├── assets
│   └── scss
│   ├── base
│   └── mixins
├── cms
│   └── preview-templates
├── components
│   ├── Feed
│   ├── Icon
│   ├── Layout
│   ├── Page
│   ├── Pagination
│   ├── Post
│   │   ├── Author
│   │   ├── Comments
│   │   ├── Content
│   │   ├── Meta
│   │   └── Tags
│   └── Sidebar
│   ├── Author
│   ├── Contacts
│   ├── Copyright
│   └── Menu
├── constants
├── templates
└── utils

```