Skip to content

Commit cd0bd1f

Browse files
committed
Shorten README
1 parent 86f6853 commit cd0bd1f

1 file changed

Lines changed: 4 additions & 46 deletions

File tree

README.md

Lines changed: 4 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,6 @@
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`

0 commit comments

Comments
 (0)