File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # JuliaGeophysics Website
2-
3- Website for the JuliaGeophysics organization, built with [ Quarto] ( https://quarto.org/ ) .
4-
5- ## Building Locally
6-
7- ### Requirements
8-
9- - [ Quarto] ( https://quarto.org/docs/get-started/ ) (v1.4+)
10-
11- ### Build
12-
13- ``` bash
14- quarto render
15- ```
16-
17- This generates the site in the ` docs/ ` directory.
18-
19- ### Preview
20-
21- ``` bash
22- quarto preview
23- ```
24-
25- This starts a local development server at ` http://localhost:3000/ ` with hot-reload.
26-
27- ## Structure
28-
29- - ` index.qmd ` — Home page
30- - ` magnetotellurics/ ` — MT methods and packages
31- - ` gravity/ ` — Gravity methods and packages
32- - ` publications/ ` — Research publications
33- - ` gallery/ ` — Visualizations and case studies
34- - ` styles.scss ` — Custom styling
35- - ` _quarto.yml ` — Quarto configuration
36-
37- ## Deploying to GitHub Pages
38-
39- After pushing changes to ` main ` , the ` docs/ ` folder is served automatically.
40-
41- ## Contributing
42-
43- See [ JuliaGeophysics] ( https://github.com/JuliaGeophysics ) for more information on contributing to our packages.
1+ # JuliaGeophysics.github.io
442
45- ---
3+ Homepage for the JuliaGeophysics organization, built with Quarto.
464
47- # JuliaGeophysics.github.io
48- Homepage for JuliaGeophysics
5+ Local build: ` quarto render `
6+ Local preview: ` quarto preview `
You can’t perform that action at this time.
0 commit comments