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.
- Host: GitHub
- URL: https://github.com/opensource-force/osf-blog
- Owner: opensource-force
- Created: 2025-01-12T21:24:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-11T20:03:37.000Z (about 1 year ago)
- Last Synced: 2025-02-11T21:22:09.811Z (about 1 year ago)
- Homepage: https://opensource-force.github.io/osf-blog/
- Size: 12.7 MB
- Stars: 4
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/)