Skip to content

Commit

Permalink
add blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
cynber committed Mar 8, 2024
1 parent d2bee81 commit b7a394a
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 64 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
mkdocs-material-
- run: pip install mkdocs-glightbox
- run: pip install "mkdocs-material[imaging]"
- run: pip install mkdocs-rss-plugin
- run: pip install mkdocs-git-revision-date-localized-plugin
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force
48 changes: 0 additions & 48 deletions docs/About/blog-make-post.md

This file was deleted.

4 changes: 2 additions & 2 deletions docs/About/contribute-to-this.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
``` bash
pip install mkdocs-glightbox
pip install "mkdocs-material[imaging]"
pip install mkdocs-rss-plugin
pip install mkdocs-git-revision-date-localized-plugin
```

5. Run `mkdocs serve` to start the live-reloading docs server.
Expand Down Expand Up @@ -66,5 +66,5 @@ This is the body of the blog post. It is written in Markdown.
<!-- more -->
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod, nisl quis tincidunt aliquam, nunc nisl ultricies nunc, quis ultricies nisl nunc eget nunc.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod, nisl...
```
30 changes: 30 additions & 0 deletions docs/blog/posts/project-update-4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
authors:
- felicia
- kae
- justin
- rafi

categories:
- Project Update
- CPSC 444

date: 2024-03-12

draft: false

slug: project-update-4

---

# CPSC 444 L2B FacilityFinder - Blog Update #4

This blog post will

<!-- more -->

PLACEHOLDER




35 changes: 22 additions & 13 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,21 @@ repo_name: cynber/cs444-FacilityFinder
# uncomment and change to add a copyright message

plugins:
- git-revision-date-localized:
type: custom
custom_format: "Last updated: %B %d, %Y"
fallback_to_build_date: true
exclude:
- index.md
- search
- glightbox
# - social # windows installation is failing, disable for now
# - social:
# cards_layout_options:
# font_family: Noto Sans
# enabled: !ENV [CI, false]
- blog:
post_readtime: true
archive: false
- rss:
match_path: blog/posts/.*
date_from_meta:
as_creation: date
categories:
- categories
- tags

nav:
- Home: index.md
Expand All @@ -37,14 +39,19 @@ nav:


markdown_extensions:
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- admonition
- pymdownx.details
- pymdownx.superfences
- attr_list
- md_in_html
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- sane_lists

theme:
Expand Down Expand Up @@ -77,6 +84,8 @@ theme:
- navigation.indexes
- search.suggest
- search.highlight
- content.code.copy
- content.code.select
icon:
repo: fontawesome/brands/github

Expand Down

0 comments on commit b7a394a

Please sign in to comment.