demo: update post/
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Posts
|
||||
cms_exclude: true
|
||||
|
||||
# View.
|
||||
# 1 = List
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user