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
|
||||
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"
|
||||
|
||||
# Whether to automatically compile all Sass files in the sass directory
|
||||
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
|
||||
build_search_index = true
|
||||
|
||||
|
@ -50,4 +43,4 @@ juice_social_logo_path = "/images/dns-witch-social-logo.png"
|
|||
juice_extra_menu = [
|
||||
{ title = "Francophone", link = "fr" },
|
||||
{ title = "Anglophone", link = "/" }
|
||||
]
|
||||
]
|
||||
|
|
|
@ -27,7 +27,7 @@ Pour profiter des services de DNS Witch, envoyez un mail à l’adresse que vous
|
|||
> ## Informations techniques
|
||||
> - Domaine souhaité
|
||||
> - 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
|
||||
> - Prénom Nom*
|
||||
> - Adresse postale*
|
||||
|
|
|
@ -27,7 +27,7 @@ To take advantage of DNS Witch's services, send an email to the address you will
|
|||
> ## Technical informations
|
||||
> - Desired domain
|
||||
> - 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
|
||||
> - Firstname name*
|
||||
> - Address*
|
||||
|
|
Loading…
Reference in a new issue