-
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.
fges;aojeopfjao wfj9ow34ej9rv w3amuvtrむ3w2む3w2¥
- Loading branch information
Showing
56 changed files
with
2,643 additions
and
890 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
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 |
---|---|---|
|
@@ -8,4 +8,4 @@ body: | |
label: "About bugs." | ||
description: "Writes informations." | ||
validations: | ||
required: true | ||
required: false |
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 |
---|---|---|
|
@@ -8,4 +8,4 @@ body: | |
label: "About features." | ||
description: "Writes informations." | ||
validations: | ||
required: true | ||
required: false |
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,8 +1,8 @@ | ||
{ | ||
"MD025": false, | ||
"MD041": false, | ||
"MD033": false, | ||
"MD013": { | ||
"line_length": 120 | ||
} | ||
"MD025": false, | ||
"MD041": false, | ||
"MD033": false, | ||
"MD013": { | ||
"line_length": 120 | ||
} | ||
} |
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,13 +1,19 @@ | ||
{ | ||
"recommendations": [ | ||
"astro-build.astro-vscode", | ||
"editorconfig.editorconfig", | ||
"sysoev.language-stylus", | ||
"esbenp.prettier-vscode", | ||
"yzhang.markdown-all-in-one", | ||
"davidanson.vscode-markdownlint", | ||
"svelte.svelte-vscode", | ||
"dbaeumer.vscode-eslint", | ||
"stylelint.vscode-stylelint" | ||
] | ||
"recommendations": [ | ||
"astro-build.astro-vscode", | ||
"editorconfig.editorconfig", | ||
"sysoev.language-stylus", | ||
"esbenp.prettier-vscode", | ||
"yzhang.markdown-all-in-one", | ||
"davidanson.vscode-markdownlint", | ||
"svelte.svelte-vscode", | ||
"dbaeumer.vscode-eslint", | ||
"stylelint.vscode-stylelint", | ||
"antfu.iconify", | ||
"usernamehw.errorlens", | ||
"pkief.material-icon-theme", | ||
"unifiedjs.vscode-mdx", | ||
"yoavbls.pretty-ts-errors", | ||
"redhat.vscode-yaml" | ||
] | ||
} |
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,21 +1,84 @@ | ||
# CHANGELOG | ||
|
||
## [0.1.0] 2024-01-08 | ||
## [0.3.0] 2024-01-14 | ||
|
||
## Added | ||
|
||
- Added background image. | ||
|
||
## [0.2.2] 2024-01-13 | ||
|
||
### Changed | ||
|
||
- Upgrade astro to v4. | ||
- Update layout and styles. | ||
- Optimization loading resources. | ||
|
||
## [0.2.1] 2024-01-13 | ||
|
||
### Added | ||
|
||
- Compression images. | ||
- Optimized SEO. | ||
|
||
### Changed | ||
|
||
- Changed profile layout. | ||
- Replaced `<img>` tag to `<Picture>` component. | ||
|
||
## [0.2.0] 2024-01-12 | ||
|
||
### Added | ||
|
||
- Added astro-icon. | ||
|
||
### Changed | ||
|
||
- Changed the license to CC0 1.0 from WTFPL. | ||
|
||
### Fixed | ||
|
||
- Fixed broken layout on mobile. | ||
- Fixed the underlines appeared above text in `<a>` tag. | ||
- Fixed sitemap. | ||
|
||
## [0.1.0] 2024-01-08 | ||
|
||
### Added | ||
|
||
- Added Svelte. | ||
- Article list | ||
- Added article list to main page. | ||
- Supports English. | ||
|
||
### Changed | ||
|
||
- Changed design to mobile first. | ||
- Upgraded Astro to v4. | ||
- Updated layout and styles. | ||
- Updated Shiki syntax hightlight theme. | ||
|
||
### Fixed | ||
|
||
## [0.0.0] 2023-07-13 | ||
- Fixed the space appeared in footer. | ||
|
||
## [0.0.1] 2023-07-13 | ||
|
||
### Added | ||
|
||
- Added Astro. | ||
- Added Stylus. | ||
- Support responsive. | ||
- Added Markdown/MDX. | ||
- Supports responsive. | ||
- Supports dark mode. | ||
- Compression images and icons. | ||
|
||
### Changed | ||
|
||
- Upgraded Astro to v3. | ||
|
||
### Removed | ||
|
||
- Removed TailwindCSS. | ||
- Removed Lit. | ||
|
||
### Fixed | ||
|
||
- Added vendor prefixes. |
Oops, something went wrong.