Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
fea9a4fd83 | |||
0d47db9e2b | |||
f38c2a4fc2 | |||
0e3b069051 | |||
fadead208a |
@ -17,7 +17,7 @@
|
||||
}:
|
||||
stdenvNoCC.mkDerivation rec {
|
||||
pname = "hakurei.app";
|
||||
version = "0.0.2";
|
||||
version = "0.1.0";
|
||||
|
||||
src = ./.;
|
||||
|
||||
|
@ -57,7 +57,7 @@ java -jar node_modules/vnu-jar/build/dist/vnu.jar --Werror --css static-tmp/**/*
|
||||
java -jar node_modules/vnu-jar/build/dist/vnu.jar --Werror --svg static-tmp/**/!(bimi).svg
|
||||
find static-tmp -name '*.html' -exec html-minifier-terser --collapse-whitespace \
|
||||
--process-scripts "application/ld+json" --collapse-boolean-attributes \
|
||||
--remove-attribute-quotes --remove-comments --remove-empty-attributes \
|
||||
--remove-comments --remove-empty-attributes \
|
||||
--remove-redundant-attributes --remove-script-type-attributes \
|
||||
--remove-style-link-type-attributes --sort-attributes --sort-class-name {} -o {} \;
|
||||
|
||||
|
@ -8,6 +8,8 @@
|
||||
<meta name="color-scheme" content="dark light"/>
|
||||
<meta name="msapplication-TileColor" content="#ffffff"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"/>
|
||||
<meta name="go-import" content="hakurei.app git https://git.gensokyo.uk/security/hakurei"/>
|
||||
<meta name="go-source" content="hakurei.app _ https://git.gensokyo.uk/security/hakurei/src/branch/master{/dir} https://git.gensokyo.uk/security/hakurei/src/branch/master{/dir}/{file}#L{line}"/>
|
||||
<meta property="og:title" content="Hakurei: the secure desktop application sandbox"/>
|
||||
<meta property="og:description" content="Hakurei is a security-focused Linux container runtime for desktop applications."/>
|
||||
<meta property="og:type" content="website"/>
|
||||
@ -38,7 +40,7 @@
|
||||
<h1><a href="#hakurei">Hakurei</a></h1>
|
||||
<p>A security-focused Linux container runtime for desktop applications.
|
||||
Developed as a non-profit open source project.</p>
|
||||
<a class="button" href="/install/">Install Hakurei</a>
|
||||
<a class="button" href="/install.html">Install Hakurei</a>
|
||||
</div>
|
||||
|
||||
<figure class="device-img">
|
||||
|
Loading…
x
Reference in New Issue
Block a user