Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefanbschneider/blog
My new blog based on Quarto.
https://github.com/stefanbschneider/blog
blog fastpages machine-learning quarto
Last synced: 6 days ago
JSON representation
My new blog based on Quarto.
- Host: GitHub
- URL: https://github.com/stefanbschneider/blog
- Owner: stefanbschneider
- Created: 2023-12-08T16:13:02.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-09T17:54:05.000Z (9 months ago)
- Last Synced: 2024-10-12T04:49:34.496Z (about 1 month ago)
- Topics: blog, fastpages, machine-learning, quarto
- Language: Jupyter Notebook
- Homepage: https://stefanbschneider.github.io/blog/
- Size: 35.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blog
My new blog, based on Quarto.
* GitHub repo (public!): https://github.com/stefanbschneider/blog
* Published blog: https://stefanbschneider.github.io/blog/
* My old blog, based on fastpages (now offline/migrated): https://github.com/stefanbschneider/old-blogWriting/editing blog posts:
* Add/adjust new posts in the `posts/` directory. Plain markdown or `.qmd` for executable code cells.
* Use `quarto preview` to locally preview the page. There's also a VSCode extension that allows preview within VSCode (enable preview on save).
* Commit the changes to `main`. This is where the page's source lives. This does not publish the changes yet!
* To publish the changes, run `quarto publish` and confirm publishing to GitHub pages. This generates the html and pushes it to a `gh-pages` branch, from where the blog is served. No GitHub actions needed.Further info and tips: https://quarto.org/docs/guide/