Skip to content

Commit 05131ab

Browse files
committed
Init commit
0 parents  commit 05131ab

17 files changed

+219
-0
lines changed

.github/workflows/gh-pages.yml

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
name: GitHub Pages
2+
3+
on:
4+
push:
5+
branches:
6+
- main # Set a branch to deploy to pages
7+
pull_request:
8+
9+
jobs:
10+
deploy:
11+
runs-on: ubuntu-20.04
12+
concurrency:
13+
group: ${{ github.workflow }}-${{ github.ref }}
14+
steps:
15+
- uses: actions/checkout@v2
16+
with:
17+
submodules: true # Fetch Hugo themes (true OR recursive)
18+
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
19+
20+
- name: Setup Hugo
21+
uses: peaceiris/actions-hugo@v2
22+
with:
23+
hugo-version: '0.85.0'
24+
extended: true
25+
26+
- name: Build
27+
run: hugo --minify
28+
29+
- name: Deploy
30+
uses: peaceiris/actions-gh-pages@v3
31+
if: ${{ github.ref == 'refs/heads/main' }}
32+
with:
33+
github_token: ${{ secrets.GITHUB_TOKEN }}
34+
publish_dir: ./public

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "themes/terminal"]
2+
path = themes/terminal
3+
url = https://github.com/panr/hugo-theme-terminal.git

.hugo_build.lock

Whitespace-only changes.

archetypes/default.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: "{{ replace .Name "-" " " | title }}"
3+
date: {{ .Date }}
4+
draft: true
5+
---
6+

config.toml

+104
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
baseurl = "/t-hashed.io"
2+
languageCode = "en-us"
3+
theme = "terminal"
4+
paginate = 5
5+
6+
[params]
7+
# dir name of your main content (default is `content/posts`).
8+
# the list of set content will show up on your index page (baseurl).
9+
contentTypeName = "posts"
10+
11+
# ["orange", "blue", "red", "green", "pink"]
12+
themeColor = "orange"
13+
14+
# if you set this to 0, only submenu trigger will be visible
15+
showMenuItems = 2
16+
17+
# show selector to switch language
18+
showLanguageSelector = false
19+
20+
# set theme to full screen width
21+
fullWidthTheme = false
22+
23+
# center theme with default width
24+
centerTheme = true
25+
26+
# if your resource directory contains an image called `cover.(jpg|png|webp)`,
27+
# then the file will be used as a cover automatically.
28+
# With this option you don't have to put the `cover` param in a front-matter.
29+
autoCover = true
30+
31+
# set post to show the last updated
32+
# If you use git, you can set `enableGitInfo` to `true` and then post will automatically get the last updated
33+
showLastUpdated = false
34+
35+
# set a custom favicon (default is a `themeColor` square)
36+
# favicon = "favicon.ico"
37+
38+
# Provide a string as a prefix for the last update date. By default, it looks like this: 2020-xx-xx [Updated: 2020-xx-xx] :: Author
39+
# updatedDatePrefix = "Updated"
40+
41+
# set all headings to their default size (depending on browser settings)
42+
# it's set to `true` by default
43+
# oneHeadingSize = false
44+
45+
46+
[params.twitter]
47+
# set Twitter handles for Twitter cards
48+
# see https://developer.twitter.com/en/docs/tweets/optimize-with-cards/guides/getting-started#card-and-content-attribution
49+
# do not include @
50+
creator = ""
51+
site = ""
52+
53+
[languages]
54+
[languages.en]
55+
languageName = "English"
56+
title = "Terminal"
57+
subtitle = "A simple, retro theme for Hugo"
58+
owner = ""
59+
keywords = ""
60+
copyright = ""
61+
menuMore = "Articles"
62+
readMore = "Read more"
63+
readOtherPosts = "Read other posts"
64+
newerPosts = "Newer posts"
65+
olderPosts = "Older posts"
66+
missingContentMessage = "Page not found..."
67+
missingBackButtonLabel = "Back to home page"
68+
69+
[languages.en.params.logo]
70+
logoText = "Terminal"
71+
logoHomeLink = "/"
72+
73+
[languages.en.menu]
74+
[[languages.en.menu.main]]
75+
identifier = "about"
76+
name = "Projects"
77+
url = "/projects"
78+
weight = 1
79+
[[languages.en.menu.main]]
80+
identifier = "showcase"
81+
name = "Contact"
82+
url = "mailto:[email protected]"
83+
weight = 2
84+
[[languages.en.menu.main]]
85+
identifier = "An underrated speech"
86+
name = "An underrated speech"
87+
url = "/articles/article-1"
88+
weight = 3
89+
[[languages.en.menu.main]]
90+
identifier = "Kitchen"
91+
name = "Kitchen Lands tokenizes 35 acres of wyoming land"
92+
url = "/articles/article-2"
93+
weight = 4
94+
[[languages.en.menu.main]]
95+
identifier = "Hashed"
96+
name = "Hashed values series: on a multichain future"
97+
url = "/articles/article-3"
98+
weight = 5
99+
[[languages.en.menu.main]]
100+
identifier = "SolanaVsPolkadot"
101+
name = "Solana vs Polkadot"
102+
url = "/articles/article-4"
103+
weight = 5
104+

content/articles/article-1.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: "An underrated speech"
3+
author: "Max"
4+
date: "2021-11-19"
5+
draft: false
6+
description: ""
7+
---

content/articles/article-2.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: "Kitchen Lands tokenizes 35 acres of wyoming land"
3+
author: "Max"
4+
date: "2021-11-19"
5+
draft: false
6+
description: ""
7+
---

content/articles/article-3.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: "Hashed values series: on a multichain future"
3+
author: "Max"
4+
date: "2021-11-19"
5+
draft: false
6+
description: ""
7+
---

content/articles/article-4.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: "Solana vs Polkadot"
3+
author: "Max"
4+
date: "2021-11-19"
5+
draft: false
6+
description: ""
7+
---

content/posts/post-1.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: ""
3+
author: "Max & Augusto"
4+
date: "2021-11-19"
5+
draft: false
6+
description: "Hashed provides products and services enabled by blockchain technology. Our platform features high quality, well-tested building blocks that jumpstart new product development.\n\nWe operate high-availability, low-latency production nodes on the world’s top networks. Our experienced team has a proven track record of repeatedly delivering best of breed outcomes."
7+
---
8+
9+
Hashed provides products and services enabled by blockchain technology. Our platform features high quality, well-tested building blocks that jumpstart new product development.
10+
11+
We operate high-availability, low-latency production nodes on the world’s top networks. Our experienced team has a proven track record of repeatedly delivering best of breed outcomes.<br><br>
12+
13+
###### Our focus areas
14+
> Asset Tokenization | Crypto-native Governance | Node Operations | NFT | Identity Management | DAO | Smart Contract Audits | Digital Asset Security | Bitcoin | Document Graph

content/projects.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: "Generating liquidity from illiquid assets"
3+
date: "2021-12-15"
4+
---
5+
6+
Using Wyoming’s new legislation recognizing digital identities, assets, and organizations, we developed a legal and technological playbook that enables LLCs to directly tokenize its assets on-chain, where they can be trustlessly traded or used as collateral.
7+
8+
We follow this playbook ourselves for tokenizing land, and the on-chain tokens are legally-recognized as final settlement for ownership of the LLC. Contact us to get started tokenizing your assets or crowdfunding the purchase of new ones.
9+
10+
##### Our Work
11+
| Project | Description |
12+
| ----------- | ----------- |
13+
| Top 10 Global Bank | Designed and built **enterprise grade blockchain** infrastructure for managing digital assets that will be traded between world-class financial institutions |
14+
| Hypha | Multi-tenant **DAO** platform with support for flexible governance models, double-entry accounting classifications and reports. Compliant with Wyoming DAO LLC Act, DAO-to-DAO agreements, payroll, treasury, and more. |
15+
| BennyFi | **DeFi** product with Premium Bond mechanics that leverage crypto yields to incentivize high return savings that don’t risk the principal.|
16+
| Diamond Standard | Backed 1:1 by diamond clusters, **NFTs** secured via NFC, and custom-made cabinet vaults for custodians. Enabling the trading of diamonds as a commodity.|
17+
| Telos Kitchen | Pioneer block **producer candidate** on the Telos network. Focused building open-source developer utilities and re-usable application components. |
18+
| Proxy Financial | Blockchain applications for **real estate Broker-Dealers**, including key tools for selling new products, sourcing capital, and holistically managing a public funding offering. |
19+
| Snyder & Kearny | Develop a **due diligence analytics platform for publicly traded real estate funds**: REITS, IF, and CEF. The proprietary algorithms use historical and Html parsed data of SEC public filings. |
20+
21+
##### Current Stack
22+
> Ethereum | Solana | Polkadot | Flow | EOSIO | Kusama | Wax

layouts/contact/list.html

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{{ define "main" }}
2+
<a href="mailto:dani"></a>
3+
<h1>Contacto</h1>
4+
{{ end }}

layouts/contact/single.html

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{{ define "main" }}
2+
<h1>Contacto</h1>
3+
{{ end }}

static/images/hashed_logo.png

118 KB
Loading

static/images/hashed_logo_full-1.png

227 KB
Loading

static/images/hashed_logo_full.png

212 KB
Loading

themes/terminal

Submodule terminal added at 384671e

0 commit comments

Comments
 (0)