From 42119267d03ce216c1734813e32cef3f82e294f5 Mon Sep 17 00:00:00 2001 From: George Cushen Date: Sat, 23 Jan 2021 19:43:06 +0000 Subject: demo: update post/ --- exampleSite/content/post/_index.md | 1 + exampleSite/content/post/getting-started/index.md | 6 +++--- exampleSite/content/post/jupyter/index.md | 14 +------------- .../content/post/writing-technical-content/index.md | 8 ++++---- 4 files changed, 9 insertions(+), 20 deletions(-) (limited to 'exampleSite') 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 -- cgit v1.2.3