Adding links and partners as post
This commit is contained in:
parent
70db29d578
commit
5b38fdca71
|
@ -7,6 +7,10 @@ home:
|
|||
icon: favicon.png
|
||||
|
||||
menu_links: [
|
||||
{
|
||||
text: CCDB,
|
||||
href: "https://search.deca.eco"
|
||||
},
|
||||
{
|
||||
text: Docs,
|
||||
href: "https://docs.deca.eco"},
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
type: post
|
||||
layout: layouts/post.vto
|
||||
|
||||
metas:
|
||||
title: "=title"
|
|
@ -0,0 +1,54 @@
|
|||
---
|
||||
title: This is a post with mastodon comments
|
||||
date: '2018-08-23'
|
||||
author: Óscar Otero
|
||||
tags:
|
||||
- Placeholder
|
||||
- Example
|
||||
- Lorem ipsum
|
||||
- JavaScript
|
||||
- TypeScript
|
||||
comments:
|
||||
src: 'https://mastodon.gal/@misteroom/110810445656343599'
|
||||
---
|
||||
|
||||
Leverage agile frameworks to provide a robust synopsis for high level overviews.
|
||||
Iterative approaches to corporate strategy foster collaborative thinking to
|
||||
further the overall value proposition. Organically grow the holistic world view
|
||||
of disruptive innovation via workplace diversity and empowerment.
|
||||
|
||||
<!--more-->
|
||||
|
||||
```js
|
||||
// this is a command
|
||||
function myCommand() {
|
||||
let counter = 0;
|
||||
|
||||
counter++;
|
||||
}
|
||||
|
||||
// Test with a line break above this line.
|
||||
console.log("Test");
|
||||
```
|
||||
|
||||
Bring to the table win-win survival strategies to ensure proactive domination.
|
||||
At the end of the day, going forward, a new normal that has evolved from
|
||||
generation X is on the runway heading towards a streamlined cloud solution. User
|
||||
generated content in real-time will have multiple touchpoints for offshoring.
|
||||
|
||||
## Section Header
|
||||
|
||||
Capitalize on low hanging fruit to identify a ballpark value added activity to
|
||||
beta test. Override the digital divide with additional clickthroughs from
|
||||
DevOps. Nanotechnology immersion along the information highway will close the
|
||||
loop on focusing solely on the bottom line.
|
||||
|
||||
Here is a footnote reference,[^1] and [^2]another. And this[^3] is a long note.
|
||||
|
||||
[^1]: Here is the footnote.
|
||||
|
||||
[^2]: And here's another footnote.
|
||||
|
||||
[^3]: Here's one with multiple blocks.
|
||||
|
||||
Subsequent paragraphs are indented (4 spaces) to show that they belong to the previous footnote.
|
|
@ -0,0 +1,30 @@
|
|||
---
|
||||
title: How to install this theme
|
||||
date: 2022-06-12
|
||||
author: Óscar Otero
|
||||
tags:
|
||||
- Instructions
|
||||
---
|
||||
|
||||
**Simple blog** is a clean and minimal blog theme for Lume, with support for
|
||||
tags and authors. It allows to build your own blog **in seconds**, providing
|
||||
also support for RSS.
|
||||
|
||||
<!--more-->
|
||||
|
||||
To use it, just import the theme in your `_config.ts` file:
|
||||
|
||||
```js
|
||||
import lume from "lume";
|
||||
import blog from "https://deno.land/x/lume_theme_simple_blog/mod.ts";
|
||||
|
||||
const site = lume();
|
||||
site.use(blog());
|
||||
|
||||
export default site;
|
||||
```
|
||||
|
||||
## Customization
|
||||
|
||||
> [!tip] You can use [lumeCMS](https://lume.land/cms) to customize the blog and
|
||||
> add content easily
|
|
@ -0,0 +1,54 @@
|
|||
---
|
||||
title: Partners
|
||||
date: '2024-04-29'
|
||||
author: p1r0
|
||||
tags:
|
||||
- PARTNERS
|
||||
---
|
||||
|
||||
Our partners and the main project developers who start on the DECA Project.
|
||||
|
||||
Thanks for the support!
|
||||
|
||||
<!--more-->
|
||||
|
||||
## Decentralized Climate foundation.
|
||||
> Governance and legal assistance
|
||||
|
||||
The Decentralized Climate Foundation (DCF) is a non-profit organization based
|
||||
in Mexico City which supports decentralization of environmental and social
|
||||
projects. We believe open governance of projects through decentralization will
|
||||
provide transparency and trust.
|
||||
|
||||
[visit website](https://decentralizedclimate.org)
|
||||
|
||||
## Decentralized Science
|
||||
> Research and decentralized tech.
|
||||
|
||||
The Decentralized Science Project is an open collective group which develops free and
|
||||
decentralized technologies with a non profit perspective. The goal is to
|
||||
give an open consensus and science debate. By dedicating itself to the development of public goods and promoting an open,
|
||||
egalitarian platform for scientific exploration and education, Decentralized
|
||||
Science is reshaping how scientific inquiry and innovation are pursued, making
|
||||
it more inclusive, transparent, and focused on genuine discovery and
|
||||
advancement.
|
||||
|
||||
|
||||
[visit website](https://decentralizedscience.org)
|
||||
|
||||
## Innovative Hydrogen Solutions Inc.
|
||||
> Project Funding
|
||||
|
||||
Innovative Hydrogen Solutions Inc. is a team of professionals supported by
|
||||
expert scientists dedicated to the development of hydrogen technologies.
|
||||
|
||||
[visit website](https://innovativehydrogen.com/)
|
||||
|
||||
## Neetsec International Inc.
|
||||
> Original Developers
|
||||
|
||||
NSI is looking to be a step ahead in the field of security systems and modern
|
||||
cryptography to provide solutions against threats into the digital world.
|
||||
|
||||
[visit website](https://neetsec.com/)
|
||||
|
Loading…
Reference in New Issue