From 5b38fdca7134d2f46f15a2a3507f67c2de98cbc6 Mon Sep 17 00:00:00 2001 From: "David E. Perez Negron R." Date: Wed, 1 May 2024 19:30:53 -0600 Subject: [PATCH] Adding links and partners as post --- _data.yml | 4 ++++ posts/_data.yml | 5 ++++ posts/firstpost.md | 54 +++++++++++++++++++++++++++++++++++++++++++ posts/instructions.md | 30 ++++++++++++++++++++++++ posts/partners.md | 54 +++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 147 insertions(+) create mode 100644 posts/_data.yml create mode 100644 posts/firstpost.md create mode 100644 posts/instructions.md create mode 100644 posts/partners.md diff --git a/_data.yml b/_data.yml index 87c46b3..e8a227e 100644 --- a/_data.yml +++ b/_data.yml @@ -7,6 +7,10 @@ home: icon: favicon.png menu_links: [ + { + text: CCDB, + href: "https://search.deca.eco" + }, { text: Docs, href: "https://docs.deca.eco"}, diff --git a/posts/_data.yml b/posts/_data.yml new file mode 100644 index 0000000..fb53274 --- /dev/null +++ b/posts/_data.yml @@ -0,0 +1,5 @@ +type: post +layout: layouts/post.vto + +metas: + title: "=title" diff --git a/posts/firstpost.md b/posts/firstpost.md new file mode 100644 index 0000000..fc300f9 --- /dev/null +++ b/posts/firstpost.md @@ -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. + + + +```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. diff --git a/posts/instructions.md b/posts/instructions.md new file mode 100644 index 0000000..2fb6a3a --- /dev/null +++ b/posts/instructions.md @@ -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. + + + +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 diff --git a/posts/partners.md b/posts/partners.md new file mode 100644 index 0000000..7d3bc2e --- /dev/null +++ b/posts/partners.md @@ -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! + + + +## 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/) +