-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploy website - based on 2d6f04a7011ef76d11c5ff5b060c79094c552b49
- Loading branch information
Showing
10 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
<!doctype html><html lang=en-us dir=ltr><head><meta charset=utf-8><meta name=viewport content="width=device-width;initial-scale=1"><link rel="shortcut icon" href=/favicon.png type=image/png><title>Categories | Fysh</title> | ||
<link rel=stylesheet href=/css/main.min.74847b602030413736cf050c0517c1bdbe4ec0679a9ef034525ce1b688a5e89b.css integrity="sha256-dIR7YCAwQTc2zwUMBRfBvb5OwGeanvA0Ulzhtoil6Js=" crossorigin=anonymous></head><body><header><h1>Fysh</h1><nav><ul><li><a href=/>Home</a></li><li><a href=/docs/>Docs</a></li></ul></nav></header><main><h1>Categories</h1></main><footer><p>Copyright 2024. All rights reserved.</p></footer></body></html> | ||
<link rel=stylesheet href=/css/main.min.a26f76782b129861e74d41fcf31b4eec699cebb606dd7b809d5aa5cdc74b0eec.css integrity="sha256-om92eCsSmGHnTUH88xtO7Gmc67YG3XuAnVqlzcdLDuw=" crossorigin=anonymous></head><body><header id=header><nav class=corner-nav></nav><a href=/><code>><fysh></code></nav><nav><ul><li><a href=/docs/>Docs</a></li><li><a href=https://github.com/Fysh-Fyve/fysh>Source</a></li></ul></nav></header><main id=main-block><h1>Categories</h1></main><footer id=footer></footer></body></html> |
1 change: 0 additions & 1 deletion
1
css/main.min.74847b602030413736cf050c0517c1bdbe4ec0679a9ef034525ce1b688a5e89b.css
This file was deleted.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
css/main.min.a26f76782b129861e74d41fcf31b4eec699cebb606dd7b809d5aa5cdc74b0eec.css
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
css/opening.min.ce541f33bb25e7830167284dc04dc51a9b66ecb5b82fd9507da61252a2e5f231.css
This file was deleted.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
css/opening.min.e026a4abcbe4a238d7337fc3dcf320ad9fbe4549436aa2a428da7e3ffba14444.css
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
<!doctype html><html lang=en-us dir=ltr><head><meta charset=utf-8><meta name=viewport content="width=device-width;initial-scale=1"><link rel="shortcut icon" href=/favicon.png type=image/png><title>Docs | Fysh</title> | ||
<link rel=stylesheet href=/css/main.min.74847b602030413736cf050c0517c1bdbe4ec0679a9ef034525ce1b688a5e89b.css integrity="sha256-dIR7YCAwQTc2zwUMBRfBvb5OwGeanvA0Ulzhtoil6Js=" crossorigin=anonymous></head><body><header><h1>Fysh</h1><nav><ul><li><a href=/>Home</a></li><li><a aria-current=page class=active href=/docs/>Docs</a></li></ul></nav></header><main><h1>Docs</h1><h2><a href=/docs/manual/>🐙 Fyshing Manual</a></h2>🐠 Chapter 1: Fysh Syntax Click to expand 🐟 Variables Meet Steven, our fishy friend. In Fysh, variables like Steven are declared with ><name>. Every line of fysh ends with a wave ~. ><Steven> ~ Steven has binary scales. In Fysh, } represents 1 and ) represents 0. Here, Steven is valued at 0b101, which is 5 in decimal. ><steven> = ><})}> ~ Steven doesn’t give a flying fysh about scale direction.<h2><a href=/docs/installation/>👩💻 How to Compile and Run Fysh</a></h2>⚙️ Option 1: Using VSCode Download the Fysh VSCode extension. Create a .fysh file. Write your code. Press the run button. ⚙️ Option 2: Using Command Line Install the latest version go install github.com/Fysh-Fyve/fysh@latest Execute with fysh <filename>.fysh.</main><footer><p>Copyright 2024. All rights reserved.</p></footer></body></html> | ||
<link rel=stylesheet href=/css/main.min.a26f76782b129861e74d41fcf31b4eec699cebb606dd7b809d5aa5cdc74b0eec.css integrity="sha256-om92eCsSmGHnTUH88xtO7Gmc67YG3XuAnVqlzcdLDuw=" crossorigin=anonymous></head><body><header id=header><nav class=corner-nav></nav><a href=/><code>><fysh></code></nav><nav><ul><li><a aria-current=page class=active href=/docs/>Docs</a></li><li><a href=https://github.com/Fysh-Fyve/fysh>Source</a></li></ul></nav></header><main id=main-block><h1>Docs</h1><h2><a href=/docs/manual/>🐙 Fyshing Manual</a></h2>🐠 Chapter 1: Fysh Syntax Click to expand 🐟 Variables Meet Steven, our fishy friend. In Fysh, variables like Steven are declared with ><name>. Every line of fysh ends with a wave ~. ><Steven> ~ Steven has binary scales. In Fysh, } represents 1 and ) represents 0. Here, Steven is valued at 0b101, which is 5 in decimal. ><steven> = ><})}> ~ Steven doesn’t give a flying fysh about scale direction.<h2><a href=/docs/installation/>👩💻 How to Compile and Run Fysh</a></h2>⚙️ Option 1: Using VSCode Download the Fysh VSCode extension. Create a .fysh file. Write your code. Press the run button. ⚙️ Option 2: Using Command Line Install the latest version go install github.com/Fysh-Fyve/fysh@latest Execute with fysh <filename>.fysh.</main><footer id=footer></footer></body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
<!doctype html><html lang=en-us dir=ltr><head><meta charset=utf-8><meta name=viewport content="width=device-width;initial-scale=1"><link rel="shortcut icon" href=/favicon.png type=image/png><title>👩💻 How to Compile and Run Fysh | Fysh</title> | ||
<link rel=stylesheet href=/css/main.min.74847b602030413736cf050c0517c1bdbe4ec0679a9ef034525ce1b688a5e89b.css integrity="sha256-dIR7YCAwQTc2zwUMBRfBvb5OwGeanvA0Ulzhtoil6Js=" crossorigin=anonymous></head><body><header><h1>Fysh</h1><nav><ul><li><a href=/>Home</a></li><li><a aria-current=true class=ancestor href=/docs/>Docs</a></li></ul></nav></header><main><h1>👩💻 How to Compile and Run Fysh</h1><h2 id=-option-1-using-vscode>⚙️ Option 1: Using VSCode</h2><ol><li>Download the <code>Fysh</code> VSCode extension.</li><li>Create a <code>.fysh</code> file.</li><li>Write your code.</li><li>Press the run button.</li></ol><h2 id=-option-2-using-command-line>⚙️ Option 2: Using Command Line</h2><ol><li>Install the latest version <code>go install github.com/Fysh-Fyve/fysh@latest</code></li><li>Execute with <code>fysh <filename>.fysh</code>.</li></ol></main><footer><p>Copyright 2024. All rights reserved.</p></footer></body></html> | ||
<link rel=stylesheet href=/css/main.min.a26f76782b129861e74d41fcf31b4eec699cebb606dd7b809d5aa5cdc74b0eec.css integrity="sha256-om92eCsSmGHnTUH88xtO7Gmc67YG3XuAnVqlzcdLDuw=" crossorigin=anonymous></head><body><header id=header><nav class=corner-nav></nav><a href=/><code>><fysh></code></nav><nav><ul><li><a aria-current=true class=ancestor href=/docs/>Docs</a></li><li><a href=https://github.com/Fysh-Fyve/fysh>Source</a></li></ul></nav></header><main id=main-block><h1>👩💻 How to Compile and Run Fysh</h1><h2 id=-option-1-using-vscode>⚙️ Option 1: Using VSCode</h2><ol><li>Download the <code>Fysh</code> VSCode extension.</li><li>Create a <code>.fysh</code> file.</li><li>Write your code.</li><li>Press the run button.</li></ol><h2 id=-option-2-using-command-line>⚙️ Option 2: Using Command Line</h2><ol><li>Install the latest version <code>go install github.com/Fysh-Fyve/fysh@latest</code></li><li>Execute with <code>fysh <filename>.fysh</code>.</li></ol></main><footer id=footer></footer></body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.