Skip to content

Commit

Permalink
update theme to v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
maximvochten committed Feb 15, 2024
1 parent bbb66a2 commit 1dac16e
Show file tree
Hide file tree
Showing 42 changed files with 448 additions and 309 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
node_modules/
public/
resources/

.hugo_build.lock
resources/
6 changes: 3 additions & 3 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)
MIT License

Copyright (c) 2023 Authors of the invariant trajectory descriptors software
Copyright (c) 2024 Trajectory Invariants software authors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
5 changes: 0 additions & 5 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ title: Hextra Theme
layout: hextra-home
---

<!-- {{< hextra/hero-badge >}}
<div class="w-2 h-2 rounded-full bg-primary-400"></div>
<span>Free, open source</span>
{{< icon name="arrow-circle-right" attributes="height=14" >}}
{{< /hextra/hero-badge >}} -->

<div class="mt-6 mb-6">
{{< hextra/hero-headline >}}
Expand Down
7 changes: 7 additions & 0 deletions content/blog/_index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
title: "Blog"
---

<div style="text-align: center; margin-top: 1em;">
{{< hextra/hero-badge link="index.xml" >}}
<span>RSS Feed</span>
{{< icon name="rss" attributes="height=14" >}}
{{< /hextra/hero-badge >}}
</div>
12 changes: 10 additions & 2 deletions content/blog/markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,16 @@
title: Markdown Syntax Guide
date: 2020-01-01
authors:
- name: John Doe
link: https://example.com/johndoe
- name: imfing
link: https://github.com/imfing
image: https://github.com/imfing.png
- name: Octocat
link: https://github.com/octocat
image: https://github.com/octocat.png
tags:
- Markdown
- Example
- Guide
excludeSearch: true
---

Expand Down
6 changes: 4 additions & 2 deletions content/showcase/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ Applications of invariant trajectory descriptors.
</p>

{{< cards >}}
{{< card link="https://developers.osuny.org" title="Osuny" image="https://raw.githubusercontent.com/noesya/osuny-developers/main/static/images/showcase-hextra/screenshot.png" imageStyle="object-fit:cover; aspect-ratio:16/9;" >}}
{{< card link="https://getporter.org/" title="Porter" image="https://repository-images.githubusercontent.com/155893691/aa249c80-fcf3-11ea-93b0-30079e8d7de4" imageStyle="object-fit:cover; aspect-ratio:16/9;" >}}
{{< card link="https://lutheranconfessions.org/" title="LutheranConfessions" image="https://github.com/imfing/hextra/assets/5097752/ad6625e4-88cd-4cad-b102-5399997d0359" imageStyle="object-fit:cover; aspect-ratio:16/9;" >}}
{{< card link="/" title="Hextra Starter Template" image="https://user-images.githubusercontent.com/5097752/263551418-c403b9a9-a76c-47a6-8466-513d772ef0b7.jpg" imageStyle="object-fit:cover; aspect-ratio:16/9;" >}}
{{< /cards >}}
{{< card link="https://github.com/imfing/hextra-starter-template/" title="Hextra Starter Template" image="https://user-images.githubusercontent.com/5097752/263551418-c403b9a9-a76c-47a6-8466-513d772ef0b7.jpg" imageStyle="object-fit:cover; aspect-ratio:16/9;" >}}
{{< card link="https://developers.clever-cloud.com/" title="Clever Cloud Documentation" image="https://cellar-c2.services.clever-cloud.com/documentation/doc-screenshot.png" imageStyle="object-fit:cover; aspect-ratio:16/9;" >}}
{{< /cards >}}
18 changes: 13 additions & 5 deletions hugo.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# Configuration
baseURL: "https://github.com/trajectory-invariants/trajectory-invariants.github.io"
baseURL: ""
title: "Trajectory Invariants"

enableRobotsTXT: true
enableGitInfo: true
# enableEmoji: false
hasCJKLanguage: false

# googleAnalytics: G-XXXXXXXXXX
# services:
# googleAnalytics:
# ID: G-MEASUREMENT_ID

outputs:
home: [HTML]
Expand All @@ -19,10 +21,11 @@ languages:
en:
languageName: English
weight: 1
title: invariant trajectory descriptors
title: Trajectory Invariants

theme: hextra


markup:
goldmark:
renderer:
Expand Down Expand Up @@ -76,7 +79,7 @@ menu:
weight: 3

params:
description: Software to support calculation of invariant trajectory descriptors and trajectory generation.
description: Python and Matlab software to support the calculation of invariant trajectory descriptors and trajectory generation.

navbar:
displayTitle: true
Expand All @@ -99,6 +102,7 @@ params:
displayToggle: true

footer:
enable: true
displayCopyright: true
displayPoweredBy: false
width: normal
Expand All @@ -118,7 +122,11 @@ params:

editURL:
enable: true
base: "https://gitlab.kuleuven.be/robotgenskill/public_code/invariants_website/-/tree/master/content"
base: "https://github.com/trajectory-invariants/trajectory-invariants.github.io/tree/master/content"

blog:
list:
displayTags: true

comments:
enable: false
Expand Down
9 changes: 7 additions & 2 deletions i18n/en.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
backToTop: "Scroll to top"
changeLanguage: "Change language"
changeTheme: "Change theme"
copyright: "Copyright © 2015-2023 Authors of the invariant trajectory descriptors software."
editThisPage: "Edit this page →"
copyCode: "Copy code"
copyright: "© 2015-2024 Trajectory Invariants software."
dark: "Dark"
editThisPage: "Edit this page on GitHub →"
lastUpdated: "Last updated on"
light: "Light"
noResultsFound: "No results found."
onThisPage: "On this page"
poweredBy: "Powered by Hextra"
readMore: "Read more →"
searchPlaceholder: "Search..."
File renamed without changes.
Empty file removed themes/.gitkeep
Empty file.
Loading

0 comments on commit 1dac16e

Please sign in to comment.