Compare commits
2 commits
38d74df89b
...
80464776b8
Author | SHA1 | Date | |
---|---|---|---|
Akemi Izuko | 80464776b8 | ||
Akemi Izuko | d077a59fbe |
15
LICENSE.md
Normal file
15
LICENSE.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
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,16 +4,15 @@ The codebase for my personal website, which you can [visit
|
|||
here](https://dev.noway.moe)!
|
||||
|
||||
Written using [Astro.js](https://astro.build/) as the main framework, with
|
||||
[Tailwind CSS](https://tailwindcss.com/) for css.
|
||||
MDX rendering and syntax highlighting provided by [remark.js](https://github.com/remarkjs).
|
||||
[Tailwind CSS](https://tailwindcss.com/). MDX rendering and syntax highlighting
|
||||
provided by [remark.js](https://github.com/remarkjs).
|
||||
|
||||
### Licence
|
||||
|
||||
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 do fork this code, you
|
||||
must also make your fork code open source. That way everyone can benefit from
|
||||
our collective efforts!
|
||||
This code is licensed under AGPL, meaning that if you must open source any forks
|
||||
of this code. That way everyone can benefit from our collective efforts!
|
||||
|
||||
### Building
|
||||
|
||||
|
|
Loading…
Reference in a new issue