mirror of
https://github.com/safing/web
synced 2025-09-02 11:09:03 +00:00
Remove unneeded config variables
This commit is contained in:
parent
3c785bc0a0
commit
71632b3db8
1 changed files with 1 additions and 9 deletions
10
_config.yml
10
_config.yml
|
@ -12,15 +12,10 @@ plugins:
|
||||||
url: "https://safing.io"
|
url: "https://safing.io"
|
||||||
base_url: "/" # the subpath of your site, e.g. /blog
|
base_url: "/" # the subpath of your site, e.g. /blog
|
||||||
assets_url: "/assets/"
|
assets_url: "/assets/"
|
||||||
img_url: "/assets/img/tailwind-img/"
|
img_url: "/assets/img/"
|
||||||
video_url: "/assets/video/"
|
|
||||||
icons_url: "/assets/icons/"
|
|
||||||
vendor_url: "/vendor/"
|
vendor_url: "/vendor/"
|
||||||
cover: "img/cover.jpg"
|
|
||||||
logo: "img/logo_name_70h_reduced.png"
|
|
||||||
|
|
||||||
our_values_url: "/our-values/"
|
our_values_url: "/our-values/"
|
||||||
jobs_url: "/jobs/"
|
|
||||||
podcast_url: "/podcast/"
|
podcast_url: "/podcast/"
|
||||||
blog_url: "/blog/"
|
blog_url: "/blog/"
|
||||||
technology_url: "/technology/"
|
technology_url: "/technology/"
|
||||||
|
@ -60,15 +55,12 @@ description: > # this means to ignore newlines until "base_url:"
|
||||||
Safing is a software that protects your privacy online. It's so easy, anyone can use it.
|
Safing is a software that protects your privacy online. It's so easy, anyone can use it.
|
||||||
|
|
||||||
markdown: kramdown
|
markdown: kramdown
|
||||||
highlightjs_theme: "monokai_sublime"
|
|
||||||
|
|
||||||
excerpt_separator: "<!--break-->"
|
excerpt_separator: "<!--break-->"
|
||||||
inter_post_navigation: false
|
inter_post_navigation: false
|
||||||
|
|
||||||
email: hello@safing.io
|
email: hello@safing.io
|
||||||
emailobfuscated: "=b!isfg>#nbjmup;ifmmpAtbgjoh/jp#?ifmmpAtbgjoh/jp=0b?"
|
emailobfuscated: "=b!isfg>#nbjmup;ifmmpAtbgjoh/jp#?ifmmpAtbgjoh/jp=0b?"
|
||||||
twitter_username: SafingIO
|
|
||||||
github_username: Safing
|
|
||||||
|
|
||||||
communities:
|
communities:
|
||||||
- reddit:
|
- reddit:
|
||||||
|
|
Loading…
Add table
Reference in a new issue