-
-
Notifications
You must be signed in to change notification settings - Fork 361
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create blog/
component in antora docsite
#4151
Conversation
:page-aliases: xref:mill:ROOT:comparisons/java-compile.adoc | ||
|
||
_Li Haoyi, 29 November 2024_ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:page-aliases: xref:mill:ROOT:comparisons/java-compile.adoc | |
_Li Haoyi, 29 November 2024_ | |
:page-aliases: xref:mill:ROOT:comparisons/java-compile.adoc | |
:author: Li Haoyi | |
:revdate: 29 November 2024 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't know, it they already render as you want, but these a the default attributes to use. They are also used in document/HTML meta data.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you know if the :author:
and :revdate:
attributes get shown anywhere? Otherwise we'll have to include it in the text manually anyway
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It depends on the template that Antora uses. I haven't checked yet. If you need to include it manually, you should keep the tags and refer to them with {author}
and {revdate}
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ended up doing the {author} {revdate}
thing
Fixes #4108
For now we move the
compile-java.adoc
post over there with an appropriate forwarder, and added another postWhy Use a Monorepo Build Tool?
. We can write more posts going forward