Skip to content

Commit

Permalink
- delete sample posts
Browse files Browse the repository at this point in the history
- hide unused social btn (footage, author)
- hide newspaper input
  • Loading branch information
kkian481718 committed Aug 16, 2024
1 parent 087dffe commit 7598877
Show file tree
Hide file tree
Showing 19 changed files with 39 additions and 1,438 deletions.
4 changes: 2 additions & 2 deletions app/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@ export default function Home({ posts }) {
</Link>
</div>
)}
{siteMetadata.newsletter?.provider && (
{/* {siteMetadata.newsletter?.provider && (
<div className="flex items-center justify-center pt-4">
<NewsletterForm />
</div>
)}
)} */}
</>
)
}
2 changes: 1 addition & 1 deletion app/tag-data.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"next-js":6,"tailwind":3,"guide":5,"feature":2,"multi-author":1,"hello":1,"math":1,"ols":1,"github":1,"writings":1,"book":1,"reflection":1,"holiday":1,"canada":1,"images":1,"markdown":1,"code":1,"features":1}
{"雜記":1,"coding":2}
8 changes: 3 additions & 5 deletions components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,17 @@ export default function Footer() {
<div className="mt-16 flex flex-col items-center">
<div className="mb-3 flex space-x-4">
<SocialIcon kind="mail" href={`mailto:${siteMetadata.email}`} size={6} />
<SocialIcon kind="github" href={siteMetadata.github} size={6} />
{/* <SocialIcon kind="github" href={siteMetadata.github} size={6} />
<SocialIcon kind="facebook" href={siteMetadata.facebook} size={6} />
<SocialIcon kind="youtube" href={siteMetadata.youtube} size={6} />
<SocialIcon kind="linkedin" href={siteMetadata.linkedin} size={6} />
<SocialIcon kind="twitter" href={siteMetadata.twitter} size={6} />
<SocialIcon kind="x" href={siteMetadata.x} size={6} />
<SocialIcon kind="instagram" href={siteMetadata.instagram} size={6} />
<SocialIcon kind="threads" href={siteMetadata.threads} size={6} />
<SocialIcon kind="threads" href={siteMetadata.threads} size={6} /> */}
</div>
<div className="mb-2 flex space-x-2 text-sm text-gray-500 dark:text-gray-400">
<div>{siteMetadata.author}</div>
<div>{` • `}</div>
<div>{${new Date().getFullYear()}`}</div>
<div>{siteMetadata.author} {${new Date().getFullYear()}`}</div>
<div>{` • `}</div>
<Link href="/">{siteMetadata.title}</Link>
</div>
Expand Down
16 changes: 16 additions & 0 deletions data/authors/ivy.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Ivy
avatar: /static/images/avatar.png
occupation: 喜歡樹懶的大學生
company: NDHU
email:
twitter: https://twitter.com/Twitter
linkedin: https://www.linkedin.com
github: https://github.com
---

Tails Azimuth is a professor of atmospheric sciences at the Stanford AI Lab. His research interests includes complexity modelling of tailwinds, headwinds and crosswinds.

He leads the clean energy group which develops 3D air pollution-climate models, writes differential equation solvers, and manufactures titanium plated air ballons. In his free time he bakes raspberry pi.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed neque elit, tristique placerat feugiat ac, facilisis vitae arcu. Proin eget egestas augue. Praesent ut sem nec arcu pellentesque aliquet. Duis dapibus diam vel metus tempus vulputate.
12 changes: 0 additions & 12 deletions data/authors/sparrowhawk.mdx

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Sample .md file
date: '2016-03-08'
tags: ['markdown', 'code', 'features']
tags: ['coding']
draft: false
summary: Example of a markdown file with code blocks and syntax highlighting
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Markdown Guide'
date: '2019-10-11'
tags: ['github', 'guide']
tags: ['coding']
draft: false
summary: 'Markdown cheatsheet for all your blogging needs - headers, lists, images, tables and more! An illustrated guide based on GitHub Flavored Markdown.'
---
Expand Down
143 changes: 0 additions & 143 deletions data/blog/deriving-ols-estimator.mdx

This file was deleted.

72 changes: 0 additions & 72 deletions data/blog/guide-to-using-images-in-nextjs.mdx

This file was deleted.

Loading

0 comments on commit 7598877

Please sign in to comment.