Skip to content

Commit

Permalink
debug github action
Browse files Browse the repository at this point in the history
  • Loading branch information
urbanophile committed Apr 5, 2024
1 parent 631fe44 commit c1a42ee
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pelican.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
pages: "write"
id-token: "write"
with:
settings: "publishconf.py"
settings: "pelicanconf.py"
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,13 @@ git push origin master
```

output is a separate repo for website which is a git submodule. Also the theme is separate submodule, so don't forget to clone that.


## Blogs using Pelican

using markdown
- https://github.com/TheDigitalCatOnline/blog_source

using rst
- https://github.com/benhoff/blog
- https://github.com/getpelican/pelican-blog
2 changes: 0 additions & 2 deletions content/pages/About.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
---
Title: About Me
Author: Matt Gibson
Summary: About me page
save_as: index.html
---

I am a software and machine learning developer in [Sydney](http://en.wikipedia.org/wiki/Sydney), NSW, Australia. I like [computing](https://en.wikipedia.org/wiki/MOS_Technology_6502), [data](https://search.r-project.org/CRAN/refmans/vcd/html/HorseKicks.html), [machine learning](https://pytorch.org/) and [cooking](https://web.archive.org/web/20160210065535/http://www.seriouseats.com/the-food-lab/?ref=nav_main). I'm delighted by the scientific enterprise which allows us ["to see a World in a Grain of Sand"](https://www.poetryfoundation.org/poems/43650/auguries-of-innocence).

Expand Down
2 changes: 0 additions & 2 deletions content/pages/CV.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
Title: CV
Author: Matt Gibson
Summary: My CV
---


Looking for work. My email can be found on my github commits.
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ docutils==0.20.1
feedgenerator==2.1.0
idna==3.6
Jinja2==3.1.3
Markdown==3.5.2
Markdown==3.6
markdown-it-py==3.0.0
MarkupSafe==2.1.3
mdurl==0.1.2
Expand Down
8 changes: 8 additions & 0 deletions urbanophile.github.io.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"folders": [
{
"path": "."
}
],
"settings": {}
}

0 comments on commit c1a42ee

Please sign in to comment.