Compare commits
No commits in common. "80464776b8f69841cef96232ba743ee78569b7f9" and "38d74df89b72fcbc402e1ece87de4be9f84e5282" have entirely different histories.
80464776b8
...
38d74df89b
2 changed files with 5 additions and 19 deletions
15
LICENSE.md
15
LICENSE.md
|
@ -1,15 +0,0 @@
|
||||||
noway.moe
|
|
||||||
Copyright (C) 2023 Aizuko
|
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU Affero General Public License as published by
|
|
||||||
the Free Software Foundation, either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU Affero General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU Affero General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
@ -4,15 +4,16 @@ The codebase for my personal website, which you can [visit
|
||||||
here](https://dev.noway.moe)!
|
here](https://dev.noway.moe)!
|
||||||
|
|
||||||
Written using [Astro.js](https://astro.build/) as the main framework, with
|
Written using [Astro.js](https://astro.build/) as the main framework, with
|
||||||
[Tailwind CSS](https://tailwindcss.com/). MDX rendering and syntax highlighting
|
[Tailwind CSS](https://tailwindcss.com/) for css.
|
||||||
provided by [remark.js](https://github.com/remarkjs).
|
MDX rendering and syntax highlighting provided by [remark.js](https://github.com/remarkjs).
|
||||||
|
|
||||||
### Licence
|
### Licence
|
||||||
|
|
||||||
Feel free to fork this code and use it for your website! No need to credit me.
|
Feel free to fork this code and use it for your website! No need to credit me.
|
||||||
|
|
||||||
This code is licensed under AGPL, meaning that if you must open source any forks
|
This code is licensed under AGPL, meaning that if you do fork this code, you
|
||||||
of this code. That way everyone can benefit from our collective efforts!
|
must also make your fork code open source. That way everyone can benefit from
|
||||||
|
our collective efforts!
|
||||||
|
|
||||||
### Building
|
### Building
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue