diff options
author | Alan Pearce | 2023-04-18 06:57:01 +0200 |
---|---|---|
committer | Alan Pearce | 2023-04-18 06:57:01 +0200 |
commit | ec6be6679018fa5369491eeee832181db5c4997e (patch) | |
tree | 481ea0796bcfa13847d77b229a8471553cf1d030 /content | |
parent | a515537584b41a5554200bc12fed522fcde20949 (diff) | |
download | zola-bearblog-ec6be6679018fa5369491eeee832181db5c4997e.tar.lz zola-bearblog-ec6be6679018fa5369491eeee832181db5c4997e.tar.zst zola-bearblog-ec6be6679018fa5369491eeee832181db5c4997e.zip |
%s/Hugo/Zola/g
Diffstat (limited to 'content')
-rw-r--r-- | content/_index.md | 2 | ||||
-rw-r--r-- | content/blog/markdown-syntax.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/content/_index.md b/content/_index.md index 7392780..24b3925 100644 --- a/content/_index.md +++ b/content/_index.md @@ -4,7 +4,7 @@ There is a website obesity crisis. Bloated websites full of scripts, ads, and trackers are slowing your readers down every time they try to read your well-crafted content. -Hugo Bear Blog is all you need to build a fantastic and optimized site or blog. It works perfectly on **any** viewing device. All you need to focus on is writing good content. +Zola Bear Blog is all you need to build a fantastic and optimized site or blog. It works perfectly on **any** viewing device. All you need to focus on is writing good content. [Go to the original bear blog](https://bearblog.dev/). diff --git a/content/blog/markdown-syntax.md b/content/blog/markdown-syntax.md index 509cb4a..18f912a 100644 --- a/content/blog/markdown-syntax.md +++ b/content/blog/markdown-syntax.md @@ -12,7 +12,7 @@ For a quick cheatsheet, check out [https://simplemde.com/markdown-guide](https:/ --- -This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme. +This article offers a sample of basic Markdown syntax that can be used in Zola content files, also it shows whether basic HTML elements are decorated with CSS in a Zola theme. <!--more--> ## Headings |