From 5e3f5e788ee241e4fb010f48088dbe1547513714 Mon Sep 17 00:00:00 2001 From: Jens True Date: Sat, 7 Aug 2021 17:54:34 +0200 Subject: [PATCH] Theme update. Cleanup of projects YAML --- content/project/chip-8/index.md | 5 ---- .../{codingtests => coding-tests}/index.md | 2 +- content/project/controllib/index.md | 29 ------------------- content/project/imdb-to-hugo-md/index.md | 5 +--- content/project/tidstagning/index.md | 17 ----------- go.mod | 4 +-- go.sum | 4 +++ 7 files changed, 8 insertions(+), 58 deletions(-) rename content/project/{codingtests => coding-tests}/index.md (89%) diff --git a/content/project/chip-8/index.md b/content/project/chip-8/index.md index 1fa4ec0..cae01f4 100644 --- a/content/project/chip-8/index.md +++ b/content/project/chip-8/index.md @@ -1,15 +1,10 @@ --- -# Documentation: https://wowchemy.com/docs/managing-content/ - title: "CHIP-8 (PHP)" summary: "A CHIP-8 emulator written in PHP." categories: ["PHP"] -# Optional external URL for project (replaces project detail page). external_link: "https://github.com/furyfire/chip-8" image: - caption: "CHIP-8" - focal_point: "" preview_only: false --- diff --git a/content/project/codingtests/index.md b/content/project/coding-tests/index.md similarity index 89% rename from content/project/codingtests/index.md rename to content/project/coding-tests/index.md index d4deb91..e8f65e9 100644 --- a/content/project/codingtests/index.md +++ b/content/project/coding-tests/index.md @@ -1,5 +1,5 @@ --- -title: "Codingtests" +title: "Coding Tests" summary: "Few solutions for classic online coding challenges. (CodeChef, ProjectEuler)" categories: ["PHP", "C", "Lua", "Ruby"] external_link: "https://github.com/furyfire/codingtests" diff --git a/content/project/controllib/index.md b/content/project/controllib/index.md index 0aedac3..4c54a62 100644 --- a/content/project/controllib/index.md +++ b/content/project/controllib/index.md @@ -1,6 +1,4 @@ --- -# Documentation: https://wowchemy.com/docs/managing-content/ - title: "Control Library" summary: "A library for quick and easy implementation of regulation and control loops. (PID)" @@ -10,33 +8,8 @@ date: 2021-07-21T20:49:38+02:00 # Optional external URL for project (replaces project detail page). external_link: "" -# Featured image -# To use, add an image named `featured.jpg/png` to your page's folder. -# Focal points: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight. image: - caption: "Control loop" - focal_point: "" preview_only: false - -# Custom links (optional). -# Uncomment and edit lines below to show custom links. -# links: -# - name: Follow -# url: https://twitter.com -# icon_pack: fab -# icon: twitter - -url_code: "" -url_pdf: "" -url_slides: "" -url_video: "" - -# Slides (optional). -# Associate this project with Markdown slides. -# Simply enter your slide deck's filename without extension. -# E.g. `slides = "example-slides"` references `content/slides/example-slides.md`. -# Otherwise, set `slides = ""`. -slides: "" --- {{% callout note %}} Concept phase. No implementation yet. @@ -81,8 +54,6 @@ Compare with other implementations for correcteness taking into account floating - Map - Limit - - # Example ```mermaid graph LR; diff --git a/content/project/imdb-to-hugo-md/index.md b/content/project/imdb-to-hugo-md/index.md index d361018..a826af1 100644 --- a/content/project/imdb-to-hugo-md/index.md +++ b/content/project/imdb-to-hugo-md/index.md @@ -1,13 +1,10 @@ --- - title: "IMDb to Hugo Markdown" summary: "Convert a list of IMDb ratings to Markdown files suitable for Hugo" date: 2021-08-01T11:56:05+02:00 categories: ["PHP"] - image: - focal_point: "" preview_only: false url_code: "https://github.com/furyfire/imdb-to-hugo-md" @@ -39,7 +36,7 @@ The following fields are avaible in the CSV file. # Implementation -I opted to use PHP for the implementation. +I opted to use PHP for the implementation and the composer package manager. - To parse the CSV file I use the library leauge/csv. (https://csv.thephpleague.com/) - To scrape additional movie information from IMDb I used the library imdbphp/imdbphp. (https://github.com/tboothman/imdbphp) diff --git a/content/project/tidstagning/index.md b/content/project/tidstagning/index.md index f29e3ea..8d9105a 100644 --- a/content/project/tidstagning/index.md +++ b/content/project/tidstagning/index.md @@ -5,16 +5,9 @@ title: "Tidstagning" summary: "A very simple time tracking application written in C#.NET to be used for timing of yachtracing." date: 2021-07-17T15:10:25+02:00 categories: ["C-Sharp"] -# Featured image -# To use, add an image named `featured.jpg/png` to your page's folder. -# Focal points: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight. image: - caption: "Icon" - focal_point: "" preview_only: false -# Custom links (optional). -# Uncomment and edit lines below to show custom links. links: - name: Download url: "https://share.jcktrue.dk/Tidstagning_1_1_2_26.zip" @@ -22,16 +15,6 @@ links: icon: download url_code: "https://code.jcktrue.dk/jct/tidstagning" -url_pdf: "" -url_slides: "" -url_video: "" - -# Slides (optional). -# Associate this project with Markdown slides. -# Simply enter your slide deck's filename without extension. -# E.g. `slides = "example-slides"` references `content/slides/example-slides.md`. -# Otherwise, set `slides = ""`. -slides: "" --- # Introduction A very simple time tracking application written in C#.NET. To be used for the timing of sailboat racing. diff --git a/go.mod b/go.mod index 460cc40..d5e1f43 100644 --- a/go.mod +++ b/go.mod @@ -4,6 +4,6 @@ go 1.15 require ( github.com/wowchemy/wowchemy-hugo-modules/v5 v5.3.0 - github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20210725202142-0a8115627804 // indirect - github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20210725202142-0a8115627804 // indirect + github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20210807125257-88ec9270d03e // indirect + github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20210807125257-88ec9270d03e // indirect ) diff --git a/go.sum b/go.sum index e579c40..bbc4c1c 100644 --- a/go.sum +++ b/go.sum @@ -6,8 +6,12 @@ github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20210721205100- github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20210721205100-265894f90488/go.mod h1:Sp/AKo+2HAPi/IPHp1MEdKPmee+mzO5+efUBUPLPqPE= github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20210725202142-0a8115627804 h1:yE6hUygU5kHuF39wCfglfvB329cvXb7qPkqOQRVysNk= github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20210725202142-0a8115627804/go.mod h1:Sp/AKo+2HAPi/IPHp1MEdKPmee+mzO5+efUBUPLPqPE= +github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20210807125257-88ec9270d03e h1:/jEzCRVB3KMmm2DEpacd0lJD0HsNgF2vkCJowFmew7s= +github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20210807125257-88ec9270d03e/go.mod h1:Sp/AKo+2HAPi/IPHp1MEdKPmee+mzO5+efUBUPLPqPE= github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20210629192904-559885af86b7/go.mod h1:2iL9rdrUYyJXX2BeHKfK+QbqZlubCsaR60nQ87NRQTY= github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20210721205100-265894f90488 h1:DNYn9kvZ43CY3koaBL5lWhXAHx3yaMTLBB4CEFq7NkU= github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20210721205100-265894f90488/go.mod h1:2iL9rdrUYyJXX2BeHKfK+QbqZlubCsaR60nQ87NRQTY= github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20210725202142-0a8115627804 h1:l7imLsd0ZCE6Mm3/TebR7BlNxftmfODU8CMJA/IupBc= github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20210725202142-0a8115627804/go.mod h1:2iL9rdrUYyJXX2BeHKfK+QbqZlubCsaR60nQ87NRQTY= +github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20210807125257-88ec9270d03e h1:J6H85UfeOzUouIenMxv/+FT1F5XlfzjuZYfMFdRux8Y= +github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20210807125257-88ec9270d03e/go.mod h1:2iL9rdrUYyJXX2BeHKfK+QbqZlubCsaR60nQ87NRQTY=