Skip to content

Commit

Permalink
fixed errors
Browse files Browse the repository at this point in the history
  • Loading branch information
AgedLace committed Aug 11, 2024
1 parent f1c72e7 commit b8a02b9
Show file tree
Hide file tree
Showing 76 changed files with 12,886 additions and 656 deletions.
7 changes: 7 additions & 0 deletions Publisher-For-MkDocs-Workflow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
An overall the best workflow is to do:

- `mkdocs serve` while writing documentation localy to see how it looks
- before push to the repo do `mkdocs build -c` to see if it will build correctly
- push to the repo and let GH Action workflow to deploy a page to GH Pages

THANKS, MAQ!!!
12 changes: 7 additions & 5 deletions docs/01-home.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
---
title: Home
slug: 01-home
description: Example Publisher for MkDocs Site
slug: home
date: 2024-08-10 12:18:44
update: 2024-08-11 06:53:03
publish: "true"
tags: []
categories:
---

# Welcome to Sample Publisher for MkDocs Site
## Welcome to Sample Publisher for MkDocs Site

For full documentation visit [Publisher for MkDocs](https://mkdocs-publisher.github.io/).

8 changes: 7 additions & 1 deletion docs/02-Blog/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
---
title: Blog
slug: blog
---
date: 2024-08-10 01:52:54
update: 2024-08-11 06:53:21
publish: "true"
tags: []
categories:
---
## Blog
18 changes: 9 additions & 9 deletions docs/02-Blog/first-post.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
title: First Blog Post
slug: first-post
date: 2024-08-10 12:02:00
title: first-post
slug: lorem-ipsum
date: 2024-08-10 12:01:26
update: 2024-08-11 06:53:36
publish: "true"
tags: [tag1, tag2]
categories: cat1, cat2
tags: tag1, tag2
---
## Lorem Ipsum

### Lorem Ipsum


"Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..."
"There is no one who loves pain itself, who seeks after it and wants to have it, simply because it is pain..."
"Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit…"
"There is no one who loves pain itself, who seeks after it and wants to have it, simply because it is pain…"

<!-- more -->

Expand Down
192 changes: 0 additions & 192 deletions docs/03-Narkdown-Examples/Advanced formatting syntax.md

This file was deleted.

Loading

0 comments on commit b8a02b9

Please sign in to comment.