From bc4a07bbb593f8a3a2ff7665ad2a245099c76f52 Mon Sep 17 00:00:00 2001 From: James Schloss Date: Tue, 20 Feb 2024 15:33:34 +0100 Subject: [PATCH 1/3] updating workflow --- .github/workflows/documentation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 7af8b2c..76df377 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -24,6 +24,7 @@ jobs: with: version: '1' - run: | + julia --project=docs -e 'import Pkg; Pkg.develop(path=".")' julia --project=. make.jl env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From d8b5e5fc1003047d8c4a8d578a91d9ecfa81a1b0 Mon Sep 17 00:00:00 2001 From: James Schloss Date: Tue, 20 Feb 2024 15:41:49 +0100 Subject: [PATCH 2/3] meh --- .github/workflows/documentation.yml | 2 +- Project.toml | 2 +- src/{site.jl => scribbleios.jl} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename src/{site.jl => scribbleios.jl} (100%) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 76df377..538de85 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -24,7 +24,7 @@ jobs: with: version: '1' - run: | - julia --project=docs -e 'import Pkg; Pkg.develop(path=".")' + julia --project=. -e 'import Pkg; Pkg.instantiate()' julia --project=. make.jl env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/Project.toml b/Project.toml index a7e3ce9..0455e76 100644 --- a/Project.toml +++ b/Project.toml @@ -1,4 +1,4 @@ -name = "site" +name = "scribbleios" uuid = "43ef21f7-ab12-4fd6-b37e-70528d1ee7dd" authors = ["James Schloss "] version = "0.1.0" diff --git a/src/site.jl b/src/scribbleios.jl similarity index 100% rename from src/site.jl rename to src/scribbleios.jl From 4530688f7f5eca0142c85a9e085a0cd53bc73ff3 Mon Sep 17 00:00:00 2001 From: James Schloss Date: Tue, 20 Feb 2024 15:56:30 +0100 Subject: [PATCH 3/3] adding landing page --- make.jl | 1 - src/{content => }/index.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) rename src/{content => }/index.md (92%) diff --git a/make.jl b/make.jl index f6d35c4..d70b48b 100644 --- a/make.jl +++ b/make.jl @@ -4,7 +4,6 @@ makedocs( sitename="Scribbleios", authors="James Schloss (Leios)", pages = [ - "General Information" => "content/index.md", "2024" => Any[ "The Livestreaming Accident" => "content/2024/February/20.md", ], diff --git a/src/content/index.md b/src/index.md similarity index 92% rename from src/content/index.md rename to src/index.md index a249f9d..eea0b89 100644 --- a/src/content/index.md +++ b/src/index.md @@ -18,5 +18,5 @@ I would love to hear your feedback! All of the written text on this site was created by [James Schloss](https://github.com/leio) and is licensed under the [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode). -[

](https://creativecommons.org/licenses/by-sa/4.0/) +[![CC BY NC SA](./content/cc/by-nc-sa.svg)](https://creativecommons.org/licenses/by-sa/4.0/)