Skip to content

Commit dfd9b00

Browse files
committed
edits and fixes
1 parent 182339e commit dfd9b00

Some content is hidden

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

57 files changed

+27480
-0
lines changed

.DS_Store

8 KB
Binary file not shown.

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.Rproj.user
2+
.Rhistory
3+
.RData
4+
.Ruserdata
5+
README.html
6+
README_files/
7+
8+
/.quarto/

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Persona website and portfolio
2+
3+
This is my personal website presenting my background, skills and contact details.
4+
5+
[esteveaq.github.io](https://esteveaq.github.io/ "https://esteveaq.github.io")

_quarto.yml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
project:
2+
type: website
3+
output-dir: docs
4+
5+
website:
6+
# title: "Esteve Aqachmar"
7+
search: false
8+
google-analytics: "G-6757JXF874"
9+
# cookie-consent: # U.S visitors only
10+
# type: express
11+
# style: simple
12+
navbar:
13+
background: "#243B9D"
14+
left:
15+
- href: index.qmd
16+
right:
17+
- href: blog.qmd
18+
- icon: linkedin
19+
href: https://www.linkedin.com/in/esteveaqachmar/
20+
- icon: twitter-x
21+
href: https://twitter.com/esteveaqa
22+
- icon: github
23+
href: https://github.com/esteveaq
24+
page-footer:
25+
center:
26+
- text: "Home"
27+
href: https://esteveaq.github.io/
28+
- icon: linkedin
29+
href: https://www.linkedin.com/in/esteveaqachmar/
30+
- icon: twitter-x
31+
href: https://twitter.com/esteveaqa
32+
- icon: github
33+
href: https://github.com/esteveaq
34+
- text: "2025"
35+
background: "#243B9D"
36+
37+
format:
38+
html:
39+
theme: cosmo
40+
# css: styles.css
41+
toc: false
42+
43+
44+

blog.qmd

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: "Blog"
3+
editor: source
4+
listing:
5+
contents: "posts/*/*.qmd"
6+
categories: true
7+
sort: "date desc"
8+
type: grid
9+
---

docs/CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
esteve.aqachmar.org

0 commit comments

Comments
 (0)