-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
67 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
--- | ||
layout: home | ||
|
||
hero: | ||
name: ortfo/db's | ||
text: features | ||
tagline: explore what ortfo/db can do to simply your portfolio website creation | ||
actions: | ||
- theme: alt | ||
text: Install ortfo/db | ||
link: /db/getting-started | ||
|
||
features: | ||
- icon: 📝 | ||
title: Extra markdown features | ||
details: ortfo/db supports declaring abbreviations and footnotes (and maybe more in the future!) | ||
link: /db/markdown | ||
- title: Tags | ||
details: Categorize your projects with tags | ||
link: /db/tags | ||
icon: 🏷️ | ||
- title: Technologies | ||
details: List the things you used to make your projects | ||
link: /db/technologies | ||
icon: 🛠️ | ||
- icon: 🗃️ | ||
title: Scattered mode | ||
details: Put your portfolio's articles alongside your projects themselves | ||
link: /db/scattered-mode | ||
- title: Thumbnail generation | ||
details: Automatically generate thumbnails for your projects' media files | ||
link: /db/thumbnails | ||
icon: 🖼️ | ||
- title: Primary colors extraction | ||
details: Automatically extract the primary colors of your projects' images | ||
icon: 🎨 | ||
- title: Complex layouts | ||
details: Arrange your project description's <a href="/db/database-format#blocks">content blocks</a> in interesting ways | ||
link: /db/layouts | ||
icon: 📐 | ||
- title: Internationalization | ||
details: Translate your portfolio into multiple languages | ||
link: /db/internationalization | ||
icon: 🌐 | ||
- title: Client libraries | ||
details: Use the generated database in your code with autocompletion and type safety | ||
icon: 📚 | ||
- title: Exporters | ||
details: Send your database file to a web server, a cloud storage service, or use it in your favorite static site generator | ||
link: /db/exporters | ||
icon: 🧩 | ||
- title: JSON Schemas | ||
details: Great editing experience for ortfo/db's YAML files | ||
link: /db/json-schemas | ||
icon: 📜 | ||
- title: Command-line interface | ||
details: ortfo/db works with a command-line interface, making it easy to automate your portfolio's generation and integrate with other tools. | ||
link: /db/commands/global-options | ||
icon: 🤓 | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters