https://github.com/boldare/boldare-tech
Boldare tech blog
https://github.com/boldare/boldare-tech
Last synced: about 1 year ago
JSON representation
Boldare tech blog
- Host: GitHub
- URL: https://github.com/boldare/boldare-tech
- Owner: boldare
- License: mit
- Created: 2018-03-23T15:36:27.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T11:18:54.000Z (about 2 years ago)
- Last Synced: 2025-04-06T21:08:40.037Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://tech.boldare.com/
- Size: 11.6 MB
- Stars: 5
- Watchers: 43
- Forks: 4
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Boldare Tech Blog
👉 [Go to #boldare-tech blog](https://tech.boldare.com/)
## About #boldare-tech
Development tips && tricks.
From devs. For devs.
Any helpful contributions are welcome.
3 lines, 3 paragraphs? Doesn't matter.
## How to contribute
There are two ways to contribute:
👉 Using CMS system
1. Go to [admin panel](https://tech.boldare.com/admin/)
or click `+` icon in sidebar (skip points 2. and 3. in that case).
2. Go to `Blog Articles` or click `Quick add` at the very top of the page.
3. Click `New Blog Article`.
4. Create article by providing all required data, also upload `cover`.
5. If you save article, it will be sent as PR for review to blog's GH repository.
INFO: To add images to article, you need to upload them on `Media` page.
Then simply add it in article ``
👉 Cloning repository
The articles' file structure:
```
boldare-tech/
└── content/
└── posts/
└── YYYY-MM-DD_the-post-title.md
└── static/
└── img/
└── file-used-in-post.(svg|png)
```
1. Clone this repository or add/edit a file
[directly on GitHub](https://github.com/boldare/boldare-tech/new/master/content/posts)
2. Use `yarn add-article` command to create a new structure for the post 📂
3. Write an article in [Markdown](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet)
syntax and save it in created file by script, English language is preferred ✍️
4. Put an image (post avatar) in `static/img`, technology icon is preferred 🖼
5. Update the following required tags at the very top of the article 👆
```
---
title: Post title - describe the solution concisely, but informatively
subTitle: Post subtitle - optional additional description
tags: ["technology", "keyword", "some key variable"]
cover: post-avatar.jpg - technology icon is preferred
postAuthor: Your Name
---
```
6. Create a pull request to `master` branch to collaborate 🙌
7. Before merging remember to bump the article date in filename
to the current date