Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: Releases

on:
push:
tags:
- 'v*'

jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.10'

- name: Install Poetry
run: pip install poetry

- name: Build Package
run: poetry build

- name: Create Release
uses: ncipollo/release-action@v1
with:
artifacts: "dist/*.tar.gz"
bodyFile: "body.md"
token: ${{ secrets.GH_PAT }}
10 changes: 10 additions & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
project:
type: hugo

format:
hugo-md:
code-fold: true

execute:
warning: false
freeze: true
2 changes: 1 addition & 1 deletion assets/jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"baseUrl": ".",
"paths": {
"*": [
"../../../../../Library/Caches/hugo_cache/modules/filecache/modules/pkg/mod/github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5@v5.8.2-0.20231005175211-f6330d58f5e4/assets/*"
"../../../../../Library/Caches/hugo_cache/modules/filecache/modules/pkg/mod/github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5@v5.8.2-0.20231022220123-110377e4b8e7/assets/*"
]
}
}
Expand Down
3 changes: 3 additions & 0 deletions body.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Website

* Utilities for handling new post creation in a series using invoke
2 changes: 1 addition & 1 deletion config/_default/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ paginate: 10
enableEmoji: true
enableRobotsTXT: true
footnotereturnlinkcontents: <sup>^</sup>
ignoreFiles: [\.ipynb$, .ipynb_checkpoints$, \.Rmd$, \.Rmarkdown$, _cache$]
ignoreFiles: [ \.qmd$, \.py$, \.R$,\.ipynb$, .ipynb_checkpoints$, \.Rmd$, \.Rmarkdown$, _cache$]
permalinks:
# event: '/talk/:slug/'
tags: '/tag/:slug/'
Expand Down
2 changes: 1 addition & 1 deletion config/_default/params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ features:
theme_light: github-light
theme_dark: dracula
math:
enable: false
enable: true
privacy_pack:
enable: false
repository:
Expand Down
14 changes: 14 additions & 0 deletions content/post/2023-10-23-books-i-read-in-2023/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: Books I Read in 2023
categories: ["musings"]
commentable: true
tags: ["books"]
authors:
- admin
url: "/book-reading-list-2023/"
date: 2023-10-23T15:47:24+02:00
draft: true
---

hello
{{< gallery album="demo" >}}
Binary file removed content/post/getting-started/featured.jpg
Binary file not shown.
108 changes: 0 additions & 108 deletions content/post/getting-started/index.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

11 changes: 0 additions & 11 deletions content/post/writing-a-scraper-that-scales-series/_index.md

This file was deleted.

Binary file removed content/post/writing-technical-content/featured.jpg
Binary file not shown.
Loading