Skip to content

Commit

Permalink
Atualiza título e descrição do site, ajusta cabeçalho e ativa a barra…
Browse files Browse the repository at this point in the history
… de navegação fixa
  • Loading branch information
mdmjunior committed Feb 20, 2025
1 parent 04c862a commit 2ccaae7
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
3 changes: 2 additions & 1 deletion app/projects/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ export default function Projects() {
Projects
</h1>
<p className="text-lg leading-7 text-gray-500 dark:text-gray-400">
The projects I've been working on.
Collections of my open-source side projects, also some of my personal tools created to
make life easier.
</p>
</div>
<div className="container py-12">
Expand Down
6 changes: 5 additions & 1 deletion data/authors/default.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ linkedin: https://www.linkedin.com/in/mdmjunior
github: https://github.com/mdmjunior
---

## Who Am I? ( What's My Name?)
## Who Am I? (What's My Name?)

Hi! I am Marcio, a System Administrator/DevOps Engineer from Brazil.



Experienced DevOps Engineer with over 24 years in IT, I started as a Linux Systems Administrator and worked as one till
the world changed into this automated stuff. I focused on specializing in Network Infrastructure, Cybersecurity, and operating
Expand Down
1 change: 0 additions & 1 deletion data/headerNavLinks.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
const headerNavLinks = [
{ href: '/', title: 'Home' },
{ href: '/blog', title: 'Blog' },
{ href: '/tags', title: 'Tags' },
{ href: '/projects', title: 'Projects' },
Expand Down
8 changes: 4 additions & 4 deletions data/siteMetadata.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/** @type {import("pliny/config").PlinyConfig } */
const siteMetadata = {
title: 'Tech Bunker',
title: `Marcio's Tech Bunker - stories, how-tos, tech guides and a lot more.`,
author: 'Marcio Moreira Junior',
headerTitle: 'My Tech Bunker',
description: 'A collection of tech documents',
headerTitle: `Marcio's Tech Bunker`,
description: 'A personal blog where I write about tech, programming, and other stuff.',
language: 'en-us',
theme: 'system', // system, dark or light
siteUrl: 'https://mdmjunior.github.io',
Expand All @@ -24,7 +24,7 @@ const siteMetadata = {
//bluesky: 'https://bsky.app/',
locale: 'en-US',
// set to true if you want a navbar fixed to the top
stickyNav: false,
stickyNav: true,
analytics: {
// If you want to use an analytics provider you have to add it to the
// content security policy in the `next.config.js` file.
Expand Down
Binary file added public/static/files/resume.pdf
Binary file not shown.

0 comments on commit 2ccaae7

Please sign in to comment.