Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yourls/website
🌐 Website, docs, and blog for YOURLS
https://github.com/yourls/website
blog docs documentation docusaurus yourls
Last synced: 4 days ago
JSON representation
🌐 Website, docs, and blog for YOURLS
- Host: GitHub
- URL: https://github.com/yourls/website
- Owner: YOURLS
- License: cc-by-4.0
- Created: 2022-03-06T19:20:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T02:00:45.000Z (16 days ago)
- Last Synced: 2024-10-30T00:55:07.601Z (14 days ago)
- Topics: blog, docs, documentation, docusaurus, yourls
- Language: JavaScript
- Homepage: https://yourls.org
- Size: 3.3 MB
- Stars: 8
- Watchers: 5
- Forks: 86
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# YOURLS Website
> The sources of the [website](https://yourls.org) for [YOURLS](https://yourls.org)
## Contributing
Site content is written in Markdown format located in:
- [`docs/`](/docs/) for the [documentation](https://yourls.org/docs) ([development guide](https://docusaurus.io/docs/docs-introduction));
- [`blog/`](/blog/) for the [blog](https://yourls.org/blog) ([development guide](https://docusaurus.io/docs/blog));
- [`src/`](/src/) for the [standalone pages](https://yourls.org/) ([development guide](https://docusaurus.io/docs/creating-pages)).> [!TIP]
> For simple edits, you can directly edit the file on GitHub and generate a Pull Request.See the [Contributing Guidelines](https://github.com/YOURLS/.github/blob/master/CONTRIBUTING.md)
for our rules and recommendations on contributions.## Development
### Dev Container
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=466833669)
This repository is ready for [Development Containers](https://containers.dev/).
Click the badge above to create a codespace for this repository and start making and submitting changes.### Local
This site is built with [Docusaurus 2](https://docusaurus.io/).
See engine guide on supported [Markdown extensions](https://docusaurus.io/docs/markdown-features).```bash
npm install
npm run start
```## License
The documentation content is licensed under a [CC BY 4.0 license](LICENSE).
All other code in this repository is licensed under the [MIT license](LICENSE-CODE).