Skip to content

Commit e4316ca

Browse files
new website (#61)
* new website * made the suggested changes * made the suggested changes * Update publish.yml * Update README.md --------- Co-authored-by: Hong Ge <[email protected]>
1 parent 5bd425d commit e4316ca

File tree

146 files changed

+1022
-44042
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

146 files changed

+1022
-44042
lines changed

.github/workflows/Documentation.yml

Lines changed: 0 additions & 59 deletions
This file was deleted.

.github/workflows/publish.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
on:
2+
push:
3+
branches:
4+
- master
5+
6+
name: Deploy to GitHub Pages
7+
8+
jobs:
9+
build-and-deploy:
10+
runs-on: ubuntu-latest
11+
12+
steps:
13+
- name: Checkout
14+
uses: actions/checkout@v4
15+
16+
- name: Set up Quarto
17+
uses: quarto-dev/quarto-actions/setup@v2
18+
19+
- run: quarto --version
20+
21+
- name: Render Quarto site
22+
run: quarto render
23+
24+
- name: Deploy to GitHub Pages
25+
uses: JamesIves/github-pages-deploy-action@v4
26+
with:
27+
branch: gh-pages
28+
folder: _site

.gitignore

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
_site/
2-
.sass-cache/
3-
.jekyll-cache/
4-
.jekyll-metadata
5-
.gems
6-
Manifest.toml
7-
TuringTutorialsOutput/
1+
2+
/.quarto/
3+
_site/

.vscode/settings.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

404.qmd

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: Page Not Found
3+
---
4+
5+
The page you requested cannot be found (perhaps it was moved or renamed).
6+
7+
You may want to visit [Get-Started Guide](docs/using-turing/getting-started/) or [Tutorials](docs/tutorials/introduction/).

CNAME

Lines changed: 0 additions & 1 deletion
This file was deleted.

Gemfile

Lines changed: 0 additions & 33 deletions
This file was deleted.

Gemfile.lock

Lines changed: 0 additions & 125 deletions
This file was deleted.

LICENSE

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The MIT License
1+
MIT License
22

33
Copyright (c) 2018-2024, Hong Ge, the Turing language team
44

@@ -9,13 +9,13 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
99
copies of the Software, and to permit persons to whom the Software is
1010
furnished to do so, subject to the following conditions:
1111

12-
The above copyright notice and this permission notice shall be included in
13-
all copies or substantial portions of the Software.
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
1414

1515
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1616
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1717
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21-
THE SOFTWARE.
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

Project.toml

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)