{{ post.title }}
- - - -- continue reading -
- {% endif %} -diff --git a/_config.yml b/_config.yml index 8581402..076c16a 100644 --- a/_config.yml +++ b/_config.yml @@ -1,7 +1,3 @@ -# Welcome to Jekyll! -# -# This config file is meant for settings that affect your whole blog, values -# which you are expected to set up once and rarely need to edit after that. # For technical reasons, this file is *NOT* reloaded automatically when you use # 'jekyll serve'. If you change this file, please restart the server process. @@ -24,8 +20,6 @@ github_username: Safing markdown: kramdown highlightjs_theme: "monokai_sublime" -paginate: 10 -paginate_path: "blog/page:num" excerpt_separator: "" inter_post_navigation: false @@ -34,7 +28,6 @@ technology_url: "/technology/" download_url: "/download/" community_hub_url: "/community-hub/" contact_url: "/contact/" -blog_url: "/blog/" whitepaper_url: "/files/whitepaper/" cyberfreedom_url: https://twitter.com/davegson/status/1110216714871029761 @@ -45,7 +38,7 @@ defaults: type: "posts" # previously `post` in Jekyll 2.2. values: layout: "post" - permalink: "blog/post/:year/:month/:title/" + permalink: /:year/:month/:day/:title/ type: "post" # Social icons and sharing options @@ -86,3 +79,18 @@ donations: url: https://www.blockchain.com/btc/address/1AosdDyzd8PVUFTUEXoaJHTyPVHuKQxdmq?filter=2 paypal: url: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2QHNM78H9YC9L&source=url + +### Podcast + +podcast_album_art: /assets/img/podcast/cover.png +podcast_owner: 'Safing' +podcast_email: 'hello@safing.io' +podcast_category: Business +podcast_subcategory_one: Entrepreneurship +podcast_subcategory_two: Management +podcast_explicit: "no" +podcast_author: safing.io +podcast_title: The Safing Podcast +podcast_subtitle: "The venture of a privacy company working hard to forge #cyberfreedom" +podcast_description: "Join the founders on their mission to help online citizens reclaim their privacy and enjoy #cyberfreedom. Have a look behind the scenes, understand their decision processes and help shaping the future by contributing to the community!" +podcast_summary: "Join the founders on their mission to help online citizens reclaim their privacy and enjoy #cyberfreedom. Have a look behind the scenes, understand their decision processes and help shaping the future by contributing to the community!" diff --git a/_data/community_hub.yml b/_data/community_hub.yml index 3351c52..9380d6a 100644 --- a/_data/community_hub.yml +++ b/_data/community_hub.yml @@ -1,14 +1,14 @@ communities: - text: > - ### Safing Community + ### r/safing Let's talk - Join our community. Get to know us and our products! # image: - path: /img/icons/community_logo.svg + icon: huge reddit icon alt: safing community - url: 'https://discourse.safing.community/' + url: 'https://old.reddit.com/r/safing' disabled: - text: > ### Github diff --git a/_includes/audio.html b/_includes/audio.html new file mode 100644 index 0000000..3d46d48 --- /dev/null +++ b/_includes/audio.html @@ -0,0 +1,3 @@ + diff --git a/_layouts/post.html b/_layouts/post.html index fc3c6a9..644f725 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -11,7 +11,7 @@ subheading: "Announcements and things we'd like to share"
diff --git a/_posts/2018-09-20-relaunch.md b/_posts/2018-09-20-relaunch.md deleted file mode 100644 index 32bc498..0000000 --- a/_posts/2018-09-20-relaunch.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Re-Launched. -tags: wohoo ---- -We have relaunched this website! - -Re-launching the blog is a bit of a work in progress ;) diff --git a/_posts/2019-09-13-how-to-fund-a-privacy-oriented-start-up.md b/_posts/2019-09-13-how-to-fund-a-privacy-oriented-start-up.md new file mode 100644 index 0000000..634dd73 --- /dev/null +++ b/_posts/2019-09-13-how-to-fund-a-privacy-oriented-start-up.md @@ -0,0 +1,28 @@ +--- +title: "#001 - How to fund a privacy oriented start up" +guid: safing_podcast_001 +keywords: funding privacy startup +date: 2019-09-13 +tags: +- startup +- funding +- privacy +image: /assets/img/podcast/cover.png +podcast_link: /assets/mp3/001 - How to fund a privacy oriented start up.mp3 +podcast_file_size: 33.3 MB +podcast_duration: "34:42" +# actually byte size +podcast_length: 33317116 +summary: "In this first episode, we introduce the podcast, talk about how start ups are funded in general and have a look at how governmental grants work. We also talk about our experience with grants and we drop news regarding the most recent one we applied for." +hosts: +- davegson +- raphty +--- + +{% include audio.html %} + +## Links + +* [Ownership & Influences of Safing](https://safing.io/our-values/#ownership) +* [Eero being bought by Amazon](https://www.theverge.com/2019/2/11/18220960/amazon-eero-acquisition-announced) +* [Participate in our community](https://old.reddit.com/r/safing) diff --git a/_sass/_community.scss b/_sass/_community.scss index 42435ec..62160c0 100644 --- a/_sass/_community.scss +++ b/_sass/_community.scss @@ -30,26 +30,35 @@ padding: 0 !important; } -.community-hub .ui.button{ - width: 100%; - border-radius: 92px; - margin: 1rem 0; +.community-hub .ui.button { + width: 100%; + border-radius: 92px; + margin: 1rem 0; .twitch.icon { color: #4b367c; } + .twitter.icon { color: #1da1f2; } + .github.icon { color: black; } + + .reddit.icon { + color: #ff4301; + } + .discourse.icon { color: green; } + .rss.icon { color: #a0a5ae; } + .envelope.icon { color: #c16f6f; } diff --git a/_sass/_post.scss b/_sass/_post.scss index 37bd7e6..b007e3a 100644 --- a/_sass/_post.scss +++ b/_sass/_post.scss @@ -5,7 +5,7 @@ } .tags { - > a { + > a, > div { display: inline-block; background-color: $color_gallery_approx; border-radius: 3px; diff --git a/assets/img/podcast/cover.png b/assets/img/podcast/cover.png new file mode 100644 index 0000000..02d109d Binary files /dev/null and b/assets/img/podcast/cover.png differ diff --git a/assets/mp3/001 - How to fund a privacy oriented start up.mp3 b/assets/mp3/001 - How to fund a privacy oriented start up.mp3 new file mode 100644 index 0000000..b862c00 Binary files /dev/null and b/assets/mp3/001 - How to fund a privacy oriented start up.mp3 differ diff --git a/blog/all/index.html b/blog/all/index.html deleted file mode 100644 index de344bc..0000000 --- a/blog/all/index.html +++ /dev/null @@ -1,34 +0,0 @@ ---- -layout: page_column -title: "Blog" -heading: "Blog" -subheading: "sorted by date" ---- - -
- {{ postyear }}- |
- - | - |
{{ post.title }} | -- | - -{{ post.date | date: "%-d %b %Y" }} | -
For announcements, please check here.
- -- continue reading -
- {% endif %} -
- {{ t }}- |
- - | - |
{{ post.title }} | -- | - -{{ post.date | date: "%-d %b %Y" }} | -