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: 6 days 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 (8 months ago)
- Default Branch: main
- Last Pushed: 2025-01-27T19:29:57.000Z (14 days ago)
- Last Synced: 2025-01-31T15:19:28.267Z (10 days ago)
- Topics: conference, hugo, jsonschema
- Language: CSS
- Homepage: https://conference.json-schema.org/
- Size: 52.4 MB
- Stars: 4
- Watchers: 4
- Forks: 11
- Open Issues: 6
-
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
```**Initializing 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.
---
## Project Structure
The repository is organized as follows:
```
json-schema-org/conference
├── archetypes
├── assets
│ └── css
├── backgrounds
│
├── content
│ ├── faq
│ ├── partners
│ ├── schedule
│ ├── sessions
│ └── speakers
│
├── data
├── layouts
│ ├── _default
│ ├── partials
│ ├── schedule
│ ├── sessions
│ ├── shortcodes
│ └── speakers
│
├── static
│ ├── images
│ ├── presentation
│ ├── schedule
│ └── theme.css
├── themes
│ └── default-theme -hugo
│ ├── archetypes
│ ├── i18n
│ ├── images
│ ├── layouts
│ ├── src
│ └── static
├── .gitignore
├── .gitmodules
├── .hugo_build.lock
├── CONTRIBUTING.md
├── hugo.toml
├── README.md
└── yarn.lock
```---
## Contributors
Thanks to all the amazing contributors to this project:
[![Contributors](https://contrib.rocks/image?repo=json-schema-org/conference)](https://github.com/json-schema-org/conference/graphs/contributors)
Want to join the list? Check out our [Contributing Guide](CONTRIBUTING.md) to get started!
---
## 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