mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-06-16 05:13:54 -07:00
Compare commits
2 commits
e0fe2eaa66
...
af57efaef1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
af57efaef1 | ||
|
|
d7889e5ad6 |
4 changed files with 5 additions and 8 deletions
|
|
@ -20,7 +20,8 @@
|
|||
<link rel="preload" href="https://fonts.codeberg.org/dist/inter/Inter%20Web/inter.css" as="style" />
|
||||
<link rel="preload" href="https://fonts.codeberg.org/dist/fontawesome6/css/svg-with-js.css" as="style" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="/halfmoon.css">
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/halfmoon/halfmoon.min.css">
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/halfmoon/cores/halfmoon.modern.css">
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/codeberg-docs.css" />
|
||||
<!-- Syntax highlighting -->
|
||||
|
|
|
|||
|
|
@ -23,8 +23,8 @@ Unfortunately, however, copyright law does not protect hardware objects.
|
|||
|
||||
[Copyright law is extremely powerful](https://www.gnu.org/philosophy/enforcing-gpl.en.html).
|
||||
In fact, it grants the author of a work exclusive rights to use or distribute their work.
|
||||
An author can grant permission to use his/her work under arbitrary conditions. Just for illustration, an author could
|
||||
invent for example a "coffee license" and impose that whoever uses his work has to offer the author a coffee.
|
||||
An author can grant permission to use their work under arbitrary conditions. Just for illustration, an author could
|
||||
invent for example a "coffee license" and impose that whoever uses their work has to offer the author a coffee.
|
||||
Similarly, forever-open licenses grant users the right to use the work provided that they will redistribute any
|
||||
derivative work using the same license again (copyleft).
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
permalink: halfmoon.css
|
||||
---
|
||||
{% include "../node_modules/halfmoon/css/halfmoon.min.css" %}
|
||||
{% include "../node_modules/halfmoon/css/cores/halfmoon.modern.css" %}
|
||||
|
|
@ -23,6 +23,7 @@ export default function (eleventyConfig) {
|
|||
});
|
||||
|
||||
eleventyConfig.addPassthroughCopy('assets');
|
||||
eleventyConfig.addPassthroughCopy({ 'node_modules/halfmoon/css': '/assets/css/halfmoon' });
|
||||
eleventyConfig.addPassthroughCopy('fonts');
|
||||
|
||||
// Font Awesome Icons
|
||||
|
|
|
|||
Loading…
Reference in a new issue