Skip to content

Commit

Permalink
Create minimum website
Browse files Browse the repository at this point in the history
Update css file
  • Loading branch information
NeuroShepherd committed May 31, 2024
1 parent 4498297 commit 9752c37
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 2 deletions.
40 changes: 38 additions & 2 deletions _quarto.yml
Original file line number Diff line number Diff line change
@@ -1,19 +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
- about.qmd
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"

format:
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
8 changes: 8 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
/* css styles */

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

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

0 comments on commit 9752c37

Please sign in to comment.