Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/json-schema-org/conference
The JSON Schema conference website
https://github.com/json-schema-org/conference
conference hugo jsonschema
Last synced: 3 months ago
JSON representation
The JSON Schema conference website
- Host: GitHub
- URL: https://github.com/json-schema-org/conference
- Owner: json-schema-org
- Created: 2024-06-29T06:17:32.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-24T17:32:08.000Z (4 months ago)
- Last Synced: 2024-10-04T04:24:34.563Z (3 months ago)
- Topics: conference, hugo, jsonschema
- Language: HTML
- Homepage: https://json-schema-org.github.io/conference/
- Size: 8.43 MB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
## JSON Schema Conference Website
[![JSON Schema logo - Build more, break less, empower others.](https://raw.githubusercontent.com/json-schema-org/.github/main/assets/json-schema-banner.png)](https://json-schema.org)
## Run Locally
This section is for those interested in contributing or running the landscape website locally.
**Prerequisites:**
* Install [Hugo](https://gohugo.io/installation/)
**Cloning the Website:**
```bash
git clone https://github.com/{{your_username}}/conference.git
```**Initialising git submodules**
```bash
git submodule update --init
```**Running dev server**
```bash
hugo server
```This starts a local server and opens the website in your web browser at http://localhost:1313.
## Editing styles
Website is created leverging scss styles for mkaing changes to it we can edit scss file as per our need then run below make command to build the website and reflect the changes at live server.
```bash
make build
```**Note:** Since we are using hugo tool for website creation it might take some time to reflect the changes at live server.
## Contributing
* We warmly welcome your contributions to this project! A dedicated [CONTRIBUTING.md](CONTRIBUTING.md) file outlines the various ways you can get involved, including:
* Reporting bugs and requesting features
* Contributing code
* Improving documentation
* Adding new entries to the landscape
* Improving the user interface## Contact
For any questions or feedback, please feel free to open an issue on this repository.
## Get Involved!
Explore the website and see how you can contribute to this evolving space. Whether through contributions, partnerships, or feedback, your involvement can help shape the future of JSON Schema.
## Connect with the JSON Schema Community