generated from lhr0909/lhr0909.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
34 changed files
with
239 additions
and
652 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
# My Minimal Astro Blog | ||
# Astro Etch | ||
|
||
This is a minimal blog system that I use to write. It is based on [Astro](https://astro.build). Styling is done with [Tailwind CSS](https://tailwindcss.com). The theme was based off of a hugo theme named [etch](https://github.com/LukasJoswiak/etch). | ||
|
||
The main motivation is to set up a template that can pull my Obsidian vault notes at build time for the blog posts. This way, I can write my notes in Obsidian and have them published to my blog. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,57 +1,16 @@ | ||
--- | ||
import { SITE_TITLE } from "@/consts"; | ||
--- | ||
|
||
<footer class="text-gray-500 font-extralight pb-8 flex flex-col justify-center md:flex-row md:justify-between space-y-2 md:space-y-0"> | ||
<span>Copyright (c) {new Date().getFullYear()} Simon Liang</span> | ||
<span>Copyright (c) {new Date().getFullYear()} {SITE_TITLE}</span> | ||
<span class="flex space-x-2"> | ||
<a href="https://github.com/lhr0909" | ||
<a href="https://github.com/lhr0909/astro-etch" | ||
class="hover:text-blue-500" | ||
target="_blank" | ||
rel="noopener" | ||
> | ||
GitHub | ||
<!-- <GithubIcon class="h-6 w-6" /> --> | ||
</a> | ||
<a | ||
href="https://x.com/lhr0909" | ||
class="hover:text-blue-500" | ||
target="_blank" | ||
rel="noopener" | ||
> | ||
<!-- <TwitterIcon class="h-6 w-6" /> --> | ||
</a> | ||
<a | ||
href="https://www.linkedin.com/in/simon-liang" | ||
class="hover:text-blue-500" | ||
target="_blank" | ||
rel="noopener" | ||
> | ||
<!-- <LinkedInIcon class="h-6 w-6" /> --> | ||
</a> | ||
<a | ||
href="https://www.youtube.com/@simon_liang" | ||
class="hover:text-blue-500" | ||
target="_blank" | ||
rel="noopener" | ||
> | ||
YouTube | ||
<!-- <YoutubeIcon class="h-6 w-6" /> --> | ||
</a> | ||
<a | ||
href="https://space.bilibili.com/41930008/" | ||
class="hover:text-blue-500" | ||
target="_blank" | ||
rel="noopener" | ||
> | ||
Bilibili | ||
<!-- <BilibiliIcon class="h-6 w-6" /> --> | ||
</a> | ||
<a | ||
href="https://www.xiaohongshu.com/user/profile/5b0836e96b58b740556e8701" | ||
class="hover:text-blue-500" | ||
target="_blank" | ||
rel="noopener" | ||
> | ||
XHS | ||
</a> | ||
</span> | ||
</footer> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
// Place any global data in this file. | ||
// You can import this data from anywhere in your site by using the `import` keyword. | ||
|
||
export const SITE_TITLE = 'Simon Liang'; | ||
export const SITE_DESCRIPTION = 'Simon Liang\'s Blog'; | ||
export const SITE_TITLE = 'Astro Etch'; | ||
export const SITE_DESCRIPTION = 'Astro Etch is a blog style template written in Astro. It is optimized for simplicity.'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.