- Use the Github.com interface
- Go to https://github.com/jbossorg/jbossorg.github.io/tree/src/src/content/posts
- Add file >> "Create new file" OR "Upload files"
- File name should be in the format
weekly-yyyy-mm-dd.adoc
- Use the
src
git branch- Run
git clone --single-branch --branch src https://github.com/jbossorg/jbossorg.github.io.git jbossorg
- Add a file named in the format of
weekly-yyyy-mm-dd.adoc
tojbossorg/src/content/posts
- Run
- Front Matter (first four lines of the post file) should be:
= JBoss Weekly Editorial 14 May 2020
(or a relatively unique title that isn't just "JBoss Weekly Editorial")Firstname Surname
YYYY-MM-DD
:tags: any, tags, you-want, comma-separated
- Commit and Push the changes or create a Pull Request to the
src
branch
The website aggregates community blogs and index 20 most recent posts.
To add a new blog you need to:
- Add your blog's RSS/ATOM url into aggregator-feeds.yaml.
- Create a pull request to the
src
branch.
- A Pull Request to the
src
branch will publish to the staging site - If you want to embed any images into the site, place them in
src/img/
- Profile images for authors are found under
src/img/people
if you don't like the default just update yours