|
@@ -8,28 +8,36 @@ title = "Academic"
|
|
# Order that this section will appear in.
|
|
# Order that this section will appear in.
|
|
weight = 3
|
|
weight = 3
|
|
|
|
|
|
|
|
+# Hero image (optional). Enter filename of an image in the `static/img/` folder.
|
|
|
|
+hero_media = "hero-academic.png"
|
|
|
|
+
|
|
# Overlay a color or image (optional).
|
|
# Overlay a color or image (optional).
|
|
# Deactivate an option by commenting out the line, prefixing it with `#`.
|
|
# Deactivate an option by commenting out the line, prefixing it with `#`.
|
|
[header]
|
|
[header]
|
|
- overlay_color = "#666" # An HTML color value.
|
|
|
|
- overlay_img = "headers/bubbles-wide.jpg" # Image path relative to your `static/img/` folder.
|
|
|
|
|
|
+ overlay_color = "#4bb4e3" # An HTML color value.
|
|
|
|
+ overlay_img = "" # Image path relative to your `static/img/` folder.
|
|
overlay_filter = 0.5 # Darken the image. Value in range 0-1.
|
|
overlay_filter = 0.5 # Darken the image. Value in range 0-1.
|
|
|
|
|
|
-# Call to action button (optional).
|
|
|
|
-# Activate the button by specifying a URL and button label below.
|
|
|
|
-# Deactivate by commenting out parameters, prefixing lines with `#`.
|
|
|
|
|
|
+# Call to action links (optional).
|
|
|
|
+# Display link(s) by specifying a URL and label below. Icon is optional for `[cta]`.
|
|
|
|
+# Remove a link/note by deleting a cta/note block.
|
|
[cta]
|
|
[cta]
|
|
- url = "./post/getting-started/"
|
|
|
|
- label = '<i class="fas fa-download"></i> Install Now'
|
|
|
|
|
|
+ url = "post/getting-started/"
|
|
|
|
+ label = "Get Started"
|
|
|
|
+ icon_pack = "fas"
|
|
|
|
+ icon = "download"
|
|
|
|
+
|
|
|
|
+[cta_alt]
|
|
|
|
+ url = "https://sourcethemes.com/academic/"
|
|
|
|
+ label = "View Documentation"
|
|
|
|
+
|
|
|
|
+# Note. An optional note to show underneath the links.
|
|
|
|
+[cta_note]
|
|
|
|
+ label = '<a id="academic-release" href="https://sourcethemes.com/academic/updates" data-repo="gcushen/hugo-academic">Latest release <!-- V --></a>'
|
|
+++
|
|
+++
|
|
|
|
|
|
-The highly flexible website framework for Hugo with an extensible plugin mechanism. Create a beautifully simple site in under 10 minutes :rocket:
|
|
|
|
-<div style="margin-top: -0.5rem;">
|
|
|
|
- <a id="academic-release" href="https://sourcethemes.com/academic/updates" data-repo="gcushen/hugo-academic">
|
|
|
|
- Latest release <!-- V -->
|
|
|
|
- </a>
|
|
|
|
-</div>
|
|
|
|
-<div class="mt-3">
|
|
|
|
- <a class="github-button" href="https://github.com/gcushen/hugo-academic" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star this on GitHub">Star</a>
|
|
|
|
-</div>
|
|
|
|
-<script async defer src="https://buttons.github.io/buttons.js"></script>
|
|
|
|
|
|
+**The Best Way to Create the Website You Want from Markdown (or RStudio/Jupyter)**
|
|
|
|
+
|
|
|
|
+Build **Anything** with Widgets
|
|
|
|
+
|
|
|
|
+<span style="text-shadow: none;"><a class="github-button" href="https://github.com/gcushen/hugo-academic" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star this on GitHub">Star</a><script async defer src="https://buttons.github.io/buttons.js"></script></span>
|