https://github.com/pixelguys/cubyz-website
The website for Cubyz
https://github.com/pixelguys/cubyz-website
Last synced: 4 months ago
JSON representation
The website for Cubyz
- Host: GitHub
- URL: https://github.com/pixelguys/cubyz-website
- Owner: PixelGuys
- Created: 2024-04-20T14:20:19.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T12:39:27.000Z (about 2 years ago)
- Last Synced: 2025-10-26T07:42:22.184Z (8 months ago)
- Language: HTML
- Size: 18.2 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A website for Cubyz
## Design Language
There are a few important design rules that can't be ignored.
- The website needs to look like the UI in Cubyz, even smaller changes like text height will be the same
- Textures used need to be Cubyz related or made yourself (Fonts ignore this rule)
## 🎨 Markdown to HTML Converter 🎨
The file found in ```scripts/markdown_to_html_turner.js``` will transform any markdown file into a html version.
You can use this by putting this in your html file including your markdown url. You also need the script mentioned above.
```html
https://raw.githubusercontent.com/PixelGuys/Cubyz/master/README.md
```