https://github.com/danielfrg/danielfrg.com
Source for danielfrg.com
https://github.com/danielfrg/danielfrg.com
Last synced: about 1 year ago
JSON representation
Source for danielfrg.com
- Host: GitHub
- URL: https://github.com/danielfrg/danielfrg.com
- Owner: danielfrg
- License: apache-2.0
- Created: 2013-09-30T21:31:22.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2025-04-05T22:06:34.000Z (about 1 year ago)
- Last Synced: 2025-04-05T23:18:53.258Z (about 1 year ago)
- Language: HTML
- Homepage: https://danielfrg.com
- Size: 29.4 MB
- Stars: 20
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# danielfrg.com
[](https://github.com/danielfrg/danielfrg.com/actions/workflows/deploy.yml)
Source for [danielfrg.com](danielfrg.com).
## JS
```shell
pnpm install
pnpm dev
```
## Notebooks
We use `mkdocs-jupyter` to convert the notebooks to markdown.
We save the notebooks into `src/pages/blog/notebooks`
and we also commit the converted ones under `src/pages/blog`
Create Python environment:
```shell
mamba env create
conda activate danielfrg.com
```
Convert notebooks to markdown:
```shell
python nbconvert/convert.py
```