https://github.com/json-everything/json-everything-blog
https://github.com/json-everything/json-everything-blog
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/json-everything/json-everything-blog
- Owner: json-everything
- License: mit
- Created: 2023-04-13T00:59:48.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2026-02-14T05:44:24.000Z (4 months ago)
- Last Synced: 2026-02-14T13:47:44.590Z (4 months ago)
- Language: HTML
- Size: 1.34 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
README
## Welcome
This repository houses the source for `json-everything` blog site, https://blog.json-everything.net.
## Contributing
We're happy to accept and review proposals for blog content. Ideally, posts will cover:
- updates to the libraries or project in general
- how the libraries are being used
- interesting things learned while working on or with the libraries
The main project's [CODE OF CONDUCT](https://github.com/json-everything/json-everything/blob/master/CODE_OF_CONDUCT.md) also applies.
## Running locally
The site is a standard [Jekyll-based GitHub Pages site](https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll) using a modified [Chirpy theme](https://chirpy.cotes.page/).
You'll need to install the dependencies listed in the GitHub docs to run it locally. Once all of the dependencies are available, you can run the `run.bat` or `run.sh` scripts to more easily start up the site.
## Style
Please see the [Chirpy theme site](https://chirpy.cotes.page/) for examples of the markdown that's supported.