Go to file
Harald Kirsch 4df2d5cc64 Generates the blog content now right into ./blog without detour through ./build
README.md updated to remind me how to operate this :-)
2023-11-09 19:38:55 +01:00
blog Adds feature to leave out --DRAFT-- marked content from preview and toc 2023-11-09 19:27:16 +01:00
blogSource Adds feature to leave out --DRAFT-- marked content from preview and toc 2023-11-09 19:27:16 +01:00
buma Generates the blog content now right into ./blog without detour through ./build 2023-11-09 19:38:55 +01:00
src Generates the blog content now right into ./blog without detour through ./build 2023-11-09 19:38:55 +01:00
.eslintrc.json Moves slightly elaborate Javascript out of index.html into a typescript module 2022-08-27 11:23:13 +02:00
.gitignore Rearranges directory setup and adds PoC type Java static generator 2023-03-18 12:26:36 +01:00
.prettierrc.json Moves slightly elaborate Javascript out of index.html into a typescript module 2022-08-27 11:23:13 +02:00
README.md Generates the blog content now right into ./blog without detour through ./build 2023-11-09 19:38:55 +01:00
index.html Fixes link to arrangimage 2023-11-09 18:24:08 +01:00
newpage Adds HTML title to the page 2023-08-29 09:50:43 +02:00
package.json Moves slightly elaborate Javascript out of index.html into a typescript module 2022-08-27 11:23:13 +02:00
serve Adds helper scripts 2023-10-12 19:38:28 +02:00
tsconfig.json Adds styling, sitetoc toggling and transformation of fixed-content 2023-03-18 14:27:23 +01:00
watch Adds helper scripts 2023-10-12 19:38:28 +02:00

README.md

You are looking at the source code of my blog which is here.

Notes To Self

  • Add --DRAFT-- to a new page to prevent it from being rendered to the preview or the toc.

  • No need for boiler plate <p>...</p>, the typical double linefeed suffices.

  • Blog internal links should be written as href="/blabla", i.e. with an absolute link as if the blog's root is right at the host:port part. These will be rewritten to relative links with sufficient ../ parts to work even with an initial path after the live root.

To generate the blog:

  • Run buma -f buma/Buma.java
  • Check changes in ./blog with git, commit and push