demo: update post/

This commit is contained in:
George Cushen
2021-01-23 19:43:06 +00:00
parent 9ba41382eb
commit 42119267d0
8 changed files with 14 additions and 20 deletions

View File

@@ -1,4 +1,6 @@
--- ---
cms_exclude: true
# To publish author profile pages, remove all of the `_build` and `cascade` settings below. # To publish author profile pages, remove all of the `_build` and `cascade` settings below.
_build: _build:
render: never render: never

View File

@@ -1,5 +1,6 @@
--- ---
title: Recent & Upcoming Talks title: Recent & Upcoming Talks
cms_exclude: true
# View. # View.
# 1 = List # 1 = List

View File

@@ -1,5 +1,6 @@
--- ---
title: Posts title: Posts
cms_exclude: true
# View. # View.
# 1 = List # 1 = List

View File

@@ -1,5 +1,6 @@
--- ---
title: Publications title: Publications
cms_exclude: true
# View. # View.
# 1 = List # 1 = List

View File

@@ -1,5 +1,6 @@
--- ---
title: Posts title: Posts
cms_exclude: true
# View. # View.
# 1 = List # 1 = List

View File

@@ -9,7 +9,7 @@ summary: Welcome 👋 We know that first impressions are important, so we've pop
projects: [] projects: []
# Date published # Date published
date: "2016-04-20T00:00:00Z" date: "2020-12-13T00:00:00Z"
# Date updated # Date updated
lastmod: "2020-12-13T00:00:00Z" 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) - 💬 [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) - 🐦 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) - 💡 [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 ## Crowd-funded open-source software
@@ -68,7 +68,7 @@ As a token of appreciation for sponsoring, you can **unlock [these](https://wowc
## Ecosystem ## 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 ## Inspiration

View File

@@ -6,24 +6,12 @@ authors:
- admin - admin
tags: [] tags: []
categories: [] categories: []
projects: []
date: "2019-02-05T00:00:00Z" date: "2019-02-05T00:00:00Z"
lastMod: "2019-09-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: image:
caption: "" caption: ""
focal_point: "" 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 ```python

View File

@@ -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: Example **multi-line math** using the `\\\\` math linebreak:
```latex ```latex
$$f(k;p_0^*) = \begin{cases} p_0^* & \text{if }k=1, \\\\ $$f(k;p_{0}^{*}) = \begin{cases}p_{0}^{*} & \text{if }k=1, \\\\
1-p_0^* & \text {if }k=0.\end{cases}$$ 1-p_{0}^{*} & \text{if }k=0.\end{cases}$$
``` ```
renders as renders as
$$f(k;p_0^*) = \begin{cases} p_0^* & \text{if }k=1, \\\\ $$f(k;p_{0}^{*}) = \begin{cases}p_{0}^{*} & \text{if }k=1, \\\\
1-p_0^* & \text {if }k=0.\end{cases}$$ 1-p_{0}^{*} & \text{if }k=0.\end{cases}$$
### Diagrams ### Diagrams