Skip to content

Commit 1049dbf

Browse files
committed
docs: update readme and console message
1 parent b23b164 commit 1049dbf

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
# Alpha :: Note \[α\]
22

3-
Part of the **Alpha α** project.
3+
Blazing fast static site generator for notes, equipped with [powerful markdown features](https://note.xecades.xyz/misc/test/customToken). View the live site at [note.xecades.xyz](https://note.xecades.xyz/).
4+
5+
---
6+
7+
**Note** is part of the **Alpha α** project.
48

59
- **Homepage**: [xecades.xyz](https://xecades.xyz/) ([Xecades/Homepage](https://github.com/Xecades/Homepage))
6-
- **Note**: [note.xecades.xyz](https://note.xecades.xyz/) (This Repo) (*WIP*)
10+
- **Note**: [note.xecades.xyz](https://note.xecades.xyz/) (This Repo)
711
- **Blog**: [blog.xecades.xyz](https://blog.xecades.xyz/) (Private Repo) (*WIP*)
812

9-
\* This project relies on the [vite-plugin-vue-xecades-note](https://github.com/Xecades/vite-plugin-vue-xecades-note) plugin. Link it before running the project.
13+
\* This project relies on the [vite-plugin-vue-xecades-note](https://github.com/Xecades/vite-plugin-vue-xecades-note) plugin. Run `npm link` before running the project.
1014

1115
---
1216

src/main.ts

+6-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ const consoleMessage = () => {
2323
console.log(`
2424
┌─Xecades Alpha::Note────────────────────────────────┐
2525
│ │
26-
│ Yet another concise homepage │
26+
│ Yet another notebook │
27+
│ Part of the Alpha Project. │
2728
│ │
2829
├────────────────────────────────────────────────────┤
2930
│ │
@@ -37,8 +38,10 @@ const consoleMessage = () => {
3738
│ │
3839
├────────────────────────────────────────────────────┤
3940
│ │
40-
│ MIT LICENSE │
41-
│ Copyright © 2019 - ${year} Xecades │
41+
│ - [GPL-3.0 License] for code │
42+
│ - [CC BY-NC-SA 4.0 License] for notes │
43+
│ │
44+
│ Copyright © 2024 - ${year} Xecades │
4245
│ │
4346
└────────────────────────────────────────────────────┘
4447
`);

0 commit comments

Comments
 (0)