About RedCobalt WebPage - Multilingual -> EN | DE | ES | FR | IT | NL | PL | PT | RU | SE | TR | UK | CN | KR | CH
This is a premium web design that you can upload to any web host of your choice. It's complete and includes all pages! It has everything you need. You can also extend or customize it to your liking with little knowledge.
The webdesign was written especially like a Rust plugin, you can set everything in a config like with Rust plugins.
Please understand that I do not incorporate any special requests or make the web hosting customizations for everyone. If you are ready for a premium web design, please follow the detailed documentation!
Adjustments
You can make adjustments very easily and quickly.
You have the corresponding language files in the /lang/ folder. There you can formulate it according to your wishes.
Then you have the config.json file in the main directory.
I have deliberately built the website a bit like a Rust plugin so that everyone can use it without html/css or js. You can enter your data in the config and don't have to search and fiddle around in large html files.
You also have the possibility to promote special holidays on your homepage.
Currently the advent calendar is possible, you can simply activate or deactivate it in the config:
"calendar": { "enabled": false,
The same applies to effects, for example, if you want to activate a winter or Christmas feeling on your website, set the effect to true:
```“snow”: true```
There are more festivities planned, but currently it only includes Christmas.
To-Do:
- New Year
- Easter
- Halloween
Project Tree
QuoteRedCobalt_WebPage/
├── css/
│ └── style.css
├── img/
│ ├── background.jpg
│ └── fav.png
├── js/
│ ├── config-loader.js
│ ├── effects-manager.js
│ ├── language-handler.js
│ └── calendar-manager.js
├── lang/
│ ├── de.json
│ ├── en.json
│ ├── es.json
│ ├── fr.json
│ ├── it.json
│ ├── nl.json
│ ├── pl.json
│ ├── pt.json
│ ├── ru.json
│ ├── se.json
│ ├── tr.json
│ ├── uk.json
│ ├── cn.json
│ ├── kr.json
│ ├── ch.json
│ └── at.json
├── config.json
├── index.html
└── readme.md
Installation
Step 1: [Unzip and upload files]
- upload all files from the folder to your web hosting provider.
Step 2: [edit the following files online or locally (if uploading a new local file)].
- config.json in the main directory. (self-explanatory structured like a rust plugin)
- adapt the content of your website in the directory to the respective language files you will find them in the /lang/ directory.
Step 3: Done
Multilingual Support:
The plugin supports multiple languages. Language files are located in the lang folder and can be edited or expanded as needed. Currently supported languages:
default: EN
EN | DE | ES | FR | IT | NL | PL | PT | RU | SE | TR | UK | CN | KR | CH
Please note that the language files were translated using the DeepL Language Tool
DEMO
https://redcobalt.rustflash.de
load, run, enjoy