1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-25 20:52:43 +00:00
Commit Graph

503 Commits

Author SHA1 Message Date
Bastian Venthur
8ba56b6b27 Merge pull request #115 from venthur/dependabot/pip/pytest-7.4.0
Bump pytest from 7.3.2 to 7.4.0
2023-07-20 08:17:01 +02:00
dependabot[bot]
df84fbb96a Bump pytest from 7.3.2 to 7.4.0
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.3.2 to 7.4.0.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/7.3.2...7.4.0)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-17 14:35:36 +00:00
Bastian Venthur
609b49b6f2 updated changelog 2023-07-13 14:01:02 +02:00
Bastian Venthur
34d33d380c Merge pull request #109 from venthur/dependabot/pip/mkdocstrings-python--0.22.0
Bump mkdocstrings[python] from 0.20.0 to 0.22.0
2023-07-13 13:12:40 +02:00
Bastian Venthur
c1b16e9a82 Merge pull request #110 from venthur/dependabot/pip/mypy-1.4.1
Bump mypy from 1.2.0 to 1.4.1
2023-07-13 13:12:27 +02:00
dependabot[bot]
db1d81713c Bump mkdocstrings[python] from 0.20.0 to 0.22.0
Bumps [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) from 0.20.0 to 0.22.0.
- [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases)
- [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mkdocstrings/mkdocstrings/compare/0.20.0...0.22.0)

---
updated-dependencies:
- dependency-name: mkdocstrings[python]
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-13 10:20:57 +00:00
Bastian Venthur
ee3d289ea0 Merge pull request #113 from venthur/dependabot/pip/mkdocs-material-9.1.18
Bump mkdocs-material from 9.1.15 to 9.1.18
2023-07-13 12:20:34 +02:00
dependabot[bot]
75b926de67 Bump mypy from 1.2.0 to 1.4.1
Bumps [mypy](https://github.com/python/mypy) from 1.2.0 to 1.4.1.
- [Commits](https://github.com/python/mypy/compare/v1.2.0...v1.4.1)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-13 10:20:22 +00:00
Bastian Venthur
0b7e898f3a Merge pull request #105 from venthur/dependabot/pip/feedgenerator-2.1.0
Bump feedgenerator from 2.0.0 to 2.1.0
2023-07-13 12:20:13 +02:00
Bastian Venthur
acce7d1c32 Merge pull request #107 from venthur/dependabot/pip/pytest-cov-4.1.0
Bump pytest-cov from 4.0.0 to 4.1.0
2023-07-13 12:19:21 +02:00
dependabot[bot]
e4786eca74 Bump mkdocs-material from 9.1.15 to 9.1.18
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.1.15 to 9.1.18.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.1.15...9.1.18)

---
updated-dependencies:
- dependency-name: mkdocs-material
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-13 10:13:49 +00:00
Bastian Venthur
62f36cdd05 Merge pull request #114 from venthur/namespace_package
treat templates, static, and content as namespace packages
2023-07-13 12:10:51 +02:00
Bastian Venthur
111957883e updated changelog 2023-07-13 12:07:50 +02:00
Bastian Venthur
a1cfe01373 added MANIFEST.in 2023-07-13 10:21:54 +02:00
Bastian Venthur
3cfd756ac1 added data dirs to MANIFEST.in 2023-07-13 10:21:35 +02:00
Bastian Venthur
32fff6dabb treat templates, static, and content as namespace packages 2023-07-13 09:52:30 +02:00
Bastian Venthur
86826c0c03 list default template as package explicitily 2023-06-24 13:27:11 +02:00
Bastian Venthur
f646c89152 img's have max-width: 100% to avoid overflowing of big images 2023-06-24 13:25:17 +02:00
dependabot[bot]
1db80df0ce Bump pytest-cov from 4.0.0 to 4.1.0
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 4.0.0 to 4.1.0.
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v4.0.0...v4.1.0)

---
updated-dependencies:
- dependency-name: pytest-cov
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-19 14:57:56 +00:00
dependabot[bot]
2c15b2c2dd Bump feedgenerator from 2.0.0 to 2.1.0
Bumps [feedgenerator](https://github.com/getpelican/feedgenerator) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/getpelican/feedgenerator/releases)
- [Changelog](https://github.com/getpelican/feedgenerator/blob/main/CHANGELOG.md)
- [Commits](https://github.com/getpelican/feedgenerator/compare/2.0.0...2.1.0)

---
updated-dependencies:
- dependency-name: feedgenerator
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-19 14:57:50 +00:00
Bastian Venthur
44d5c4d694 corrected screenshot path 2023-06-17 15:29:46 +02:00
Bastian Venthur
1ebae15cda added screenshot 2023-06-17 15:24:00 +02:00
Bastian Venthur
175812e18c prepared version 2.0.0 2.0.0 2023-06-16 23:06:47 +02:00
Bastian Venthur
08af02b9d1 more fixes for rtd 2023-06-16 22:30:18 +02:00
Bastian Venthur
a6e0a7168c removed docs/api.md 2023-06-16 22:20:11 +02:00
Bastian Venthur
da364efd6c more rtd config 2023-06-16 22:15:41 +02:00
Bastian Venthur
d918e8e0f9 configure readthedocs 2023-06-16 22:14:03 +02:00
Bastian Venthur
75b7878780 Merge pull request #104 from venthur/mkdocs
Mkdocs
2023-06-16 22:06:50 +02:00
Bastian Venthur
86868c7c52 updated changelog 2023-06-16 12:26:41 +02:00
Bastian Venthur
92ad157e31 fixed highlighting 2023-06-16 12:26:09 +02:00
Bastian Venthur
b90a54d094 replaced sphinx with mkdocs 2023-06-16 11:53:17 +02:00
Bastian Venthur
76b06b31f9 Merge branch 'master' into mkdocs 2023-06-16 10:36:49 +02:00
Bastian Venthur
0349bd3359 reformatted code 2023-06-16 10:25:21 +02:00
Bastian Venthur
f6c5eaf375 added tests/conftest.py to dist
closes: #103
2023-06-16 10:21:12 +02:00
Bastian Venthur
19b41f73f8 updated deps 2023-06-16 10:06:47 +02:00
Bastian Venthur
d6ed2d71d5 small fixed to blag quickstart 2023-06-16 09:55:17 +02:00
Bastian Venthur
7e22f00ac5 updated default theme 2023-06-16 09:45:05 +02:00
Bastian Venthur
6708c6c80a Merge pull request #102 from venthur/better_default_theme
Improved the default theme.
2023-06-16 09:35:27 +02:00
Bastian Venthur
ace1104df0 Merge branch 'master' into better_default_theme 2023-06-16 09:34:08 +02:00
Bastian Venthur
61cdae6b56 Merge pull request #98 from venthur/split_archive
Split Archive into Index and Archive
2023-06-16 09:25:45 +02:00
Bastian Venthur
6b928e4953 WIP 2023-06-16 09:24:27 +02:00
Bastian Venthur
cde5b53298 Merge branch 'master' into split_archive 2023-06-13 16:37:52 +02:00
Bastian Venthur
fe268516e3 Improved the default theme.
Closes: #48
2023-06-13 16:29:44 +02:00
Bastian Venthur
e1b1ebde32 Merge pull request #99 from venthur/dont_use_internal_templates
Don't use internal templates anymore.
2023-06-13 16:21:37 +02:00
Bastian Venthur
f97e641bd8 added test for quickstart creating the templates 2023-06-01 14:02:04 +02:00
Bastian Venthur
c952c574b7 Don't use internal templates anymore.
Blag will throw an error if a template is not found locally. The error
message contains an explanation for the user on where to get the missing
templates.

Quickstart will generate templates for the user in the working
directory.

Updated tests appropriately.
2023-06-01 13:35:33 +02:00
Bastian Venthur
362e721d88 Split Archive into Index and Archive 2023-05-31 15:53:49 +02:00
Bastian Venthur
a3572d414f added blag.templates to packages 1.5.0 2023-04-16 10:57:44 +02:00
Bastian Venthur
128d3f032d updated changelog 2023-04-16 10:49:06 +02:00
Bastian Venthur
e765d6b717 eclude py38 on windows 2023-04-16 10:37:06 +02:00