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

https://github.com/opensource-force/osf-blog

A place for members of the Open Source Force community to publish articles.
https://github.com/opensource-force/osf-blog

Last synced: 11 months ago
JSON representation

A place for members of the Open Source Force community to publish articles.

Awesome Lists containing this project

README

          

# OSF Blog

A place for members of the Open Source Force community to publish articles.

### [Visit the Page](https://opensource-force.github.io/osf-blog/)

## Adding a Post

* Fork the repository
* Create a new dir in the [post directory (./content/posts/)](./content/posts/)
* Add a new .md file to the dir you just created
* You can put assets in the dir too for your post
* Open a pull request!

To preview your post while you write it, you can [install zola](https://www.getzola.org/documentation/getting-started/installation/) & run `zola serve` in the blog directory.

[Example Post Markdown](https://github.com/not-matthias/apollo/tree/main/content/posts)

[Theme Documentation](https://github.com/not-matthias/apollo)

[Built with Zola](https://www.getzola.org/)