Skip to content
Snippets Groups Projects
Commit 716599f3 authored by micressor's avatar micressor
Browse files

Templating title meta tag

* Templating title meta tag
* Add hugo shortcodes for googleplay and fdroid
* Fix a feed valitation error: Author is missing
parent 251fb575
No related branches found
No related tags found
1 merge request!24Feature hugo migration
Showing
with 27 additions and 46 deletions
......@@ -6,6 +6,9 @@ theme: briar
Params:
flatterid: 4pq200
Author:
name: Briar Team
permalinks:
#post: /:section/:year/:month/:title/
page: /:slug/
......@@ -33,7 +36,7 @@ menu:
- identifier: about
name: About
title: About
url: /about/
url: /about-us/
weight: -80
- identifier: getinvolved
......
......@@ -11,8 +11,10 @@ title: Secure messaging, anywhere
<li>Free and open source software</li>
</ul>
<a href="https://play.google.com/store/apps/details?id=org.briarproject.briar.android" rel="noopener noreferrer" target="_blank"><img id="playbutton" src="img/google_play_badge_web_generic.png" alt="Get it on Google Play" border="0"></a>
<a href="/fdroid"><img id="fdroidbutton" src="img/fdroid_badge.png" alt="Get it on F-Droid" border="0"></a>
{{< googleplay url="https://play.google.com/store/apps/details?id=org.briarproject.briar.android" >}}
{{< fdroid url="/fdroid" >}}
</div> <!-- intro -->
<div id="phone">
......
......@@ -3,9 +3,6 @@ title: Java Developer
date: 2018-05-01T00:00:00+01:00
---
Java Developer
--------------
Sorry, this position is no longer available. If you'd like to hear about
future vacancies, please email <contact@briarproject.org> \[[PGP
key](/keys/contact.asc)\].
......
......@@ -3,9 +3,6 @@ date: 2018-05-01T00:00:00+02:00
title: Usability Consultant
---
Usability Consultant
--------------------
Sorry, this position is no longer available. If you'd like to hear about
future vacancies, please email <contact@briarproject.org> \[[PGP
key](/keys/contact.asc)\].
......
......@@ -3,9 +3,6 @@ date: 2018-05-01T00:00:00+01:00
title: UX Designer
---
UX Designer
-----------
Sorry, this position is no longer available. If you'd like to hear about
future vacancies, please email <contact@briarproject.org> \[[PGP
key](/keys/contact.asc)\].
......
......@@ -8,9 +8,6 @@ title: 'Briar - Darknet Messenger Releases Beta, Passes Security Audit'
Press Release
-------------
Darknet Messenger Releases Beta, Passes Security Audit
------------------------------------------------------
##### July 21 2017
After extensive private beta tests, the first public beta of Briar was
......
......@@ -7,9 +7,6 @@ title: 'Briar - Secure P2P Messenger Releases First Version, Receives New Fundin
### Press Release
Secure P2P Messenger Releases First Version, Receives New Funding
-----------------------------------------------------------------
##### May 9 2018
The peer-to-peer messenger Briar released its first stable version
......
......@@ -7,9 +7,6 @@ title: 'Briar 1.1 released with dark theme, new emoji and more'
### Press Release
Briar 1.1 released with dark theme, new emoji and more
------------------------------------------------------
##### September 14 2018
The Briar Project released version 1.1 of its Android app today. This
......
---
aliases:
- /about.html
title: About
- /about
title: About Us
---
# About Us
**Michael Rogers** started the Briar project to support freedom of
expression, freedom of association and the right to privacy. He has
studied and built peer-to-peer systems for over a decade and contributed
......
---
aliases:
- /apk
- /apk.html
title: Installing Briar via Direct Download
---
Installing Briar via Direct Download
------------------------------------
1\) Open the **Settings** app, scroll down, and open the **Security**
section.
......
......@@ -5,9 +5,6 @@ aliases:
title: Building the Source Code
---
Building the Source Code
------------------------
1\) Download and install [Android
Studio](http://developer.android.com/sdk/index.html).
......@@ -15,28 +12,35 @@ Studio](http://developer.android.com/sdk/index.html).
Control**.
![](/img/building/01.png)
3\) Select **Git** from the popup menu.
![](/img/building/02.png)
4\) Enter **https://code.briarproject.org/briar/briar.git** as the **Git
Repository URL**, then click **Clone**.
![](/img/building/03.png)
5\) When the source code has downloaded, click **Yes** to open the
project.
![](/img/building/04.png)
6\) Click **OK** to accept the default settings.
![](/img/building/05.png)
7\) If Android Studio asks you about an **Unregistered VCS root**, click
**Add root**. This will allow you to update the source code later
without repeating the previous steps.
![](/img/building/06.png)
8\) Select **Build &gt; Build APK** from the Android Studio menu.
![](/img/building/13.png)
9\) When the build process finishes, click **Show in File Manager** to
open the folder containing the APK file, **briar-android-debug.apk**.
You can
......@@ -44,14 +48,17 @@ You can
this file onto any Android device.
![](/img/building/11.png)
10\) Briar is under constant development, so you should check for updates
regularly. To get the latest version of the source code, click the
**Update Project** button on the Android Studio toolbar.
![](/img/building/09.png)
11\) Click **OK** to accept the default settings.
![](/img/building/10.png)
12\) Repeat steps 8 and 9 to build and install the updated app.
If you're interested in getting involved or following the progress of
......
......@@ -4,9 +4,6 @@ aliases:
title: Copyright
---
Copyright
---------
Briar is free software. You can redistribute it and modify it under the
terms of the [GNU General Public
License](https://gnu.org/licenses/gpl.txt).
......
......@@ -5,9 +5,6 @@ aliases:
title: Installing Briar via F-Droid
---
Installing Briar via F-Droid
----------------------------
1\) Install the [F-Droid app](https://f-droid.org/).
2\) Open [this
......
......@@ -4,8 +4,6 @@ aliases:
title: Get Involved
---
# Get Involved
We're looking for volunteers to contribute to all aspects of the
project, including design, development, documentation, translation and
testing. We're happy to provide guidance or mentoring for less
......
......@@ -4,9 +4,6 @@ aliases:
title: Sorry, We're Not Currently Hiring
---
Sorry, We're Not Currently Hiring
---------------------------------
We don't currently have any paid positions available. If you'd like to
hear about future vacancies, please email <contact@briarproject.org>
\[[PGP key](/keys/contact.asc)\].
......
......@@ -4,8 +4,6 @@ aliases:
title: How it works
---
# How It Works
Briar is a messaging app designed for activists, journalists, and anyone
else who needs a safe, easy and robust way to communicate. Unlike
traditional messaging apps, Briar doesn't rely on a central server -
......
......@@ -5,9 +5,6 @@ aliases:
title: Privacy Policy
---
Privacy Policy
--------------
We do not have access to the content or metadata of your communications
via the Briar app. We will not modify the Briar app to enable us or
anyone else to access that content or metadata.
......
{{ define "main" }}
<div id="container">
<div id="content">
<h2>{{ .Title }}</h2>
{{ .Content }}
</div> <!-- content -->
</div> <!-- container -->
......
<a href="{{.Get "url" }}">
<img id="fdroidbutton" src="img/fdroid_badge.png" alt="Get it on F-Droid" border="0"></a>
<a href="{{.Get "url" }}" rel="noopener noreferrer" target="_blank">
<img id="playbutton" src="/img/google_play_badge_web_generic.png"
alt="Get it on Google Play" border="0"></a>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment