vodoraslo.xyz/public/articles/blog/hugo-drafts-showing-in-production/index.html
2024-09-13 17:00:58 +03:00

67 lines
3.6 KiB
HTML

<!DOCTYPE html>
<html lang="en" class="main-background-image">
<head>
<title>Hugo: Drafts Showing in Production | vodoraslo&#39;s blog</title>
<link rel="canonical" href="https://vodoraslo.xyz/">
<link rel='alternate' type='application/rss+xml' title="vodoraslo&#39;s blog RSS" href='/index.xml'>
<link rel='stylesheet' type='text/css' href='/style.css?v=1.0.0.12'>
<link rel="icon" href="/favicon.ico">
<meta name="description" content="i had an issue with a draft page appearing on my site even after setting draft: true in the preamble
to fix it - build the website with
hugo --cleanDestinationDir
from https://discourse.gohugo.io/t/drafts-showing-in-deployed-hugo-site/19457"/>
<meta name="keywords" content="blog">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="index, follow">
<meta charset="utf-8">
</head>
<div class="main-background-image">
<body>
<main>
<header><h1 style="margin-top: 0%; padding-top: 0.5em;" id="tag_Hugo: Drafts Showing in Production">Hugo: Drafts Showing in Production</h1></header>
<hr style="color:var(--strong);background-color: var(--strong); border-color: var(--strong);"><article style="padding: 0% 2.5% 0% 2.5%;">
<div class="breadcrumbs">
<nav><a href="/">vodoraslo</a> /&nbsp;<a href="/articles/">Articles</a> /&nbsp;Hugo: Drafts Showing in Production</nav>
</div>
<small><em><p style="color: var(--muted_text);">作成日: <time datetime="2024-03-17T17:53:39&#43;03:00" style="color: var(--muted_text);">2024年3月17日 (日)</time>; 最終更新日: <time datetime="2024-08-31T16:38:01&#43;03:00" style="color: var(--muted_text);">2024年8月31日 (土)</time> </p></em></small>
<div class="post-content"><p>i had an issue with a draft page appearing on my site even after setting <code>draft: true</code> in the preamble</p>
<p>to fix it - build the website with</p>
<div class="highlight">
<pre tabindex="0"><code class="language-" data-lang="">hugo --cleanDestinationDir</code></pre>
</div>
<p>from <a href="https://discourse.gohugo.io/t/drafts-showing-in-deployed-hugo-site/19457">https://discourse.gohugo.io/t/drafts-showing-in-deployed-hugo-site/19457</a></p>
<div style="text-align: right;">
</div></div>
<br>
<hr style="color:var(--strong); margin: 0; background-color: var(--strong); border-color: var(--strong);">
<div id="nextprev">
<a href="/articles/blog/2024-goals/"><div id="prevart"><i>Previous:</i><br>2024 Goals and Aspirations</div></a>
<a href="/articles/blog/neater-footnotes-in-hugo-using-the-details-html-tag/"><div id="nextart"><i>Next:</i><br>Neater Footnotes in Hugo Using the &lt;details&gt; HTML Tag</div></a>
</div>
<div ><div style="clear:both" class=taglist>
Tags: [<a id="tag_blog" href="https://vodoraslo.xyz/tags/blog">Blog</a>]
</div><br>
</div>
</article>
</main>
<footer style="padding-top: 0.5em;">
<div style="padding-bottom: 0.2em; display: inline-block;"><a href="https://vodoraslo.xyz/articles" title="List of all my articles and writings.">📜 Articles</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/library" title="My personal library.">📚 Library</a> <strong>&bull;</strong> <a href="https://wiki.vodoraslo.xyz" title="My personal Wiki page.">🌐 Wiki</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/index.xml" title="Subscribe via RSS for updates.">📰 RSS</a><hr></div>
<div style="padding-bottom: 0.7em;" class="index-links"><a href="https://vodoraslo.xyz/" title="Return to the homepage.">🏠 Homepage</a></div>
</footer>
</body>
</div>
</html>