* feat: allow blogs to have multiple authors
This requires us to update the `author` front-matter, requiring it to be
an array of objects instead of a single string. This paves the way for
us to include further author metadata.
For now we only add "name" which expects a string.
* feat: allow linking to author GitHub profiles
This adds the ability for authors to add their GitHub username to the
blog posts they author. If they provide this then their name will be
linked to their GitHub profile page.
* feat: add GitHub profile images to author lines
This adds a small profile image to author lines that have a GitHub.
* feat: add author URLs to the feeds
* fix: space the authors a little more
The authors looked a little bunched up, a left margin on each of them
reads a little better.
Co-Authored-By: Wes Todd <wesleytodd@users.noreply.github.com>
* fix: improve readability of the feed entry Liquid
Co-Authored-By: Sebastian Beltran <bjohansebas@users.noreply.github.com>
* feat: add author image for the technical committee
Co-Authored-By: Sebastian Beltran <bjohansebas@users.noreply.github.com>
* fix: set a width and height on author images
This ensures we still display a circle if, for some reason, the image
that we get isn't a perfect square.
Co-Authored-By: Shubham Oulkar <ShubhamOulkar@users.noreply.github.com>
---------
Co-authored-by: Wes Todd <wesleytodd@users.noreply.github.com>
Co-authored-by: Sebastian Beltran <bjohansebas@users.noreply.github.com>
Co-authored-by: Shubham Oulkar <ShubhamOulkar@users.noreply.github.com>
Fix formatting of *s
Problem: instead of showing asterisks on each line, the website has the text formatted bold and no line breaks.
Solution: add ` ` at the end of the line to break the lines.
Solution: escape the `*` as `\*` to avoid that they are interpreted as formatting commands.
This adds two new feeds to the site: `feed.xml` includes all blog posts,
and `vulnerabilities.xml` includes all posts tagged with
`vulnerabilities`.
Resolves#1763
---------
Co-authored-by: Sebastian Beltran <bjohansebas@gmail.com>
* Add description to each page (#1639)
* fix: rersolved description issues and also added the descriptions in the es folder
* feat: added descriptions in all the languages
* Add link to issue 1500, minor rewording
* Remove date-matching_filename item per @chrisdel101
---------
Co-authored-by: Rand McKinney <rmckinne@adobe.com>
* Issue #1483
- add blog post to header
- add min height to posts page
- add blog/posts index page
* Issue #1483
- add single template style to posts page; will handle all post displays
- build posts template styles
* Issue #1483
- add futher posts index styles (based on shopify blog UI)
- remove parens in liquid
* Issue #1483
- liquid func to strip out top part of excerpt
- add active to first item
* Issue #1483
- add gutter links for tags
- add JS to handle gutter tags
- add CSS for gutter + posts
- add blog specfic layout
* Issue #1483
- add search bar style adjustments
* Issue #1483
- adjust tags side menu and remove from workflow
- add in second side menu
- add How To write Post page
- add more styles
* Issue #1483
- add example post page layout
- add all links to side menu
* Issue #1483
- readd post width 100%; imgs are not all same size this way
- add border to post
- change menu text color
- save 3 sample posts to use for preview - will need deletig
* Issue #1483
- update file names
* Issue #1483
- change file name
* Issue #1483
- change updated file name
- fix wrong example link
- fix wrong div placement
* PR #1519
- remove example post
- add Posts menu to gutter
* PR #1519
- add href to posts menu
- add styles to post menu
- adjust dark styles to post menu
* PR #1519
- adjust posts filter author
- add Welcome post
* PR #1519
- small text changes
* PR #1519
- revamp write a post instructions
- re-name css variables
- increase post font size
- add custom image to blog
- add comment about img
* PR #1519
- adjust headings
- small adjust content
* PR #1519
- add new line about pre-approval
* Update css/style.css
Co-authored-by: Michael Esteban <mickel13@gmail.com>
* PR #1519
- add bullet about how to use preview feature
* PR #1519
- fix typo
* fix typo
* Update 2024-05-25-welcome-post.md
Some edits to the initial blog post.
* Update 2024-05-25-welcome-post.md
- Add blank subtitle
* PR #1519
- remove image and related markup/css
* Add blog to jekyll config, update blog layout template
* PR #1519
- move more to config
- add conds to all to avoid errors in layout
- remove excerpt sep since it's not needed
* PR #1519
- remove quotes
- update write file
* PR #1519
- lower transition fade time
* Further changes, hopefully close to final
* Fix issues that Chris raised, etc.
* Add all posts to blog menu
* Change link for Blog menu item to latest post
* PR #1519
- add mobile styles to write.md image
- remove unused cond in post.html
- remove active class in post.md
* PR #1519 Small styles remove dummies
- remove dumm posts
- move inline styles from post
- remove css comments
- add small margins
* PR #1519
- Remove image
- undo css first child change
---------
Co-authored-by: Michael Esteban <mickel13@gmail.com>
Co-authored-by: Rand McKinney <crandmck@yahoo.com>