![]() README.md updated to remind me how to operate this :-) |
||
---|---|---|
blog | ||
blogSource | ||
buma | ||
src | ||
.eslintrc.json | ||
.gitignore | ||
.prettierrc.json | ||
README.md | ||
index.html | ||
newpage | ||
package.json | ||
serve | ||
tsconfig.json | ||
watch |
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