Commit Graph

77 Commits

Author SHA1 Message Date
Bastian Venthur
c92130559c add missing docstrings 2023-09-20 15:09:28 +02:00
Bastian Venthur
f09b30d069 bump version 2023-08-27 15:28:39 +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
Bastian Venthur
1ebae15cda added screenshot 2023-06-17 15:24:00 +02:00
Bastian Venthur
175812e18c prepared version 2.0.0 2023-06-16 23:06:47 +02:00
Bastian Venthur
0349bd3359 reformatted code 2023-06-16 10:25:21 +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
ace1104df0 Merge branch 'master' into better_default_theme 2023-06-16 09:34:08 +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
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
128d3f032d updated changelog 2023-04-16 10:49:06 +02:00
Bastian Venthur
c06424cfdf bumped version, updated changelogs 2022-09-29 20:43:40 +02:00
Bastian Venthur
73672598e5 bumped version to prepare a new release 2022-09-01 19:03:43 +02:00
Bastian Venthur
87d619cc1c Re-formatted the code 2022-09-01 12:41:25 +02:00
Bastian Venthur
7b6b219cdf mark autoreload as NoReturn 2022-09-01 11:11:53 +02:00
Bastian Venthur
875fd85d65 removed types from docstrings now that we have type annotations.
note, the return value still needs to be in there.
2022-09-01 10:51:32 +02:00
Bastian Venthur
ebac0a8fc4 fixed for mypy --strict testing 2022-08-31 22:59:55 +02:00
Bastian Venthur
451fb1b260 try supporting py38 2022-08-31 19:54:32 +02:00
Bastian Venthur
322154041a WIP 2022-08-31 17:17:02 +02:00
Bastian Venthur
10bac5531f improved default template 2022-07-01 12:44:23 +02:00
Bastian Venthur
6d82d2ab79 Merge pull request #50 from venthur/loglevel
added --verbose option
2022-07-01 10:10:52 +02:00
Bastian Venthur
595356e915 bumped version 2022-06-29 21:27:55 +02:00
Bastian Venthur
138a78357a added --verbose option
this one increases the loglevel to 'debug'
2022-06-28 22:00:44 +02:00
Bastian Venthur
877c47c391 improved quickstart:
* respective default answers will be written to config if user provided
   no answer
 * added tests for quickstart
2022-06-28 21:02:51 +02:00
Bastian Venthur
35f6ef05b6 added version option 2022-06-20 12:30:27 +02:00
Bastian Venthur
7e8f2a5b9a prepare new version 2022-06-10 07:27:24 +02:00
Bastian Venthur
bfbedcc3df prepared 1.3.0 2022-06-09 21:26:47 +02:00
Bastian Venthur
788c07446d Fixed typo 2022-01-06 11:34:33 +01:00
Bastian Venthur
db30fe1d06 bumped version 2021-11-06 15:01:11 +01:00
Bastian Venthur
2366a2ae86 print the devserver URL to output 2021-11-06 14:57:37 +01:00
Bastian Venthur
78316725cf remove warning in test due to threading race condition we don´t care
about
2021-11-06 14:51:46 +01:00
Bastian Venthur
4f1632e3cd Immediately rebuild once when entering autoreload 2021-11-06 14:12:57 +01:00
Bastian Venthur
713b53d0d9 bumped version 2021-10-06 13:34:03 +02:00
Bastian Venthur
67f24642e5 bumped dependency to feedgenerator to version that uses description as a
subtitle for the feed.

bumped version.
2021-08-18 20:14:40 +02:00
Bastian Venthur
f1020637e6 bumped version, added changelog url 2021-06-22 22:13:04 +02:00
Bastian Venthur
79edd04ee8 added smartypants support 2021-04-18 13:03:05 +02:00
Bastian Venthur
9cdecdccf7 replaced args with cleandir where possible, removed tempdir 2021-03-29 13:22:04 +02:00
Bastian Venthur
6445f31204 fixed bug so empty tags don't throw an error 2021-03-29 12:39:52 +02:00
Bastian Venthur
98b97fbbbd fixed bug in blag where context was not provided to pages 2021-03-29 12:06:08 +02:00
Bastian Venthur
03663a855d added project urls 2021-03-28 11:16:41 +02:00
Bastian Venthur
0d2c54071e bumped version 2021-03-23 11:35:13 +01:00
Bastian Venthur
a8e14e86d0 added doc for blag.py 2021-03-22 10:32:51 +01:00
Bastian Venthur
cdc6639447 added markdown docs 2021-03-22 10:16:56 +01:00
Bastian Venthur
9c228165e9 updated docs for devserver 2021-03-22 10:09:30 +01:00
Bastian Venthur
2b3651e7d5 fixed typo 2021-03-22 09:40:40 +01:00
Bastian Venthur
2d3bb0c0f3 bumped version 2021-03-19 11:37:06 +01:00
Bastian Venthur
7f832a1445 added missing devserver.py m( 2021-03-19 11:24:58 +01:00