惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - Franky
C
CXSECURITY Database RSS Feed - CXSecurity.com
S
Schneier on Security
Know Your Adversary
Know Your Adversary
Security Latest
Security Latest
Spread Privacy
Spread Privacy
Project Zero
Project Zero
T
The Exploit Database - CXSecurity.com
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
AI
AI
N
News | PayPal Newsroom
A
Arctic Wolf
NISL@THU
NISL@THU
W
WeLiveSecurity
Security Archives - TechRepublic
Security Archives - TechRepublic
Hacker News: Ask HN
Hacker News: Ask HN
P
Palo Alto Networks Blog
Hacker News - Newest:
Hacker News - Newest: "LLM"
大猫的无限游戏
大猫的无限游戏
L
Lohrmann on Cybersecurity
Last Week in AI
Last Week in AI
T
Threatpost
The Last Watchdog
The Last Watchdog
博客园_首页
C
Cybersecurity and Infrastructure Security Agency CISA
酷 壳 – CoolShell
酷 壳 – CoolShell
量子位
Engineering at Meta
Engineering at Meta
爱范儿
爱范儿
aimingoo的专栏
aimingoo的专栏
S
Security Affairs
P
Privacy & Cybersecurity Law Blog
B
Blog RSS Feed
AWS News Blog
AWS News Blog
P
Proofpoint News Feed
雷峰网
雷峰网
T
Tenable Blog
Schneier on Security
Schneier on Security
H
Heimdal Security Blog
V2EX - 技术
V2EX - 技术
V
V2EX
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
S
Secure Thoughts
Latest news
Latest news
Help Net Security
Help Net Security
Jina AI
Jina AI
Stack Overflow Blog
Stack Overflow Blog
The Cloudflare Blog
V
Vulnerabilities – Threatpost
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org

Bear docs

Favicons and logos Multi-language blog Comments Roadmap Not seeing your post? Code of Conduct RSS Subscriber analytics Upgrading from subscription to lifetime Neat Bear features
Private blogs
hidden (docs · 2026-03-18 · via Bear docs

Bear docs

How to hide your blog from search engines and the discovery feed

Bear is designed for public blogging, but sometimes you want a private space.

Step 1: Hide posts from the discovery feed

Each post has a make_discoverable attribute which controls whether it appears on the Bear discovery feed. Set it to false in the attribute section of your post:

title: My private post
make_discoverable: false
---
This post won't appear on the discovery feed.

If you have many posts, you'll need to set this on each one individually.

Step 2: Add it to your post template

Rather than setting make_discoverable: false on every single post, you can add it to your post template so that all new posts are private by default.

Go to Settings > Post template and add make_discoverable: false to the template attributes:

title: 
make_discoverable: false
___

Every new post you create will now have make_discoverable set to false automatically.

Note: This only applies to new posts. You'll still need to update any existing posts manually.

Step 3: Block search engines with robots.txt

Hiding from the discovery feed doesn't prevent search engines from indexing your blog. To block crawlers, go to Settings > Advanced and set your robots.txt to:

User-agent: *
Disallow: /

This tells all search engine crawlers not to index any page on your blog.

What this doesn't do

These steps make your blog practically invisible. It won't show up on the discovery feed or in search results. However, anyone with a direct link to your blog can still read it.