diff --git a/.gitignore b/.gitignore index ce79cf2..b925633 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,9 @@ # IDEs -.idea/ +.vscode/ # Hugo resources/ public/ assets/jsconfig.json _vendor - -#custom -content/export_movies/ \ No newline at end of file +.hugo_build.lock diff --git a/assets/media/icons/brands/LEAX.svg b/assets/media/icons/brands/LEAX.svg new file mode 100644 index 0000000..86ea144 --- /dev/null +++ b/assets/media/icons/brands/LEAX.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/assets/media/selfhosted/ide.webp b/assets/media/selfhosted/ide.webp new file mode 100644 index 0000000..8ea2fee Binary files /dev/null and b/assets/media/selfhosted/ide.webp differ diff --git a/content/home/experience.md b/content/home/experience.md index 5f50142..f105bda 100644 --- a/content/home/experience.md +++ b/content/home/experience.md @@ -36,13 +36,15 @@ experience: - Elective classes - Advanced Digital Design - Advanced Software Development - - IOT/Big Data - - Bachelor project - - _Mocking hardware in software to facilitate automated testing of embedded devices_ + - IOT + - Big Data/Machine Learning + - Bachelor project + - _Mocking hardware in software to facilitate automated testing of embedded devices_ - title: "Development technician" company: "LEAX A/S" company_url: "http://leax.dk" + company_logo: "LEAX" location: "Lemvig, Denmark" date_start: "2010-01-01" date_end: "2019-01-01" diff --git a/content/selfhosted/ide.md b/content/selfhosted/ide.md new file mode 100644 index 0000000..47f4839 --- /dev/null +++ b/content/selfhosted/ide.md @@ -0,0 +1,16 @@ +--- +widget: hero +headless: true +title: "IDE server" +hero_media: 'selfhosted/ide.webp' +cta: + url: 'https://ide.jcktrue.dk' + label: IDE + icon_pack: fab + icon: dev +cta_alt: + url: 'https://github.com/cdr/code-server' + label: code-server +cta_note: + label: 'Run VS Code on any machine anywhere and access it in the browser.' +--- \ No newline at end of file diff --git a/go.mod b/go.mod index 920e7c3..cb6dfa4 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-20211025220623-c43d078def74 // indirect - github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20211025220623-c43d078def74 // indirect + github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20211122231030-d26f01d5d6c3 // indirect + github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20211122231030-d26f01d5d6c3 // indirect ) diff --git a/go.sum b/go.sum index 9d2aa5f..9a35912 100644 --- a/go.sum +++ b/go.sum @@ -9,6 +9,8 @@ github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20210912234819- github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20210912234819-c9831b5c1e21/go.mod h1:Sp/AKo+2HAPi/IPHp1MEdKPmee+mzO5+efUBUPLPqPE= github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20211025220623-c43d078def74 h1:bIRju4/x5QHBDUEFQVLg7Oxpq4HjK+T2t04LXFYvPzE= github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20211025220623-c43d078def74/go.mod h1:Sp/AKo+2HAPi/IPHp1MEdKPmee+mzO5+efUBUPLPqPE= +github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20211122231030-d26f01d5d6c3 h1:D2Mgk/D1dA2DOhY2bkit/qzMhYHt2YAAFxD91hP0h5U= +github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20211122231030-d26f01d5d6c3/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-20210807125257-88ec9270d03e h1:J6H85UfeOzUouIenMxv/+FT1F5XlfzjuZYfMFdRux8Y= github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20210807125257-88ec9270d03e/go.mod h1:2iL9rdrUYyJXX2BeHKfK+QbqZlubCsaR60nQ87NRQTY= @@ -18,3 +20,5 @@ github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20210912234819-c983 github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20210912234819-c9831b5c1e21/go.mod h1:2iL9rdrUYyJXX2BeHKfK+QbqZlubCsaR60nQ87NRQTY= github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20211025220623-c43d078def74 h1:AdypXkDWqtjcKIymhY5/emqpgp0+vMt8V7HN/WjMZIg= github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20211025220623-c43d078def74/go.mod h1:2iL9rdrUYyJXX2BeHKfK+QbqZlubCsaR60nQ87NRQTY= +github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20211122231030-d26f01d5d6c3 h1:wnwtj7LiAWEGuz3DevaQh5agYk5eCNSbzYGyV1n3s9w= +github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20211122231030-d26f01d5d6c3/go.mod h1:2iL9rdrUYyJXX2BeHKfK+QbqZlubCsaR60nQ87NRQTY=