Select languages
Click the green button.
Select the languages you will use. You can select up to 7 languages.
For each language a set of corresponding fields will be opened below.
Language translation
Click at one of the languages you want to translate.
The sections you found at the 'Website' tab will fold open.
The translation for each section can be entered in the corresponding text areas.
These fields are Markdown compatible too.
The source language of the corresponding selected section is always used as source for the translation if you use the red 'Get DeepL/Google translation' text buttons.
The languages at the translation services are automatically set right if you use the red 'Get DeepL/Google translation' text buttons.
For example:
English - introduce your site
Enter an English translation of the text your entered earlier at 'Site introduction' at step 3 'Website'.
To get a DeepL/Google translation
- Click the text 'Get DeepL translation'
- A popup will open with the text to be translated already filled out in the left part of the window. The right source language is automatically selected.
- in the right part of the popup window you'll see the translation into English.
- scroll down to the copy icon and click it to copy the result text to the clipboard.
- close the popup.
- Click in the field and paste the text from the clipboard (ctrl+v or cmd+v)
- Read the translation to correct any errors.
- Repeat these steps for the other sections and other languages
Click 'Save & Next ->' to continue to the last step.
Publish in subdirectory
If you have never published before, you can enter your desired name here. Provided it is not already in use. This name can not be changed afterwards.
As this name will be part of the URL address of your site you can only use a-z and 0-9.
After you have published once, the next publications will automatically be published in the once chosen sub-directory.
Publish with domain name
To maximize the benefits of having your own website, it is recommended to register your own domain name and rent hosting space.
This need not be expensive, e.g. at OVH a domain name costs the first year from €1.99 including 100 Mb hosting space (which is sufficient).
https://www.ovhcloud.com/en/domains/
FTP data
The hosting provider provides the necessary FTP data, which you should copy meticulously into the fields. If you make a mistake here, your site will not be published.
If you need help with this, you should contact the hosting provider.
No domainname yet?
- Go to LWS.fr
- Register a domain name from 4.99 Euro per year, including 2 mail accounts and 2 Gb hosting.
LWS
- After registering a domain name you received an e-mail with all FTP credentials
- Go back to the dashboard of the editor and select 'PUBLISH WITH YOUR OWN DOMAIN NAME' (last step) and enter the following data:
- Domain name: www.yourdomainname.com
- FTP server: (see your mail)
- FTP name: (see your mail)
- FTP password: (see your mail)
- Server directory: (leave empty, enter nothing)
Vimexx
- Go to Vimexx hosting dashboard and go to DirectAdmin.
- Create a new FTP account for the domain name.
- Select the option: DOMAIN: FTP account with root directory in the domains home directory (one up from the public_html)
- Click Create
- Go back to the dashboard of the editor and select 'PUBLISH WITH YOUR OWN DOMAIN NAME' (last step) and enter the following data:
- Domain name: www.yourdomainname.com
- FTP server: yourdomainname.com
- FTP name: [email protected]
- FTP password: thepasswordyouselected
- Server directory: public_html
FAQ
"code": "ECONNREFUSED"
Probably the domain name is not yet available from your location. It can take up to 24 hours before a newly registered domain name is worldwide available
Cheatsheet
This Markdown cheat sheet provides a quick overview of all the Markdown syntax elements. It can’t cover every edge case, so if you need more information about any of these elements, refer to the reference guides for basic syntax and extended syntax.
Basic Syntax
Element | Markdown Syntax |
---|
Heading | # H1
## H2
### H3 |
Bold | **bold text** |
Italic | *italicized text* |
Blockquote | > blockquote |
Ordered List |
1. First item
2. Second item
3. Third item
|
Unordered List |
- First item
- Second item
- Third item
|
Code | `code` |
Horizontal Rule | --- |
Link | [title](https://www.example.com) |
Image | ![alt text](image.jpg) |
Extended Syntax
These elements extend the basic syntax by adding additional features. Not all Markdown applications support these elements.
Element | Markdown Syntax |
---|
Table |
| Syntax | Description |
| ----------- | ----------- |
| Header | Title |
| Paragraph | Text |
|
Fenced Code Block | ```
{
"firstName": "John",
"lastName": "Smith",
"age": 25
}
```
|
Footnote |
Here's a sentence with a footnote. [^1]
[^1]: This is the footnote.
|
Heading ID | ### My Great Heading {#custom-id} |
Definition List |
term
: definition
|
Strikethrough | ~~The world is flat.~~ |
Task List |
- [x] Write the press release
- [ ] Update the website
- [ ] Contact the media
|
Emoji (see also Copying and Pasting Emoji) |
That is so funny! :joy:
|
Highlight |
I need to highlight these ==very important words==.
|
Subscript |
H~2~O
|
Superscript |
X^2^
|
FAQ
Changes not visible
You have made some changes, published them, but on your site nothing seems to have changed.
- It can take some minutes to have your new files re-distributed around the 123 data centers that are used to show your site at the highest possible speed.
- If it takes more than +/- 10 minutes, please press Ctrl+shift+R in your browser several times, to get the newest versions.
- If this also fails, please clear the cache of your browser. How to clear the cache cache of your browser