From c1a42eed46bd5014173fc637ac721c0c30cf008b Mon Sep 17 00:00:00 2001 From: Matt Gibson Date: Fri, 5 Apr 2024 17:47:20 +1100 Subject: [PATCH] debug github action --- .github/workflows/pelican.yml | 2 +- README.md | 10 ++++++++++ content/pages/About.md | 2 -- content/pages/CV.md | 2 -- requirements.txt | 2 +- urbanophile.github.io.code-workspace | 8 ++++++++ 6 files changed, 20 insertions(+), 6 deletions(-) create mode 100644 urbanophile.github.io.code-workspace diff --git a/.github/workflows/pelican.yml b/.github/workflows/pelican.yml index c293492..5614c97 100644 --- a/.github/workflows/pelican.yml +++ b/.github/workflows/pelican.yml @@ -11,4 +11,4 @@ jobs: pages: "write" id-token: "write" with: - settings: "publishconf.py" \ No newline at end of file + settings: "pelicanconf.py" \ No newline at end of file diff --git a/README.md b/README.md index 6401db0..3e2cc5a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/content/pages/About.md b/content/pages/About.md index 704bddd..8ddcc91 100644 --- a/content/pages/About.md +++ b/content/pages/About.md @@ -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). diff --git a/content/pages/CV.md b/content/pages/CV.md index b9f1cc8..33a550d 100644 --- a/content/pages/CV.md +++ b/content/pages/CV.md @@ -1,8 +1,6 @@ ---- Title: CV Author: Matt Gibson Summary: My CV ---- Looking for work. My email can be found on my github commits. diff --git a/requirements.txt b/requirements.txt index 2436077..61f76ce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/urbanophile.github.io.code-workspace b/urbanophile.github.io.code-workspace new file mode 100644 index 0000000..876a149 --- /dev/null +++ b/urbanophile.github.io.code-workspace @@ -0,0 +1,8 @@ +{ + "folders": [ + { + "path": "." + } + ], + "settings": {} +} \ No newline at end of file