https://github.com/loadsmart/blog
Loadsmart Engineering Blog
https://github.com/loadsmart/blog
Last synced: 10 months ago
JSON representation
Loadsmart Engineering Blog
- Host: GitHub
- URL: https://github.com/loadsmart/blog
- Owner: loadsmart
- License: mit
- Created: 2020-04-24T22:06:05.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-05-10T13:57:08.000Z (about 2 years ago)
- Last Synced: 2024-05-10T14:52:36.661Z (about 2 years ago)
- Language: JavaScript
- Homepage: https://engineering.loadsmart.com
- Size: 5.65 MB
- Stars: 2
- Watchers: 60
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Loadsmart Engineering Blog
Built on top of GatsbyJS and continuously deployed to Netlify
[](https://app.netlify.com/sites/loadsmart-engineering/deploys)
## Installing
If you already have a Node.js environment and yarn installed, install the dependencies by running in the root directory:
```
yarn
```
## Running
To run it locally:
```
gatsby develop
```
And then access your browser at [localhost:8000](http://localhost:8000). This commands listens to changes in the file system and restarts the server by itself, so you don’t have to do it manually.
## Writing a blog post
If you work for Loadsmart and want to write an article, you can do so by creating a Markdown file under the `content` folder. Make sure you follow the expected structure of directories by adding an `index.md` file and all the referenced images in the same folder named after the date your post should be published plus the slug. E.g.:
```
content
posts
2020-06-05-title-of-your-post
index.md
some-image.jpg
another-image.jpg
```
When it’s ready, send a pull request and assign some people to review it. If build passes, Netlify will comment in your pull request with a link to preview your post. In case you want to check an example, see [this](https://github.com/loadsmart/blog/pull/27).
As soon as your PR is merged into master, a deploy to Netlify will be triggered. In less than a minute, you should be able to see your post live at [engineering.loadsmart.com](https://engineering.loadsmart.com).
## Contributing
Found a typo or want to help us with any of the [open tickets](https://github.com/loadsmart/blog/issues)? Feel free to fork the project and send us a Pull Request.
## License
This code project is distributed under the [MIT](https://raw.githubusercontent.com/loadsmart/blog/master/LICENSE) License. The articles are distributed under Creative Commons 4.0 International.