From owner-dev-commits-doc-all@freebsd.org Tue Jan 26 18:22:57 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E05494FB89A for ; Tue, 26 Jan 2021 18:22:57 +0000 (UTC) (envelope-from wschnr@googlemail.com) Received: from mail-lf1-f47.google.com (mail-lf1-f47.google.com [209.85.167.47]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DQFTY5t0Rz3lPQ; Tue, 26 Jan 2021 18:22:57 +0000 (UTC) (envelope-from wschnr@googlemail.com) Received: by mail-lf1-f47.google.com with SMTP id h7so24055800lfc.6; Tue, 26 Jan 2021 10:22:57 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=U0Y/NFIWOFiD/vPt7apneCu+D2wgiHKmkIxTBgX7hvA=; b=RY80AKcapwvc/SBJNvF08rVCGqZe0Hd+zzJdejAloHCYMAS6nVdSXngpSyv1s40ck9 tTuLNlT7dSUj39ovppQ1Nz904b3RNoXGyiIDF2N8DOSX8AX26w0lg2bW+CVysVWQB6B/ 8KDiT7hI1obKx4RrL3jN7nKBzEpH0Ygkm+sz7g0KW1tO8sciTQAgOByPH8sTDtaZiGV/ WowN+gZcBd38pEdMlTykFQ7XsRgYDLvb2bXRKB5eZrKyrjJGTKLHCYs7IA2FI6/ZNXom GlyzyvJO6qL939tEP2/uk6NACdAVHPRMxrujfjYL1PQ+lKbkmvUBTfLpxXb31yhAk/5Y +tSg== X-Gm-Message-State: AOAM53155scv+0FTn470M5DYPHgPw879PJKG/RRABRUR2eD08biU9YkJ 8vlid+csMolkTj05eg2aD4c+IZLUBHBthrH/zlrkUZi0yNI4FA== X-Google-Smtp-Source: ABdhPJxWWB2zDHvswjNiP+n/NGUWNm3/JAFz1tMYieElWHCpG7OM4hzeeog0G4zc5u7S1sqUPIee8v8ynpOrW6mza8k= X-Received: by 2002:a05:6512:2287:: with SMTP id f7mr3080018lfu.40.1611685376022; Tue, 26 Jan 2021 10:22:56 -0800 (PST) MIME-Version: 1.0 References: <202101261449.10QEnlMe078577@gitrepo.freebsd.org> In-Reply-To: <202101261449.10QEnlMe078577@gitrepo.freebsd.org> From: Wolfram Schneider Date: Tue, 26 Jan 2021 19:22:45 +0100 Message-ID: Subject: Re: git: 0c15c3ec33 - main - Restore robots.txt To: Sergio Carlavilla Delgado Cc: doc-committers@freebsd.org, dev-commits-doc-all@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4DQFTY5t0Rz3lPQ X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jan 2021 18:22:57 -0000 Hi, Why does the commit message not contain the problem report number? In this case it was PR: 253024 -Wolfram On Tue, 26 Jan 2021 at 15:49, Sergio Carlavilla Delgado wrote: > > The branch main has been updated by carlavilla: > > URL: https://cgit.FreeBSD.org/doc/commit/?id=0c15c3ec33e4b4fd0ccc1c642fb9aa229bf65aa9 > > commit 0c15c3ec33e4b4fd0ccc1c642fb9aa229bf65aa9 > Author: Sergio Carlavilla Delgado > AuthorDate: 2021-01-26 14:46:07 +0000 > Commit: Sergio Carlavilla Delgado > CommitDate: 2021-01-26 14:49:36 +0000 > > Restore robots.txt > > Restore the robots.txt file using Hugo configuration > --- > website/config/_default/config.toml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/website/config/_default/config.toml b/website/config/_default/config.toml > index 4625186e0b..656b88787c 100644 > --- a/website/config/_default/config.toml > +++ b/website/config/_default/config.toml > @@ -11,6 +11,7 @@ disableLanguages = ["tr", "el"] > disablePathToLower = true > authors = [ "carlavilla@FreeBSD.org" ] > ignoreFiles = [ "report-sample.md$" ] > +enableRobotsTXT = true > > preserveTOC = true > -- Wolfram Schneider https://wolfram.schneider.org