-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into roll_logo
- Loading branch information
Showing
130 changed files
with
4,032 additions
and
152 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
source 'https://rubygems.org' | ||
group :jekyll_plugins do | ||
gem 'github-pages' | ||
gem 'jekyll-twitter-plugin' | ||
end |
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
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,6 +1,6 @@ | ||
# Site settings | ||
title: SU2, the Open-Source CFD Code | ||
email: [email protected] | ||
title: SU2 | Multiphysics Simulation and Design Software | ||
email: [email protected] | ||
description: > | ||
Website for the SU2 Project | ||
|
@@ -22,6 +22,10 @@ gems: | |
- jekyll-seo-tag | ||
- jekyll-sitemap | ||
|
||
whitelist: | ||
- jekyll-redirect-from | ||
|
||
|
||
exclude: | ||
- Gemfile | ||
- Gemfile.lock | ||
|
@@ -37,6 +41,15 @@ defaults: | |
layout: post | ||
sectionid: blog | ||
|
||
- scope: | ||
path: _docs_v7 | ||
type: docs_v7 | ||
values: | ||
layout: docs_v7 | ||
sectionid: docs_v7 | ||
seo: | ||
type: "WebPage" | ||
|
||
- scope: | ||
path: _docs | ||
type: docs | ||
|
@@ -55,16 +68,33 @@ defaults: | |
seo: | ||
type: "WebPage" | ||
|
||
- scope: | ||
path: _vandv | ||
type: vandv | ||
values: | ||
layout: vandv | ||
sectionid: vandv | ||
seo: | ||
type: "WebPage" | ||
collections: | ||
docs: | ||
permalink: /:collection/:path/ | ||
output: true | ||
docs_v7: | ||
permalink: /:collection/:path/ | ||
output: true | ||
tutorials: | ||
permalink: /:collection/:path/ | ||
output: true | ||
vandv: | ||
permalink: /:collection/:path/ | ||
output: true | ||
posts: | ||
permalink: /blog/:year/:month/:day/:title/ | ||
output: true | ||
|
||
# Google Analytics | ||
google_analytics: UA-28187985-1 | ||
|
||
plugins: | ||
- jekyll-gist |
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 |
---|---|---|
@@ -0,0 +1,52 @@ | ||
- title: Introduction to SU2 | ||
docs_v7: | ||
- home | ||
- contribute | ||
|
||
- title: New in Version 7 | ||
docs_v7: | ||
- Guide-to-v7 | ||
|
||
- title: Quick Start | ||
docs_v7: | ||
- Quick-Start | ||
|
||
- title: Installation | ||
docs_v7: | ||
- Download | ||
- Installation | ||
- Build-SU2-From-Source | ||
- Test-Cases | ||
|
||
- title: Users Guide | ||
docs_v7: | ||
- Configuration-File | ||
- Mesh-File | ||
- Restart-File | ||
- Theory | ||
- Solver-Setup | ||
- Physical-Definition | ||
- Markers-and-BC | ||
- Convective-Schemes | ||
- Custom-Output | ||
- Linear-Solvers-and-Preconditioners | ||
- Multizone | ||
- Execution | ||
|
||
- title: Developer Docs | ||
docs_v7: | ||
- Gitting-Started | ||
- Developing-SU2-on-GitHub-(Internal-Developers) | ||
- Running-Regression-Tests | ||
- Code-Review | ||
- Code-Structure | ||
- Style-Guide | ||
- Advanced-AD-Techniques | ||
|
||
- title: FAQ | ||
docs_v7: | ||
- FAQ | ||
|
||
- title: Contact | ||
docs_v7: | ||
- Contact |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
- title: The SU2 V&V Collection | ||
vandv: | ||
- home | ||
- Contribute | ||
|
||
- title: Compressible Flow | ||
vandv: | ||
- MMS_FVM_Navier_Stokes | ||
- Flat_Plate | ||
- Bump_Channel |
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
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
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
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
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
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.