Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wowchemy/starter-academic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Cushen <gcushen@users.noreply.github.com>2021-01-23 22:43:06 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2021-01-23 22:43:06 +0300
commit42119267d03ce216c1734813e32cef3f82e294f5 (patch)
treee5327cac6b1af41805409277b9cc1e7cffbc59fc /exampleSite
parent9ba41382eb33e9046d1d26ba3044c56be47bd791 (diff)
demo: update post/
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/content/post/_index.md1
-rw-r--r--exampleSite/content/post/getting-started/index.md6
-rw-r--r--exampleSite/content/post/jupyter/index.md14
-rw-r--r--exampleSite/content/post/writing-technical-content/index.md8
4 files changed, 9 insertions, 20 deletions
diff --git a/exampleSite/content/post/_index.md b/exampleSite/content/post/_index.md
index df6bf6a7..30e33e12 100644
--- a/exampleSite/content/post/_index.md
+++ b/exampleSite/content/post/_index.md
@@ -1,5 +1,6 @@
---
title: Posts
+cms_exclude: true
# View.
# 1 = List
diff --git a/exampleSite/content/post/getting-started/index.md b/exampleSite/content/post/getting-started/index.md
index 4bc76062..14345ee5 100644
--- a/exampleSite/content/post/getting-started/index.md
+++ b/exampleSite/content/post/getting-started/index.md
@@ -9,7 +9,7 @@ summary: Welcome 👋 We know that first impressions are important, so we've pop
projects: []
# Date published
-date: "2016-04-20T00:00:00Z"
+date: "2020-12-13T00:00:00Z"
# Date updated
lastmod: "2020-12-13T00:00:00Z"
@@ -56,7 +56,7 @@ categories:
- 💬 [Chat with the **Wowchemy community**](https://discord.gg/z8wNYzb) or [**Hugo community**](https://discourse.gohugo.io)
- 🐦 Twitter: [@wowchemy](https://twitter.com/wowchemy) [@GeorgeCushen](https://twitter.com/GeorgeCushen) [#MadeWithWowchemy](https://twitter.com/search?q=(%23MadeWithWowchemy%20OR%20%23MadeWithAcademic)&src=typed_query)
- 💡 [Request a **feature** or report a **bug** for _Wowchemy_](https://github.com/wowchemy/wowchemy-hugo-modules/issues)
-- ⬆️ **Updating Wowchemy?** View the [Update Guide](https://wowchemy.com/docs/update/) and [Release Notes](https://wowchemy.com/updates/)
+- ⬆️ **Updating Wowchemy?** View the [Update Guide](https://wowchemy.com/docs/guide/update/) and [Release Notes](https://wowchemy.com/updates/)
## Crowd-funded open-source software
@@ -68,7 +68,7 @@ As a token of appreciation for sponsoring, you can **unlock [these](https://wowc
## Ecosystem
-* **[Wowchemy Admin](https://github.com/wowchemy/wowchemy-admin/):** An admin tool to automatically import publications from BibTeX
+* **[Hugo Academic CLI](https://github.com/wowchemy/hugo-academic-cli):** Automatically import publications from BibTeX
## Inspiration
diff --git a/exampleSite/content/post/jupyter/index.md b/exampleSite/content/post/jupyter/index.md
index da3d3b87..3131e399 100644
--- a/exampleSite/content/post/jupyter/index.md
+++ b/exampleSite/content/post/jupyter/index.md
@@ -6,24 +6,12 @@ authors:
- admin
tags: []
categories: []
+projects: []
date: "2019-02-05T00:00:00Z"
lastMod: "2019-09-05T00:00:00Z"
-featured: false
-draft: false
-
-# Featured image
-# To use, add an image named `featured.jpg/png` to your page's folder.
image:
caption: ""
focal_point: ""
-
-# Projects (optional).
-# Associate this post with one or more of your projects.
-# Simply enter your project's folder or file name without extension.
-# E.g. `projects = ["internal-project"]` references
-# `content/project/deep-learning/index.md`.
-# Otherwise, set `projects = []`.
-projects: []
---
```python
diff --git a/exampleSite/content/post/writing-technical-content/index.md b/exampleSite/content/post/writing-technical-content/index.md
index 78ddb748..d361f3fe 100644
--- a/exampleSite/content/post/writing-technical-content/index.md
+++ b/exampleSite/content/post/writing-technical-content/index.md
@@ -70,14 +70,14 @@ Example **inline math** `$\nabla F(\mathbf{x}_{n})$` renders as $\nabla F(\mathb
Example **multi-line math** using the `\\\\` math linebreak:
```latex
-$$f(k;p_0^*) = \begin{cases} p_0^* & \text{if }k=1, \\\\
-1-p_0^* & \text {if }k=0.\end{cases}$$
+$$f(k;p_{0}^{*}) = \begin{cases}p_{0}^{*} & \text{if }k=1, \\\\
+1-p_{0}^{*} & \text{if }k=0.\end{cases}$$
```
renders as
-$$f(k;p_0^*) = \begin{cases} p_0^* & \text{if }k=1, \\\\
-1-p_0^* & \text {if }k=0.\end{cases}$$
+$$f(k;p_{0}^{*}) = \begin{cases}p_{0}^{*} & \text{if }k=1, \\\\
+1-p_{0}^{*} & \text{if }k=0.\end{cases}$$
### Diagrams