Skip to content

Commit

Permalink
update copyright and add travel tab (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
kayx23 authored Jun 19, 2024
1 parent a670ccf commit a12874c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
pathPrefix: '/',
title: 'Traky Deng',
subtitle: '',
copyright: 2023 All Rights Reserved',
copyright: 2024 All Rights Reserved',
disqusShortname: '',
postsPerPage: 5,
// googleAnalyticsId: 'UA-73379983-2',
Expand All @@ -23,6 +23,10 @@ module.exports = {
label: '.Project()',
path: '/project'
},
{
label: '.Travel()',
path: 'https://beeneverywhere.net/user/10247'
},
{
label: '.Tags()',
path: '/tags'
Expand Down

0 comments on commit a12874c

Please sign in to comment.