Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Description

Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change.

Issue: [📌 ISSUE](#)

## Type of change

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Documentation updated (documentation was updated and published)

# Checklist:

- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged and published in downstream modules
2 changes: 1 addition & 1 deletion LAST_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.2.0.dev2
File renamed without changes.
4 changes: 2 additions & 2 deletions pyproject.toml → _pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "mkdocs_simple_blog"
version = "0.1.0"
version = "0.2.0.dev2"
authors = [
{ name="Fernando Celmer", email="[email protected]" },
]
Expand Down Expand Up @@ -30,7 +30,7 @@ Documentation = "https://github.com/FernandoCelmer/mkdocs-simple-blog/blob/maste

[tool.poetry]
name = "mkdocs_simple_blog"
version = "0.1.0"
version = "0.2.0.dev2"
description = "Mkdocs Blog Theme"
authors = ["Fernando Celmer <[email protected]>"]
readme = "README.md"
Expand Down
15 changes: 14 additions & 1 deletion docs/nav/development/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
# Release

March 25, 2023
March 16, 2025

---

## v0.2.0

- [📦 PyPI - Build 0.2.0](https://github.com/FernandoCelmer/mkdocs-simple-blog/releases/tag/v0.2.0)
- [📌 great product love it but](https://github.com/FernandoCelmer/mkdocs-simple-blog/issues/47)
- [📌 Mobile First Sidebar](https://github.com/FernandoCelmer/mkdocs-simple-blog/issues/45)

## v0.1.0

- [📦 PyPI - Build 0.1.0](https://github.com/FernandoCelmer/mkdocs-simple-blog/releases/tag/v0.0.1)
- [📌 [Feature Request] Simple code syntax highlighting](https://github.com/FernandoCelmer/mkdocs-simple-blog/issues/35)
- [📌 Software license update](https://github.com/FernandoCelmer/mkdocs-simple-blog/issues/39)
- [📌 Is there a sidebar in this theme?](https://github.com/FernandoCelmer/mkdocs-simple-blog/issues/23)

## v0.0.9

- [📦 PyPI - Build 0.0.9](https://github.com/FernandoCelmer/mkdocs-simple-blog/releases/tag/v0.0.9)
Expand Down
2 changes: 1 addition & 1 deletion mkdocs_simple_blog/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '0.1.0'
__version__ = '0.2.0.dev2'

__author__ = 'Fernando Celmer <[email protected]>'
7 changes: 4 additions & 3 deletions mkdocs_simple_blog/assets/css/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion mkdocs_simple_blog/assets/css/main.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions mkdocs_simple_blog/assets/css/media.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions mkdocs_simple_blog/assets/css/mkdocstrings.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mkdocs_simple_blog/assets/css/root.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading