Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup quarto #3

Merged
merged 2 commits into from
May 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 55 additions & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
project:
type: website


website:
title: "Introduction to Zotero"
page-footer:
center: "Copyright, 2024 Open Science Center at LMU Munich"
border: false
search:
location: sidebar
repo-url: https://github.com/lmu-osc/introduction-to-zotero
repo-actions: [edit, issue]
back-to-top-navigation: true
page-navigation: true


navbar:
right:
- about.qmd
left:
- href: index.qmd
text: Home
tools:
- icon: github
menu:
- text: Source Code
url: https://github.com/lmu-osc/introduction-to-zotero
- text: Report a Bug
url: https://github.com/lmu-osc/introduction-to-zotero/issues
- icon: house-heart
url: https://www.osc.uni-muenchen.de/index.html


sidebar:
style: "docked"
# background: "#cfc7c6"
contents:
- text: "Overview"
href: index.qmd
- section: "Background"
contents:
- href: part_one.qmd
text: "Temp"

ormat:
html:
theme: cosmo
css: styles.css
toc: true
fontsize: 13pt
code-overflow: wrap



6 changes: 6 additions & 0 deletions index.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "intro"
format: html
---

site landing
7 changes: 7 additions & 0 deletions part_one.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "placeholder"
format: html
---


temp page
9 changes: 9 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/* css styles */

.nav-page .nav-page-text {
font-size: 15pt;
}

.sidebar-item-text.sidebar-link.text-start {
color: black;
}