From a813c14ccb12f5e31f41aaa3d79179c07c7a3bda Mon Sep 17 00:00:00 2001 From: shockrah Date: Wed, 5 Feb 2020 21:03:57 -0800 Subject: [PATCH] fixed type in projects section --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 6293490..958d7db 100644 --- a/config.toml +++ b/config.toml @@ -123,7 +123,7 @@ theme = "sada" [[params.projects.list]] title = "Homebrew Operating system" url = "https://gitlab.com/shockrah/jankos" - description = "x86 based operating system written from scratch using C, x86 assembly, and built with GNU Make. A working copy is provided via Gitlabs Continuous Integration/Deployment pipeline with a custom Docker image." + description = "x86 based operating system written from scratch using C, x86 assembly, and built with GNU Make. A working copy is provided via Gitlab's Continuous Integration/Deployment pipeline with a custom Docker image." [[params.projects.list]] title = "Docker Image for buiding Operating Systems" @@ -138,7 +138,7 @@ theme = "sada" [[params.projects.list]] title = "OBS Stream Song Extension" url = "https://gitlab.com/shockrah/obs-song-name" - description = "Chrome extension written to pull in the name of a song currentl playing on Youtube or Soundcloud to a local server written in Rust. Both are deployed to Gitlab for easy download via a continuous depolyment pipeline using docker." + description = "Chrome extension written to pull in the name of a song currently playing on Youtube or Soundcloud to a local server written in Rust. Both are deployed to Gitlab for easy download via a continuous deployment pipeline using docker." [[params.projects.list]] title = "Static Site Generator in Bash"