Compare commits
2 commits
078981382c
...
68a0052dec
Author | SHA1 | Date | |
---|---|---|---|
|
68a0052dec | ||
|
93aeef4bed |
3 changed files with 3 additions and 10 deletions
|
@ -1,18 +1,11 @@
|
||||||
# The URL the site will be built for
|
# The URL the site will be built for
|
||||||
base_url = "https://dns-witch.net.eu.org"
|
base_url = "https://dns-witch.net.eu.org"
|
||||||
|
|
||||||
# The site title and description; used in feeds by default.
|
|
||||||
title = "DNS Witch"
|
|
||||||
description = "Free domain names for everyone"
|
|
||||||
default_language = "en"
|
default_language = "en"
|
||||||
|
|
||||||
# Whether to automatically compile all Sass files in the sass directory
|
# Whether to automatically compile all Sass files in the sass directory
|
||||||
compile_sass = true
|
compile_sass = true
|
||||||
|
|
||||||
# Whether to do syntax highlighting
|
|
||||||
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
|
|
||||||
highlight_code = true
|
|
||||||
|
|
||||||
# Whether to build a search index to be used later on by a JavaScript library
|
# Whether to build a search index to be used later on by a JavaScript library
|
||||||
build_search_index = true
|
build_search_index = true
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,7 @@ Pour profiter des services de DNS Witch, envoyez un mail à l’adresse que vous
|
||||||
> ## Informations techniques
|
> ## Informations techniques
|
||||||
> - Domaine souhaité
|
> - Domaine souhaité
|
||||||
> - Adresse IP vers laquelle le domaine doit pointer (si plusieurs adresses, les séparer par un /)
|
> - Adresse IP vers laquelle le domaine doit pointer (si plusieurs adresses, les séparer par un /)
|
||||||
> - Uniquement pour les serveurs Yunohost, un copié-collé des lignes obtenues en suivant [cette documentation](https://yunohost.org/fr/dns_config?q=%2Fdns_config#configuration-dns-recommand%C3%A9e)
|
> - Uniquement pour les serveurs Yunohost, un copié-collé des lignes obtenues en suivant [cette documentation](https://yunohost.org/fr/dns_config#configuration-dns-recomma)
|
||||||
> ## Informations de contact
|
> ## Informations de contact
|
||||||
> - Prénom Nom*
|
> - Prénom Nom*
|
||||||
> - Adresse postale*
|
> - Adresse postale*
|
||||||
|
|
|
@ -27,7 +27,7 @@ To take advantage of DNS Witch's services, send an email to the address you will
|
||||||
> ## Technical informations
|
> ## Technical informations
|
||||||
> - Desired domain
|
> - Desired domain
|
||||||
> - IP address to which the domain must point (if several addresses, separate them with a /)
|
> - IP address to which the domain must point (if several addresses, separate them with a /)
|
||||||
> - Only for Yunohost servers, a copy-paste of the lines obtained by following [this documentation](https://yunohost.org/en/administrate/install/dns)
|
> - Only for Yunohost servers, a copy-paste of the lines obtained by following [this documentation](https://yunohost.org/en/dns_config#recommended-dns-configura)
|
||||||
> ## Contact information
|
> ## Contact information
|
||||||
> - Firstname name*
|
> - Firstname name*
|
||||||
> - Address*
|
> - Address*
|
||||||
|
|
Loading…
Reference in a new issue