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
- Host: GitHub
- URL: https://github.com/8luebottle/blog
- Owner: 8luebottle
- License: mit
- Created: 2019-05-15T12:55:36.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T22:19:29.000Z (over 3 years ago)
- Last Synced: 2025-08-18T15:39:25.182Z (10 months ago)
- Topics: c, cpp, css, go, html, javascript, python
- Language: JavaScript
- Homepage: https://babytiger.netlify.com/
- Size: 126 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Developer Blog

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
```