My Quarto Project
An Example of Best Practices
This is the main page of my Quarto project, demonstrating best practices in YAML configuration.
1 Sign in
このウェブサイトは quarto を使用して作成しています
This page will be updated as needed.
===
^UC
An Example of Best Practices
This is the main page of my Quarto project, demonstrating best practices in YAML configuration.
watanabe3tipapa
November 12, 2024
このウェブサイトは quarto を使用して作成しています
This page will be updated as needed.
===
^UC
---
title: "My Quarto Project"
subtitle: "An Example of Best Practices"
author: "watanabe3tipapa"
date: last-modified
description: |
This is the main page of my Quarto project,
demonstrating best practices in YAML configuration.
lang: jp
toc: true
number-sections: true
highlight-style: github
code-fold: show
execute:
echo: false
warning: false
format:
html:
css: custom-styles.css
pdf:
documentclass: article
papersize: a4
---
# Sign in
このウェブサイトは quarto を使用して作成しています
<form action="YOUR_SIGNIN_ENDPOINT" method="POST">
<label for="username">ユーザー名:</label> <input type="text" id="username" name="username" required>
<label for="password">パスワード:</label> <input type="password" id="password" name="password" required>
<button type="submit">サインイン</button>
</form>
> This page will be updated as needed.
------------------------------------------------------------------------
===
\^UC