-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add basic example site * Update doc/content/user_guide/getstarted.md Co-authored-by: Stefan van der Walt <[email protected]> * Update --------- Co-authored-by: Stefan van der Walt <[email protected]>
- Loading branch information
1 parent
487192d
commit b3fc1e0
Showing
4 changed files
with
66 additions
and
4 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
This file was deleted.
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 |
---|---|---|
@@ -0,0 +1,60 @@ | ||
baseURL: "https://example.com/" | ||
languageCode: "en-us" | ||
title: "Example Site" | ||
theme: scientific-python-hugo-theme | ||
relativeURLs: true | ||
disableKinds: ["taxonomy"] | ||
|
||
markup: | ||
highlight: | ||
noClasses: false | ||
goldmark: | ||
renderer: | ||
unsafe: true | ||
renderHooks: | ||
link: | ||
enableDefault: true | ||
|
||
params: | ||
author: | ||
name: "Example Team" | ||
description: "Example" | ||
images: | ||
- /images/logo.svg | ||
search: true | ||
navbarlogo: | ||
image: logo.svg | ||
text: Scientific Python Hugo Theme | ||
link: / | ||
fonts: | ||
- name: "Lato" | ||
weights: [400, 900] | ||
hero: | ||
title: Example Site | ||
image: logo.svg | ||
buttontext: Get Started | ||
buttonlink: "#" | ||
navbar: | ||
- title: User Guide | ||
url: / | ||
footer: | ||
logo: logo.svg | ||
socialmediatitle: "" | ||
socialmedia: | ||
- link: https://github.com/ | ||
icon: github | ||
|
||
quicklinks: | ||
column1: | ||
title: "" | ||
links: | ||
- text: About | ||
link: / | ||
- text: Theme GitHub | ||
link: https://github.com/scientific-python/scientific-python-hugo-theme | ||
column2: | ||
links: | ||
- text: Scientific Python Forum | ||
link: https://discuss.scientific-python.org | ||
column3: | ||
links: |
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,3 @@ | ||
--- | ||
title: | ||
--- |