Skip to content

Commit

Permalink
feat: add YAML frontmatter
Browse files Browse the repository at this point in the history
  • Loading branch information
iluwatar committed Jun 9, 2024
1 parent cf67f6d commit 0cdf57c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# 30 Seconds of Java
---
title: "Essential Code Snippets Library for Java Developers"
shortTitle: Code Snippets Library
description: "Access a wide range of Java code snippets for implementing design patterns effectively. Our library offers ready-to-use examples to help you improve your coding and design skills."
language: en
---

## 30 Seconds of Java - Essential Code Snippets Library for Java Developers

Inspired by [30 seconds of code](https://github.com/Chalarangelo/30-seconds-of-code), this is a collection of reusable, tested, and copy-pasteable Java 17 compatible code snippets that you can understand in 30 seconds or less. If you're interested in contributing to this library, please see the [contribution guidelines](https://github.com/iluwatar/30-seconds-of-java/blob/master/CONTRIBUTE.md).

Expand Down

0 comments on commit 0cdf57c

Please sign in to comment.