Skip to content

Commit

Permalink
Minor Updates in Project
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianmayo committed Apr 15, 2024
1 parent 89e5300 commit 6136aff
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 12 deletions.
25 changes: 23 additions & 2 deletions frontmatter.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"title": "lastDateUpdated",
"name": "lastDateUpdated",
"type": "datetime"
},
}
]
}
],
Expand All @@ -73,6 +73,27 @@
"DevOps Practices",
"WebApp Development"
],
"frontMatter.content.pageFolders": [],
"frontMatter.content.pageFolders": [
{
"title": "general-updates",
"path": "[[workspace]]/src/articles/general-updates"
},
{
"title": "webapp-development",
"path": "[[workspace]]/src/articles/webapp-development"
},
{
"title": "devops-practices",
"path": "[[workspace]]/src/articles/devops-practices"
},
{
"title": "cloud-infrastructure",
"path": "[[workspace]]/src/articles/cloud-infrastructure"
},
{
"title": "projects",
"path": "[[workspace]]/src/projects"
}
],
"frontMatter.dashboard.openOnStart": true
}
8 changes: 4 additions & 4 deletions src/_includes/_content/page-header.njk
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
<i class="fa-solid fa-book"></i>
<span>Documentations</span>
</a>
<a href="/articles" class="action-link small">
<i class="fa-solid fa-file-signature"></i>
<span>Articles</span>
</a>
<a href="/projects" class="action-link small">
<i class="fa-solid fa-diagram-project"></i>
<span>Projects</span>
</a>
<a href="/articles" class="action-link small">
<i class="fa-solid fa-file-signature"></i>
<span>Articles</span>
</a>
</section>
{# <section class="page-header__divider">
<div class="page-header__divider-filler"></div>
Expand Down
17 changes: 11 additions & 6 deletions src/projects/001_fdtechdotnet.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
---
title: Fullstack-dev Technology
shortcode: fdtechdotnet
title: "Fullstack-dev Technology: The Static Website"
shortcode: fdtechdotnet-static-website
date: 2024-01-04
---


## Overview

A portfolio website that aims to empower individuals to learn from their experiences and continuously improve themselves, both personally and professionally. Individuals can unlock their full potential and achieve their goals by committing to ongoing learning and being willing to embrace new experiences. This page strives to inspire and support this journey of self-discovery and growth.

The `fdtechdotnet` is the shorthand handle name of this page derived from the pursuit of learning full-stack web application development and delivery using cloud services for infrastructure with .NET stack technologies.
A portfolio static website under personal brand — Fullstack-dev Technology (`fdtechdotnet`). This website is JAM-stack playground with contents about full-stack web application development and delivery using cloud services infrastructure.

## Technology Used
>- ...
- Eleventy
- Nunjucks
- Front Matter
- HTML/HTML5
- CSS — SASS/SCSS
- JavaScript — Vanilla
- Mermaid JS
- JGraph/Draw.IO

0 comments on commit 6136aff

Please sign in to comment.