Skip to content

Commit 7aaec06

Browse files
committed
initial commit
1 parent 29b217e commit 7aaec06

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

index.ftd

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@
1919

2020
-- navbar.header:
2121
logo: $assets.files.images.logo.svg
22-
logoURL: /YOUR_REPOSITORY_NAME
22+
logoURL: /portfolio
2323
header-item1: Home
2424
header-item2: About
2525
header-item3: Blogs
2626
header-item4: Projects
27-
header-item1-link: /YOUR_REPOSITORY_NAME
28-
header-item2-link: /YOUR_REPOSITORY_NAME/about
29-
header-item3-link: /YOUR_REPOSITORY_NAME/blogs
30-
header-item4-link: /YOUR_REPOSITORY_NAME/projects
27+
header-item1-link: /portfolio
28+
header-item2-link: /portfolio/about
29+
header-item3-link: /portfolio/blogs
30+
header-item4-link: /portfolio/projects
3131
cta-item2: Resume
32-
cta-item2-link: /YOUR_REPOSITORY_NAME/resume
32+
cta-item2-link: /portfolio/resume
3333

3434
;; ----------------------------------------------------------------
3535
;; ***** PORTFOLIO Header ends *****

test.ftd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
-- ftd.text: hello world

0 commit comments

Comments
 (0)