Skip to content

Commit f52fdd4

Browse files
Merge pull request #6 from panukatan/dev
re-structure website repository
2 parents a9c63e2 + 01e0972 commit f52fdd4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+11997
-44
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,3 @@
44
.Ruserdata
55

66
/.quarto/
7-
8-
docs

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# panukatan Website
1+
# panukatan Website <a href="https://panukatan.io" target="_blank"><img src="img/panukatan.png" width="200" align="right" /></a>
22

33
[![Quarto Publish](https://github.com/panukatan/panukatan.github.io/actions/workflows/publish.yml/badge.svg)](https://github.com/panukatan/panukatan.github.io/actions/workflows/publish.yml)
44

@@ -11,6 +11,3 @@ The **panukatan** project exemplifies a collaborative effort to create a robust
1111
## About this repository
1212

1313
This repository builds and serves the panukatan [website](https://oxford-ihtm.io).
14-
15-
16-

_quarto.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
project:
22
type: website
3-
output-dir: docs
43

54
website:
65
title: panukatan
76
site-url: https://panukatan.io
87
navbar:
98
title: panukatan
109
background: info
11-
logo: /img/panukatan.png
10+
logo: images/panukatan.png
1211
logo-alt: panukatan logo
1312
tools:
1413
- icon: github
@@ -17,23 +16,24 @@ website:
1716
- href: index.qmd
1817
text: Home
1918
- text: Projects
20-
menu:
21-
- href: projects/software.qmd
22-
- href: projects/workflow.qmd
19+
href: docs/projects/index.qmd
20+
# menu:
21+
# - href: projects/software.qmd
22+
# - href: projects/workflow.qmd
2323
- text: About
2424
menu:
25-
- href: about/team.qmd
26-
- href: about/contact.qmd
25+
- href: docs/about/team.qmd
26+
- href: docs/about/contact.qmd
2727
sidebar:
28-
logo: /img/panukatan.png
28+
logo: images/panukatan.png
2929
logo-alt: panukatan logo
3030
page-footer:
3131
center: "Copyright 2024, Ernest Guevarra"
3232
background: light
3333
border: false
3434
reader-mode: true
3535
repo-url: https://github.com/panukatan/panukatan.github.io
36-
repo-actions: [edit, source, issue]
36+
repo-actions: [edit, issue]
3737
issue-url: https://github.com/panukatan/panukatan.github.io/issues
3838
cookie-consent:
3939
type: express

_site/CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
panukatan.io

0 commit comments

Comments
 (0)