https://github.com/image-rs/blog.image-rs.org
Public blog of image-rs and its members
https://github.com/image-rs/blog.image-rs.org
Last synced: about 1 month ago
JSON representation
Public blog of image-rs and its members
- Host: GitHub
- URL: https://github.com/image-rs/blog.image-rs.org
- Owner: image-rs
- Created: 2019-04-13T14:44:41.000Z (over 6 years ago)
- Default Branch: gh-pages
- Last Pushed: 2021-02-24T23:09:54.000Z (almost 5 years ago)
- Last Synced: 2024-12-28T10:44:54.375Z (12 months ago)
- Language: HTML
- Homepage: https://blog.image-rs.org
- Size: 83 KB
- Stars: 3
- Watchers: 25
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Contributing
Any member of the organization is welcome to contribute to the blog, not only
collaborators. The main branch that is served over `blog.image-rs.org` should
only be changed through PRs with at least one review, regardless of the author.
Major changes to the structure or look should gather some feedback over a week
but at least three days (so that one is a work day).
Most pressing issues:
* Design the pages instead of relying on a rather unstructured default look.
* Establish a system for tags and categories
* Evaluate how to present posts by member that do not concern the project
itself, such as library usage reports, abstract ideas and visions, and
educational content on image related topics. Possibly through a
weekly/monthy/quarterly aggregation post and summary paragraphs?
## Serving locally
For basic usage, follow [the official Github guide][GHGuide]. If you are not
comfortable giving `sudo` to the `bundler` commands just for this project (i.e.
this is not your main project or you created a project related account to
confine access, ...) like me then you can also do:
1. Create some local directory used to hold the installed gems. I use
`GEM_HOME=~/.local/lib/gems` to mirror the root tree that would otherwise be used.
2. > `bundle install --path $GEM_HOME`
3. Invoke jekyll through `bundle` as well
> `bundle exec jekyll serve`
[GHGuide]: https://help.github.com/en/articles/setting-up-your-github-pages-site-locally-with-jekyll