add basic filestructure

This commit is contained in:
2023-09-06 21:47:51 +02:00
parent 9357101bcf
commit b17378ca5f
27 changed files with 1072 additions and 0 deletions

5
content/_index.md Normal file
View File

@@ -0,0 +1,5 @@
+++
author = "Hugo Authors"
description = "A theme based on VMware's Clarity Design System for publishing technical blogs with Hugo." # Set your site's meta tag (SEO) description here. This overrides any description set in your site configuration.
keywords = ["design", "clarity", "hugo theme"] # Set your site's meta tag (SEO) keywords here. These override any keywords set in your site configuration.
+++

25
content/about.md Normal file
View File

@@ -0,0 +1,25 @@
+++
title = "About"
description = "Hugo, the world's fastest framework for building websites"
date = "2019-02-28"
aliases = ["about-us", "about-hugo", "contact"]
author = "Hugo Authors"
+++
Written in Go, Hugo is an open source static site generator available under the [Apache Licence 2.0.](https://github.com/gohugoio/hugo/blob/master/LICENSE) Hugo supports TOML, YAML and JSON data file types, Markdown and HTML content files and uses shortcodes to add rich content. Other notable features are taxonomies, multilingual mode, image processing, custom output formats, HTML/CSS/JS minification and support for Sass SCSS workflows.
Hugo makes use of a variety of open source projects including:
* https://github.com/yuin/goldmark
* https://github.com/alecthomas/chroma
* https://github.com/muesli/smartcrop
* https://github.com/spf13/cobra
* https://github.com/spf13/viper
Hugo is ideal for blogs, corporate websites, creative portfolios, online magazines, single page applications or even a website with thousands of pages.
Hugo is for people who want to hand code their own website without worrying about setting up complicated runtimes, dependencies and databases.
Websites built with Hugo are extremelly fast, secure and can be deployed anywhere including, AWS, GitHub Pages, Heroku, Netlify and any other hosting provider.
Learn more and contribute on [GitHub](https://github.com/gohugoio).

28
content/about.pt.md Normal file
View File

@@ -0,0 +1,28 @@
+++
title = "Sobre"
description = "Hugo, the world's fastest framework for building websites"
date = "2019-02-28"
aliases = ["sobre"]
author = "Hugo Authors"
+++
Tradução em português. Apenas para demonstração, o resto do artigo não está traduzido.
Written in Go, Hugo is an open source static site generator available under the [Apache Licence 2.0.](https://github.com/gohugoio/hugo/blob/master/LICENSE) Hugo supports TOML, YAML and JSON data file types, Markdown and HTML content files and uses shortcodes to add rich content. Other notable features are taxonomies, multilingual mode, image processing, custom output formats, HTML/CSS/JS minification and support for Sass SCSS workflows.
Hugo makes use of a variety of open source projects including:
* https://github.com/yuin/goldmark
* https://github.com/alecthomas/chroma
* https://github.com/muesli/smartcrop
* https://github.com/spf13/cobra
* https://github.com/spf13/viper
Hugo is ideal for blogs, corporate websites, creative portfolios, online magazines, single page applications or even a website with thousands of pages.
Hugo is for people who want to hand code their own website without worrying about setting up complicated runtimes, dependencies and databases.
Websites built with Hugo are extremelly fast, secure and can be deployed anywhere including, AWS, GitHub Pages, Heroku, Netlify and any other hosting provider.
Learn more and contribute on [GitHub](https://github.com/gohugoio).

5
content/archives.md Normal file
View File

@@ -0,0 +1,5 @@
---
date: 2019-05-28
type: section
layout: "archives"
---

View File

@@ -0,0 +1,7 @@
---
title: 'Our Difference'
button: 'About us'
weight: 2
---
Lorem ipsum dolor sit amet, et essent mediocritatem quo, choro volumus oporteat an mei. Ipsum dolor sit amet, et essent mediocritatem quo.

View File

@@ -0,0 +1,3 @@
---
headless: true
---

7
content/homepage/work.md Normal file
View File

@@ -0,0 +1,7 @@
---
title: 'We Help Business Grow'
button: 'Our Work'
weight: 1
---
Lorem ipsum dolor sit amet, et essent mediocritatem quo, choro volumus oporteat an mei. Numquam dolores mel eu, mea docendi omittantur et, mea ea duis erat. Elit melius cu ius. Per ex novum tantas putant, ei his nullam aliquam apeirian. Aeterno quaestio constituto sea an, no eum intellegat assueverit.

34
content/post/briar.md Normal file
View File

@@ -0,0 +1,34 @@
# Briar
Briar is an secure messaginng and blogging platform that jumps from device to device(P2P).
Online it works over Tor network so you have anonimity and works offline also over wifi and bluetooth meshnets.
There is no servers involved, no third parties only members of communication(chat, blog, forum etc.) Have access to
data and metadata, it's fully peer-to-peer.
It's available on android and desktop, altough desktop version is currently limited in a sense that it only supports chat.
# Android installation
First option is to download `apk` file from their website, https://briarproject.org/apk.
Second option is from F-Droid ,first install [F-Droid]()https://f-droid.org/, an open source app store. In there search for "briar", download and install.
Here are more detailed instructions. https://briarproject.org/installing-briar-via-f-droid/
# Desktop installation
Briar for desktop is currenlty limited only to text chat. Download a version that fits you operating system from [here](https://briarproject.org/download-briar-desktop/).
# Identity and contacts
When you first run briar it will ask you for a password. Don't forget it since data cannot be recovered, and briar is in locked state when not used.
To add your friends you will need your code and they will need yours, you exchange it and select "Add contact at a distance" option, insert code there and you
are connected. Other option is to add people via bluetooth if you are close in person or over wifi if you are on the same network.
# Groups, forums and blogs
Briar, besides chat, supports group chat where only creator of chat can add people. It supports forums where everyone can add people and it supports blogs which is like your personal feed
where your other contacts can reply. Naming is a bit confusing so you can look at a forum as an open group and blog section as timeline where you see what your contacts are writting.

5
content/search.md Normal file
View File

@@ -0,0 +1,5 @@
+++
title = "Search"
searchPage = true
type = "search"
+++