Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nateraw/naterawdotcom
My personal website/blog, made with Quarto
https://github.com/nateraw/naterawdotcom
blog personal-website quarto
Last synced: about 1 month ago
JSON representation
My personal website/blog, made with Quarto
- Host: GitHub
- URL: https://github.com/nateraw/naterawdotcom
- Owner: nateraw
- Created: 2023-11-09T08:56:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-03T05:28:07.000Z (8 months ago)
- Last Synced: 2024-05-04T02:37:52.441Z (8 months ago)
- Topics: blog, personal-website, quarto
- Language: Jupyter Notebook
- Homepage: https://nateraw.com
- Size: 26.1 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nateraw.com
My personal website/blog, made with [Quarto](https://quarto.org).
## Development
Install Quarto by following the instructions [here](https://quarto.org/docs/get-started/).
Then, make sure you have Python installed and run:
```bash
pip install -r requirements.txt
```To start the development server, run the following from the root of the repo:
```bash
quarto preview .
```## Deployment
Deployment happens through GitHub Actions. If you are setting this up for the first time, you have to:
- add a blank `gh-pages` branch
- Set up the repo to use GitHub Pages from the `gh-pages` branch
- Make sure the `CNAME` file is in the root of the repo with your domain name
- Set "read and write" permissions for the `GITHUB_TOKEN` in the repo's secrets, which you can find in the actions tab under the settings of the repo
- run `quarto publish gh-pages` locally once to set up the initial deployment
- then the action should work (if I haven't missed anything)## Additional Notes
- The `filter.py` script will add colab badges to the top of each notebook if you add `insert_colab_badge: true` in the metadata header of the notebook.