Skip to content

Commit

Permalink
demo: update post/
Browse files Browse the repository at this point in the history
  • Loading branch information
gcushen committed Jan 23, 2021
1 parent 9ba4138 commit 4211926
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 20 deletions.
2 changes: 2 additions & 0 deletions content/authors/_index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
cms_exclude: true

# To publish author profile pages, remove all of the `_build` and `cascade` settings below.
_build:
render: never
Expand Down
1 change: 1 addition & 0 deletions content/event/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Recent & Upcoming Talks
cms_exclude: true

# View.
# 1 = List
Expand Down
1 change: 1 addition & 0 deletions content/post/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Posts
cms_exclude: true

# View.
# 1 = List
Expand Down
1 change: 1 addition & 0 deletions content/publication/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Publications
cms_exclude: true

# View.
# 1 = List
Expand Down
1 change: 1 addition & 0 deletions exampleSite/content/post/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Posts
cms_exclude: true

# View.
# 1 = List
Expand Down
6 changes: 3 additions & 3 deletions exampleSite/content/post/getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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

Expand All @@ -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

Expand Down
14 changes: 1 addition & 13 deletions exampleSite/content/post/jupyter/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions exampleSite/content/post/writing-technical-content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4211926

Please sign in to comment.