-
-
Notifications
You must be signed in to change notification settings - Fork 137
Initialize Hugo config directory and split module mounts #945
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 5 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
70221d2
Initialize Hugo config directory and split module mounts
MuhammadAashirAslam 50df73e
Consolidate Hugo configuration and module mounts
MuhammadAashirAslam 7a1bac2
Restore project Algolia index settings
MuhammadAashirAslam da9c055
Restore tutorial Hugo module mounts
MuhammadAashirAslam e25b748
Merge branch 'hugo' into hugo-config-clean
MakisH aaaaff9
Remove unused Google Analytics configuration
MuhammadAashirAslam eb46695
Add Hugo module dependencies
MuhammadAashirAslam 877eae2
Remove unused CalculiX configuration
MuhammadAashirAslam 5c82991
Remove unused Code_Aster PDF mount
MuhammadAashirAslam bb15bbe
Update deal.II module mounts
MuhammadAashirAslam 2277ffa
Move edit link configuration to params file
MuhammadAashirAslam f87b814
Remove replaced Jekyll configuration
MuhammadAashirAslam 497d989
Remove replaced Jekyll plugins
MuhammadAashirAslam 50a7970
Merge branch 'hugo' into hugo-config-clean
MakisH File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,89 @@ | ||
| # Hugo configuration for preCICE website | ||
| baseURL = "https://precice.org/" | ||
| locale = "en-us" | ||
| title = "preCICE - The Coupling Library" | ||
| enableGitInfo = true | ||
| enableRobotsTXT = true | ||
|
|
||
| [module] | ||
| # Use the canonical Go module archive so its checksum matches go.sum. | ||
| proxy = "https://proxy.golang.org,direct" | ||
|
|
||
| [params] | ||
| repository = "precice/precice.github.io" | ||
| output = "web" | ||
| topnav_title = "preCICE" | ||
| site_title = "preCICE - The Coupling Library" | ||
| company_name = "preCICE" | ||
| github_editme_path = "https://github.com/precice/precice.github.io/edit/master/" | ||
| google_analytics = "" | ||
| description = "preCICE is an open-source coupling library and ecosystem for general partitioned multi-physics and multi-scale simulations, including surface and volume coupling." | ||
| sidebars = ["home_sidebar", "docs_sidebar", "tutorial_sidebar", "community_sidebar"] | ||
| precice_version = "3.4.1" | ||
| calculix_version = "2.20" | ||
| calculix_adapter_version = "2.20.1" | ||
|
MakisH marked this conversation as resolved.
Outdated
|
||
| matrix_url = "https://matrix.to/#/#precice_lobby:gitter.im?web-instance[element.io]=app.gitter.im" | ||
| precice_v1_citations = 451 | ||
| precice_v1_citations_url = "https://scholar.google.com/scholar?cites=5053469347483527186&as_sdt=2005&sciodt=0,5&hl=en" | ||
| precice_v2_citations = 233 | ||
| precice_v2_citations_url = "https://scholar.google.com/scholar?oi=bibs&hl=en&cites=17974677460269868025,12004404035922881061" | ||
|
|
||
| [params.algolia] | ||
| application_id = "LIT6P0EW26" | ||
| index_name = "jekyll" | ||
| search_only_api_key = "760ed6be3e165d08b4a798ac4aa82fe4" | ||
|
MakisH marked this conversation as resolved.
|
||
| nodes_to_index = "p,code,table" | ||
| max_record_size = 20000 | ||
|
|
||
| [params.mermaid] | ||
| src = "https://cdn.jsdelivr.net/npm/mermaid@11.12.3/dist/mermaid.min.js" | ||
|
|
||
| [params.github_editme_paths] | ||
|
MakisH marked this conversation as resolved.
Outdated
|
||
| "content" = "https://github.com/precice/precice.github.io/edit/master/" | ||
| "github.com/precice/aste" = "https://github.com/precice/aste/edit/develop/" | ||
| "github.com/precice/calculix-adapter" = "https://github.com/precice/calculix-adapter/edit/develop/" | ||
| "github.com/precice/code_aster-adapter" = "https://github.com/precice/code_aster-adapter/edit/develop/" | ||
| "github.com/precice/dealii-adapter" = "https://github.com/precice/dealii-adapter/edit/develop/" | ||
| "github.com/precice/dumux-adapter" = "https://github.com/precice/dumux-adapter/edit/develop/" | ||
| "github.com/precice/dune-adapter" = "https://github.com/precice/dune-adapter/edit/main/" | ||
| "github.com/precice/fenics-adapter" = "https://github.com/precice/fenics-adapter/edit/develop/" | ||
| "github.com/precice/fenicsx-adapter" = "https://github.com/precice/fenicsx-adapter/edit/develop/" | ||
| "github.com/precice/fmi-runner" = "https://github.com/precice/fmi-runner/edit/main/" | ||
| "github.com/precice/micro-manager" = "https://github.com/precice/micro-manager/edit/develop/" | ||
| "github.com/precice/openfoam-adapter" = "https://github.com/precice/openfoam-adapter/edit/develop/" | ||
| "github.com/precice/preeco-orga" = "https://github.com/precice/preeco-orga/edit/main/" | ||
| "github.com/precice/su2-adapter" = "https://github.com/precice/su2-adapter/edit/develop/" | ||
| "github.com/precice/tutorials" = "https://github.com/precice/tutorials/edit/master/" | ||
|
|
||
| [security] | ||
| allowContent = [".*"] | ||
|
|
||
| [markup.goldmark.renderer] | ||
| unsafe = true | ||
|
|
||
| [markup.highlight] | ||
| noClasses = false | ||
|
|
||
| [markup.tableOfContents] | ||
| startLevel = 2 | ||
| endLevel = 4 | ||
| ordered = false | ||
|
|
||
| [outputs] | ||
| home = ["HTML", "RSS", "Algolia", "SitemapIndex"] | ||
| section = ["HTML"] | ||
|
|
||
| [outputFormats.RSS] | ||
| baseName = "feed" | ||
|
|
||
| [outputFormats.Algolia] | ||
| mediaType = "application/json" | ||
| baseName = "algolia" | ||
| isPlainText = true | ||
| notAlternative = true | ||
|
|
||
| [outputFormats.SitemapIndex] | ||
| mediaType = "application/xml" | ||
| baseName = "sitemap_index" | ||
| isPlainText = true | ||
| notAlternative = true | ||
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.