mirror of
https://github.com/casey/just.git
synced 2024-11-22 18:34:06 +03:00
deploy: 3adef6d4b7
This commit is contained in:
parent
84910a2fa3
commit
4f69bdda8a
29
index.css
29
index.css
@ -16,6 +16,9 @@ html {
|
||||
color: white;
|
||||
overflow: hidden;
|
||||
text-align: center;
|
||||
font-family: sans-serif;
|
||||
font-size: var(--size);
|
||||
line-height: var(--size);
|
||||
}
|
||||
|
||||
a {
|
||||
@ -23,10 +26,11 @@ a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#just {
|
||||
font-family: sans-serif;
|
||||
font-size: var(--size);
|
||||
line-height: var(--size);
|
||||
a:hover {
|
||||
text-shadow: 0 0 5px #fff;
|
||||
}
|
||||
|
||||
body {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(4, 1fr);
|
||||
margin-bottom: var(--margin-vertical);
|
||||
@ -35,13 +39,22 @@ a {
|
||||
margin-top: var(--margin-vertical);
|
||||
}
|
||||
|
||||
#just > * {
|
||||
height: var(--size);
|
||||
body > * {
|
||||
width: var(--size);
|
||||
}
|
||||
|
||||
#subtitle {
|
||||
font-style: italic;
|
||||
body > div {
|
||||
height: var(--size);
|
||||
text-shadow: 0 0 5px #fff;
|
||||
}
|
||||
|
||||
body > a {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
font-size: calc(var(--size) / 9);
|
||||
height: calc(var(--size) / 2);
|
||||
justify-content: center;
|
||||
line-height: calc(var(--size) / 9);
|
||||
}
|
||||
|
||||
/* just is an isogram */
|
||||
|
@ -7,15 +7,14 @@
|
||||
<link href="index.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/casey/just">
|
||||
<div id="just">
|
||||
<div id="j"></div>
|
||||
<div id="u"></div>
|
||||
<div id="s"></div>
|
||||
<div id="t"></div>
|
||||
</div>
|
||||
<div id="subtitle">a command runner</div>
|
||||
</a>
|
||||
<a href="https://github.com/casey/just">github</a>
|
||||
<a href="man/">manual</a>
|
||||
<a href="https://discord.gg/ezYScXR">discord</a>
|
||||
<a href="https://crates.io/crates/just">crates.io</a>
|
||||
</body>
|
||||
</html>
|
||||
<!-- Love, Casey -->
|
||||
|
Before Width: | Height: | Size: 434 KiB After Width: | Height: | Size: 434 KiB |
@ -141,7 +141,7 @@
|
||||
<a href="https://discord.gg/ezYScXR"><img src="https://img.shields.io/discord/695580069837406228?logo=discord" alt="chat on discord" /></a>
|
||||
<a href="mailto:casey@rodarmor.com?subject=Thanks%20for%20Just!"><img src="https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg" alt="say thanks" /></a></p>
|
||||
<p><code>just</code> is a handy way to save and run project-specific commands.</p>
|
||||
<p>This readme is also available as a <a href="https://just.systems/book/">book</a>;</p>
|
||||
<p>This readme is also available as a <a href="https://just.systems/man/">book</a>;</p>
|
||||
<p>(非官方中文文档,<a href="https://github.com/chinanf-boy/just-zh">这里</a>,快看过来!)</p>
|
||||
<p>Commands, called recipes, are stored in a file called <code>justfile</code> with syntax inspired by <code>make</code>:</p>
|
||||
<p><img src="screenshot.png" alt="screenshot" /></p>
|
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 5.5 KiB |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user