Skip to content

Commit

Permalink
temporarily disable search indexing
Browse files Browse the repository at this point in the history
  • Loading branch information
stebunovd committed Nov 11, 2024
1 parent 89ecfa3 commit 7a4b6eb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ baseURL = 'https://ivelum.com/'
languageCode = 'en-us'
title = "ivelum"
disableKinds = ['taxonomy', 'term', 'RSS']
enableRobotsTXT = true

[output]
home = ['html']
Expand Down
3 changes: 3 additions & 0 deletions layouts/_default/baseof.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- TODO: REMOVE BEFORE LAUNCH -->
<meta name = "robots" content = "noindex">

<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<title>{{ .Title }}</title>
Expand Down
2 changes: 2 additions & 0 deletions layouts/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
User-agent: *
Disallow: /

0 comments on commit 7a4b6eb

Please sign in to comment.