Skip to content

Commit 2c11702

Browse files
author
Oleksandr Pavlov
committed
up
1 parent bd15157 commit 2c11702

File tree

5 files changed

+5
-264
lines changed

5 files changed

+5
-264
lines changed
File renamed without changes.

configs/header-nav-links.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
export const headerNavLinks = [
22
{ href: '/blog', title: 'Blog' },
33
{ href: '/blog/tags', title: 'Tags' },
4-
{ href: '/blog/projects', title: 'Projects' }
4+
{ href: '/projects', title: 'Projects' },
5+
{ href: 'https://notes.alexpavlov.dev', title: 'My notes' }
56
]

content/posts/crafting-awesome-wordpress-site.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ tags: 'wordpress'
1212
publishedAt: '2023-10-23T07:29:51.202Z'
1313
---
1414

15+
## Table of contents
16+
1517
## Intro
1618

1719
My girlfriend is a Kyiv tour guide. She had a pretty old WordPress site and wanted to update it to a better design for a while. By happy coincidence, her brother mastered UX/UX design. Long story short, he created an excellent prototype in Figma. It was time to convert it to HTML and CSS, create a custom WordPress theme, and migrate her site.

content/posts/crafting-awesome-wordpress-site.md.mdx

Lines changed: 0 additions & 261 deletions
This file was deleted.

todo.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
- Use https://tiptap.dev/ instead code mirror
2-
- Consider payload as CMS
1+
- Use https://tiptap.dev/ instead code mirror

0 commit comments

Comments
 (0)