From d48973a24716d04e7f170bd747417a1593b7ce83 Mon Sep 17 00:00:00 2001 From: wgroeneveld Date: Sat, 30 May 2020 16:06:01 +0200 Subject: [PATCH] move tech posts into year/month subdirs --- content/post/{ => 2013/10}/cplusplus-basics.md | 0 content/post/{ => 2013/10}/dynamic-languages.md | 0 content/post/{ => 2013/10}/introduction-to-js.md | 0 content/post/{ => 2013/10}/python-basics.md | 0 content/post/{ => 2013/10}/ruby-classes.md | 0 content/post/{ => 2013/10}/scheme.md | 0 content/post/{ => 2013/10}/unit-testing-stored-procedures.md | 2 ++ content/post/{ => 2013/10}/unix-cmd.md | 0 content/post/{ => 2013/10}/vstudio-missing-features.md | 0 content/post/{ => 2013/11}/builders-dsl.md | 1 + content/post/{ => 2013/11}/integration-testing-sqlite.md | 1 + content/post/{ => 2014/03}/metaprogramming-convention-dry.md | 0 content/post/{ => 2014/03}/scons-building.md | 0 content/post/{ => 2014/09}/custom-webdriver-page-factories.md | 2 ++ content/post/{ => 2014/09}/faking-domain-logic.md | 2 ++ content/post/{ => 2014/10}/memory-management-vs-java.md | 2 ++ content/post/{ => 2014/12}/unit-testing-extjs-ui.md | 1 + content/post/{ => 2015/01}/webdriver-exception-handling.md | 2 ++ content/post/{ => 2016/01}/react-in-extjs.md | 1 + content/post/{ => 2016/12}/vb6-unit-testing.md | 2 ++ content/post/{ => 2017/05}/teaching-kids-how-to-program.md | 2 ++ .../post/{ => 2017/06}/development-principles-in-cooking.md | 2 ++ content/post/{ => 2017/07}/fountain-pens-first-look.md | 2 ++ content/post/{ => 2018/02}/hiding-complexity.md | 2 ++ content/post/{ => 2018/04}/pseudocode.md | 2 ++ content/post/{ => 2018/04}/thinking-in-terms-of-objects.md | 4 +++- content/post/{ => 2018/05}/teaching-philosophy-first.md | 0 content/post/{ => 2018/06}/informatics-education-modules.md | 2 ++ content/post/{ => 2018/06}/phd-proposal.md | 4 +++- .../post/{ => 2018/06}/reverse-engineering-a-curriculum.md | 2 ++ content/post/{ => 2018/08}/domain-driven-design-in-c.md | 2 ++ .../post/{ => 2018/08}/productivity-tools-multiplatform.md | 2 ++ content/post/{ => 2018/10}/a-decade-in-the-industry.md | 2 ++ content/post/{ => 2018/10}/lean-doctorate.md | 2 ++ content/post/{ => 2018/12}/unit-testing-picoblaze-assembly.md | 2 ++ content/post/{ => 2019/01}/phd-iteration-2.md | 2 ++ content/post/{ => 2019/02}/competences-and-certificates.md | 2 ++ content/post/{ => 2019/04}/teaching-oo-with-gba.md | 2 ++ content/post/{ => 2019/10}/creative-cognitive-processes.md | 2 ++ content/post/{ => 2020/02}/agile-academia.md | 2 ++ content/post/{ => 2020/04}/vps.md | 2 ++ content/post/{ => 2020/05}/hugo-extended.md | 2 ++ .../{ => 2020/05}/page-building-with-brizy-in-wordpress.md | 0 content/post/{ => 2020/05}/using-pandoc.md | 2 ++ themes/brainbaking-minimal/assets/sass/_blockquote.sass | 3 ++- .../brainbaking-minimal/assets/sass/_bootstrap-minimal.sass | 4 +++- themes/brainbaking-minimal/layouts/partials/list-item.html | 3 --- 47 files changed, 67 insertions(+), 7 deletions(-) rename content/post/{ => 2013/10}/cplusplus-basics.md (100%) rename content/post/{ => 2013/10}/dynamic-languages.md (100%) rename content/post/{ => 2013/10}/introduction-to-js.md (100%) rename content/post/{ => 2013/10}/python-basics.md (100%) rename content/post/{ => 2013/10}/ruby-classes.md (100%) rename content/post/{ => 2013/10}/scheme.md (100%) rename content/post/{ => 2013/10}/unit-testing-stored-procedures.md (98%) rename content/post/{ => 2013/10}/unix-cmd.md (100%) rename content/post/{ => 2013/10}/vstudio-missing-features.md (100%) rename content/post/{ => 2013/11}/builders-dsl.md (99%) rename content/post/{ => 2013/11}/integration-testing-sqlite.md (99%) rename content/post/{ => 2014/03}/metaprogramming-convention-dry.md (100%) rename content/post/{ => 2014/03}/scons-building.md (100%) rename content/post/{ => 2014/09}/custom-webdriver-page-factories.md (98%) rename content/post/{ => 2014/09}/faking-domain-logic.md (98%) rename content/post/{ => 2014/10}/memory-management-vs-java.md (97%) rename content/post/{ => 2014/12}/unit-testing-extjs-ui.md (98%) rename content/post/{ => 2015/01}/webdriver-exception-handling.md (99%) rename content/post/{ => 2016/01}/react-in-extjs.md (98%) rename content/post/{ => 2016/12}/vb6-unit-testing.md (98%) rename content/post/{ => 2017/05}/teaching-kids-how-to-program.md (98%) rename content/post/{ => 2017/06}/development-principles-in-cooking.md (99%) rename content/post/{ => 2017/07}/fountain-pens-first-look.md (99%) rename content/post/{ => 2018/02}/hiding-complexity.md (99%) rename content/post/{ => 2018/04}/pseudocode.md (99%) rename content/post/{ => 2018/04}/thinking-in-terms-of-objects.md (97%) rename content/post/{ => 2018/05}/teaching-philosophy-first.md (100%) rename content/post/{ => 2018/06}/informatics-education-modules.md (99%) rename content/post/{ => 2018/06}/phd-proposal.md (99%) rename content/post/{ => 2018/06}/reverse-engineering-a-curriculum.md (99%) rename content/post/{ => 2018/08}/domain-driven-design-in-c.md (99%) rename content/post/{ => 2018/08}/productivity-tools-multiplatform.md (99%) rename content/post/{ => 2018/10}/a-decade-in-the-industry.md (99%) rename content/post/{ => 2018/10}/lean-doctorate.md (99%) rename content/post/{ => 2018/12}/unit-testing-picoblaze-assembly.md (99%) rename content/post/{ => 2019/01}/phd-iteration-2.md (99%) rename content/post/{ => 2019/02}/competences-and-certificates.md (99%) rename content/post/{ => 2019/04}/teaching-oo-with-gba.md (99%) rename content/post/{ => 2019/10}/creative-cognitive-processes.md (99%) rename content/post/{ => 2020/02}/agile-academia.md (99%) rename content/post/{ => 2020/04}/vps.md (99%) rename content/post/{ => 2020/05}/hugo-extended.md (98%) rename content/post/{ => 2020/05}/page-building-with-brizy-in-wordpress.md (100%) rename content/post/{ => 2020/05}/using-pandoc.md (99%) diff --git a/content/post/cplusplus-basics.md b/content/post/2013/10/cplusplus-basics.md similarity index 100% rename from content/post/cplusplus-basics.md rename to content/post/2013/10/cplusplus-basics.md diff --git a/content/post/dynamic-languages.md b/content/post/2013/10/dynamic-languages.md similarity index 100% rename from content/post/dynamic-languages.md rename to content/post/2013/10/dynamic-languages.md diff --git a/content/post/introduction-to-js.md b/content/post/2013/10/introduction-to-js.md similarity index 100% rename from content/post/introduction-to-js.md rename to content/post/2013/10/introduction-to-js.md diff --git a/content/post/python-basics.md b/content/post/2013/10/python-basics.md similarity index 100% rename from content/post/python-basics.md rename to content/post/2013/10/python-basics.md diff --git a/content/post/ruby-classes.md b/content/post/2013/10/ruby-classes.md similarity index 100% rename from content/post/ruby-classes.md rename to content/post/2013/10/ruby-classes.md diff --git a/content/post/scheme.md b/content/post/2013/10/scheme.md similarity index 100% rename from content/post/scheme.md rename to content/post/2013/10/scheme.md diff --git a/content/post/unit-testing-stored-procedures.md b/content/post/2013/10/unit-testing-stored-procedures.md similarity index 98% rename from content/post/unit-testing-stored-procedures.md rename to content/post/2013/10/unit-testing-stored-procedures.md index 893934ce..fbaf12f1 100644 --- a/content/post/unit-testing-stored-procedures.md +++ b/content/post/2013/10/unit-testing-stored-procedures.md @@ -2,6 +2,8 @@ title: Unit Testing Stored Procedures bigimg: /img/Unit Testing Stored Procedures.jpg date: '2013-10-10' +aliases: +- /post/unit-testing-stored-procedures/ subtitle: And a pragmatic guide on how to include them into your build system. tags: [ 'unit testing', 'sql'] --- diff --git a/content/post/unix-cmd.md b/content/post/2013/10/unix-cmd.md similarity index 100% rename from content/post/unix-cmd.md rename to content/post/2013/10/unix-cmd.md diff --git a/content/post/vstudio-missing-features.md b/content/post/2013/10/vstudio-missing-features.md similarity index 100% rename from content/post/vstudio-missing-features.md rename to content/post/2013/10/vstudio-missing-features.md diff --git a/content/post/builders-dsl.md b/content/post/2013/11/builders-dsl.md similarity index 99% rename from content/post/builders-dsl.md rename to content/post/2013/11/builders-dsl.md index 95793726..a0812621 100644 --- a/content/post/builders-dsl.md +++ b/content/post/2013/11/builders-dsl.md @@ -5,6 +5,7 @@ bigimg: /img/Enhancing the builder pattern with closures.jpg subtitle: the trainwreck/builder/chaining pattern can be dangerous and here's why aliases: - /enhancing-the-builder-pattern-with-closures/ + - /post/builders-dsl/ tags: - closures - groovy diff --git a/content/post/integration-testing-sqlite.md b/content/post/2013/11/integration-testing-sqlite.md similarity index 99% rename from content/post/integration-testing-sqlite.md rename to content/post/2013/11/integration-testing-sqlite.md index 1ff10670..6cb93a8b 100644 --- a/content/post/integration-testing-sqlite.md +++ b/content/post/2013/11/integration-testing-sqlite.md @@ -3,6 +3,7 @@ title: Integration Testing with SQLite bigimg: /img/Integration Testing with SQLite.jpg aliases: - /integration-testing-with-sqlite/ + - /post/integration-testing-sqlite/ date: '2013-11-04' subtitle: Decoupling your integrated database environment from your development. tags: [ 'unit testing', 'sql', 'CSharp', 'sqlite' ] diff --git a/content/post/metaprogramming-convention-dry.md b/content/post/2014/03/metaprogramming-convention-dry.md similarity index 100% rename from content/post/metaprogramming-convention-dry.md rename to content/post/2014/03/metaprogramming-convention-dry.md diff --git a/content/post/scons-building.md b/content/post/2014/03/scons-building.md similarity index 100% rename from content/post/scons-building.md rename to content/post/2014/03/scons-building.md diff --git a/content/post/custom-webdriver-page-factories.md b/content/post/2014/09/custom-webdriver-page-factories.md similarity index 98% rename from content/post/custom-webdriver-page-factories.md rename to content/post/2014/09/custom-webdriver-page-factories.md index 400379c5..63ab6496 100644 --- a/content/post/custom-webdriver-page-factories.md +++ b/content/post/2014/09/custom-webdriver-page-factories.md @@ -2,6 +2,8 @@ title: Custom Webdriver Page Factories bigimg: /img/Custom Webdriver Page Factories.jpg date: '2014-09-22' +aliases: + - /post/custom-webdriver-page-factories/ subtitle: Wrapping WebElements to reduce boilerplate clutter tags: ['unit testing', 'java', 'CSharp', 'webdriver', 'scenario testing' ] --- diff --git a/content/post/faking-domain-logic.md b/content/post/2014/09/faking-domain-logic.md similarity index 98% rename from content/post/faking-domain-logic.md rename to content/post/2014/09/faking-domain-logic.md index dcec7b17..dfaec17c 100644 --- a/content/post/faking-domain-logic.md +++ b/content/post/2014/09/faking-domain-logic.md @@ -2,6 +2,8 @@ title: Faking domain logic bigimg: /img/Faking domain logic.jpg date: '2014-09-23' +aliases: + - /post/faking-domain-logic/ subtitle: Using C# extensions to create the illusion of domain logic tags: ['domain driven design', 'CSharp', 'code smells' ] --- diff --git a/content/post/memory-management-vs-java.md b/content/post/2014/10/memory-management-vs-java.md similarity index 97% rename from content/post/memory-management-vs-java.md rename to content/post/2014/10/memory-management-vs-java.md index 751fdbaf..3df9e5f5 100644 --- a/content/post/memory-management-vs-java.md +++ b/content/post/2014/10/memory-management-vs-java.md @@ -1,6 +1,8 @@ --- title: .NET Memory management VS JVM Memory management date: '2014-10-24' +aliases: + - /post/memory-management-vs-java/ subtitle: Increasing your maximum heap size in .NET? Tough luck. tags: [ 'memory management', 'CLR', '.NET', 'JVM' ] --- diff --git a/content/post/unit-testing-extjs-ui.md b/content/post/2014/12/unit-testing-extjs-ui.md similarity index 98% rename from content/post/unit-testing-extjs-ui.md rename to content/post/2014/12/unit-testing-extjs-ui.md index aa5562a5..f6b06a29 100644 --- a/content/post/unit-testing-extjs-ui.md +++ b/content/post/2014/12/unit-testing-extjs-ui.md @@ -3,6 +3,7 @@ title: Unit Testing Extjs UI with Siesta bigimg: /img/Unit Testing Extjs UI with Siesta.jpg aliases: - /unit-testing-extjs-ui-with-siesta/ + - /post/uni-testing-extjs-ui/ date: '2014-12-23' subtitle: An attempt to replace instable Webdriver tests with Siesta UI tests tags: [ 'unit testing', 'javascript', 'extjs', 'siesta'] diff --git a/content/post/webdriver-exception-handling.md b/content/post/2015/01/webdriver-exception-handling.md similarity index 99% rename from content/post/webdriver-exception-handling.md rename to content/post/2015/01/webdriver-exception-handling.md index 048c9f29..cf40d89b 100644 --- a/content/post/webdriver-exception-handling.md +++ b/content/post/2015/01/webdriver-exception-handling.md @@ -2,6 +2,8 @@ title: Webdriver Exception Handling date: '2015-01-14' subtitle: What should you do when something goes wrong with your scenario tests +aliases: + - /post/webdriver-exception-handling/ bigimg: /img/Webdriver Exception Handling.jpg tags: [ 'unit testing', 'CSharp', 'webdriver', 'scenario testing' ] --- diff --git a/content/post/react-in-extjs.md b/content/post/2016/01/react-in-extjs.md similarity index 98% rename from content/post/react-in-extjs.md rename to content/post/2016/01/react-in-extjs.md index 314c52df..64843b43 100644 --- a/content/post/react-in-extjs.md +++ b/content/post/2016/01/react-in-extjs.md @@ -3,6 +3,7 @@ title: Migrating from Extjs to React gradually bigimg: /img/Migrating from Extjs to React gradually.jpg aliases: - /migrating-from-extjs-to-react-gradually/ + - /post/react-in-extjs/ date: '2016-01-26' subtitle: Migrating from Extjs to React gradually tags: [ 'javascript', 'extjs', 'react' ] diff --git a/content/post/vb6-unit-testing.md b/content/post/2016/12/vb6-unit-testing.md similarity index 98% rename from content/post/vb6-unit-testing.md rename to content/post/2016/12/vb6-unit-testing.md index 7a994d2c..bc37d88f 100644 --- a/content/post/vb6-unit-testing.md +++ b/content/post/2016/12/vb6-unit-testing.md @@ -2,6 +2,8 @@ title: 'Unit testing in Legacy Projects: VB6' subtitle: 'Even older 4GL languages have unit testing capabilities' date: '2016-12-27' +aliases: + - /post/vb6-unit-testing/ tags: [ 'unit testing', 'VB6' ] --- diff --git a/content/post/teaching-kids-how-to-program.md b/content/post/2017/05/teaching-kids-how-to-program.md similarity index 98% rename from content/post/teaching-kids-how-to-program.md rename to content/post/2017/05/teaching-kids-how-to-program.md index c3cc3647..6acfb1ef 100644 --- a/content/post/teaching-kids-how-to-program.md +++ b/content/post/2017/05/teaching-kids-how-to-program.md @@ -1,6 +1,8 @@ --- title: 'How to teach kids to program' date: '2017-05-25' +aliases: + - /post/teaching-kids-how-to-program/ subtitle: Usable tips also applyable to grownups? tags: - teaching diff --git a/content/post/development-principles-in-cooking.md b/content/post/2017/06/development-principles-in-cooking.md similarity index 99% rename from content/post/development-principles-in-cooking.md rename to content/post/2017/06/development-principles-in-cooking.md index a8ac5a47..9515db7d 100644 --- a/content/post/development-principles-in-cooking.md +++ b/content/post/2017/06/development-principles-in-cooking.md @@ -1,6 +1,8 @@ --- title: 'Development principles in cooking' date: '2017-06-09' +aliases: + - /post/development-principles-in-cooking/ tags: ['cooking', 'development', 'principles' ] published: true --- diff --git a/content/post/fountain-pens-first-look.md b/content/post/2017/07/fountain-pens-first-look.md similarity index 99% rename from content/post/fountain-pens-first-look.md rename to content/post/2017/07/fountain-pens-first-look.md index bebff787..dd4480cd 100644 --- a/content/post/fountain-pens-first-look.md +++ b/content/post/2017/07/fountain-pens-first-look.md @@ -2,6 +2,8 @@ title: A quick look at 6 fountain pens date: '2017-07-18' bigimg: /img/6pens.jpg +aliases: + - /post/fountain-pens-first-look/ subtitle: A test drive from a drawing perspective tags: - fountain pens diff --git a/content/post/hiding-complexity.md b/content/post/2018/02/hiding-complexity.md similarity index 99% rename from content/post/hiding-complexity.md rename to content/post/2018/02/hiding-complexity.md index 33b4e298..f0b02092 100644 --- a/content/post/hiding-complexity.md +++ b/content/post/2018/02/hiding-complexity.md @@ -1,6 +1,8 @@ --- title: Hiding Code Complexity bigimg: /img/complexity.png +aliases: + - /post/hiding-complexity/ date: '2018-02-26' subtitle: Do make it easy to read. Don't expose inner workings. tags: ['domain driven design' ] diff --git a/content/post/pseudocode.md b/content/post/2018/04/pseudocode.md similarity index 99% rename from content/post/pseudocode.md rename to content/post/2018/04/pseudocode.md index b2438d0a..f8cc07ef 100644 --- a/content/post/pseudocode.md +++ b/content/post/2018/04/pseudocode.md @@ -3,6 +3,8 @@ title: Death to pseudocode? date: '2018-04-06' bigimg: /img/btrees.png subtitle: Clean code, pseudocode or real code? +aliases: + - /post/pseudocode/ tags: - java - functional programming diff --git a/content/post/thinking-in-terms-of-objects.md b/content/post/2018/04/thinking-in-terms-of-objects.md similarity index 97% rename from content/post/thinking-in-terms-of-objects.md rename to content/post/2018/04/thinking-in-terms-of-objects.md index db5a310c..6acf13d9 100644 --- a/content/post/thinking-in-terms-of-objects.md +++ b/content/post/2018/04/thinking-in-terms-of-objects.md @@ -1,7 +1,9 @@ --- title: 'Thinking in terms of objects' date: '2018-04-28' -subtitle: An introduction to software design in terms of objects +aliases: +- /post/thinking-in-terms-of-objects/ +subtitle: "An introduction to software design in terms of objects" tags: - teaching published: true diff --git a/content/post/teaching-philosophy-first.md b/content/post/2018/05/teaching-philosophy-first.md similarity index 100% rename from content/post/teaching-philosophy-first.md rename to content/post/2018/05/teaching-philosophy-first.md diff --git a/content/post/informatics-education-modules.md b/content/post/2018/06/informatics-education-modules.md similarity index 99% rename from content/post/informatics-education-modules.md rename to content/post/2018/06/informatics-education-modules.md index 32c08f03..fac80946 100644 --- a/content/post/informatics-education-modules.md +++ b/content/post/2018/06/informatics-education-modules.md @@ -1,6 +1,8 @@ --- title: 'Computer Science learning pathways' date: '2018-06-29' +aliases: + - /post/informatics-education-modules/ subtitle: Categorizing essential Computer Science knowledge tags: - teaching diff --git a/content/post/phd-proposal.md b/content/post/2018/06/phd-proposal.md similarity index 99% rename from content/post/phd-proposal.md rename to content/post/2018/06/phd-proposal.md index 0b243d61..01c688e8 100644 --- a/content/post/phd-proposal.md +++ b/content/post/2018/06/phd-proposal.md @@ -5,7 +5,9 @@ subtitle: Bridging the gap between software development requirements in the indu tags: - phd published: true -aliases: ["/proposal"] +aliases: + - /proposal/ + - /post/phd-proposal/ --- The following Ph.D. proposal has been tailored to act as a clarification for colleagues and professors, hence it's written in Dutch. The English abstract will follow later. The thesis subject: diff --git a/content/post/reverse-engineering-a-curriculum.md b/content/post/2018/06/reverse-engineering-a-curriculum.md similarity index 99% rename from content/post/reverse-engineering-a-curriculum.md rename to content/post/2018/06/reverse-engineering-a-curriculum.md index 833d970a..82dddaaf 100644 --- a/content/post/reverse-engineering-a-curriculum.md +++ b/content/post/2018/06/reverse-engineering-a-curriculum.md @@ -2,6 +2,8 @@ title: 'Reverse engineering a curriculum' date: '2018-06-15' subtitle: Can a unified software engineering philosopy shape the right context in a curriculum? +aliases: + - /post/reverse-engineering-a-curriculum/ tags: - teaching - phd diff --git a/content/post/domain-driven-design-in-c.md b/content/post/2018/08/domain-driven-design-in-c.md similarity index 99% rename from content/post/domain-driven-design-in-c.md rename to content/post/2018/08/domain-driven-design-in-c.md index 84da10d6..c093f0e2 100644 --- a/content/post/domain-driven-design-in-c.md +++ b/content/post/2018/08/domain-driven-design-in-c.md @@ -2,6 +2,8 @@ title: Domain Driven Design in C bigimg: /img/Faking domain logic.jpg date: '2018-08-03' +aliases: + - /post/domain-driven-design-in-c/ subtitle: Who says imperative languages don't do DDD? tags: ['domain driven design', 'C', 'C++' ] published: true diff --git a/content/post/productivity-tools-multiplatform.md b/content/post/2018/08/productivity-tools-multiplatform.md similarity index 99% rename from content/post/productivity-tools-multiplatform.md rename to content/post/2018/08/productivity-tools-multiplatform.md index c3abfe6a..afaf02a4 100644 --- a/content/post/productivity-tools-multiplatform.md +++ b/content/post/2018/08/productivity-tools-multiplatform.md @@ -1,6 +1,8 @@ --- title: Productivity Tools on all platforms date: '2018-08-28' +aliases: + - /post/productivity-tools-multiplatform/ subtitle: Matching my most frequently used tools on OSX, Linux and Windows tags: - Productivity diff --git a/content/post/a-decade-in-the-industry.md b/content/post/2018/10/a-decade-in-the-industry.md similarity index 99% rename from content/post/a-decade-in-the-industry.md rename to content/post/2018/10/a-decade-in-the-industry.md index e653375e..45318603 100644 --- a/content/post/a-decade-in-the-industry.md +++ b/content/post/2018/10/a-decade-in-the-industry.md @@ -2,6 +2,8 @@ title: A Decade in the Software Engineering industry date: '2018-10-27' bigimg: /img/glasses.jpg +aliases: + - /post/a-decade-in-the-industry/ subtitle: Everything I've learned in 10 + 1 years tags: - braindump diff --git a/content/post/lean-doctorate.md b/content/post/2018/10/lean-doctorate.md similarity index 99% rename from content/post/lean-doctorate.md rename to content/post/2018/10/lean-doctorate.md index 9533b761..5eae4ad7 100644 --- a/content/post/lean-doctorate.md +++ b/content/post/2018/10/lean-doctorate.md @@ -3,6 +3,8 @@ title: The Startup of a Lean Doctorate date: '2018-10-19' bigimg: /img/lightbulbs.jpg subtitle: Using agile practices to tacle a long-term research project +aliases: + - /post/lean-doctorate/ tags: - phd - tools diff --git a/content/post/unit-testing-picoblaze-assembly.md b/content/post/2018/12/unit-testing-picoblaze-assembly.md similarity index 99% rename from content/post/unit-testing-picoblaze-assembly.md rename to content/post/2018/12/unit-testing-picoblaze-assembly.md index b44868ac..154de8f5 100644 --- a/content/post/unit-testing-picoblaze-assembly.md +++ b/content/post/2018/12/unit-testing-picoblaze-assembly.md @@ -2,6 +2,8 @@ title: Unit Testing PicoBlaze Assembly files bigimg: /img/Unit Testing Stored Procedures.jpg date: '2018-12-05' +aliases: + - /post/unit-testing-picoblaze-assembly/ subtitle: Writing Psm Assembly test-first, because why wouldn't you? tags: [ 'unit testing', 'assembly', 'picoblaze'] --- diff --git a/content/post/phd-iteration-2.md b/content/post/2019/01/phd-iteration-2.md similarity index 99% rename from content/post/phd-iteration-2.md rename to content/post/2019/01/phd-iteration-2.md index 3e85f025..7fb5c991 100644 --- a/content/post/phd-iteration-2.md +++ b/content/post/2019/01/phd-iteration-2.md @@ -3,6 +3,8 @@ title: "A Ph.D. Thesis: Iteration 2" date: '2019-01-03' subtitle: On Mastering Lean Skills in Software Engineering Education bigimg: /img/humboldt.jpg +aliases: + - /post/phd-iteration-2/ tags: - phd published: true diff --git a/content/post/competences-and-certificates.md b/content/post/2019/02/competences-and-certificates.md similarity index 99% rename from content/post/competences-and-certificates.md rename to content/post/2019/02/competences-and-certificates.md index 1c542cca..f0f094a2 100644 --- a/content/post/competences-and-certificates.md +++ b/content/post/2019/02/competences-and-certificates.md @@ -2,6 +2,8 @@ title: IT Competences and Certificates date: '2019-02-05' bigimg: /img/generic.jpg +aliases: + - /post/competences-and-certificates/ subtitle: A dark and murky path to tread tags: - competences diff --git a/content/post/teaching-oo-with-gba.md b/content/post/2019/04/teaching-oo-with-gba.md similarity index 99% rename from content/post/teaching-oo-with-gba.md rename to content/post/2019/04/teaching-oo-with-gba.md index 8ab5dff5..c7aaa5dc 100644 --- a/content/post/teaching-oo-with-gba.md +++ b/content/post/2019/04/teaching-oo-with-gba.md @@ -2,6 +2,8 @@ title: Teaching Object-Oriented design using the GBA date: '2019-04-15' bigimg: /img/gbacarts.jpg +aliases: + - /post/teaching-oo-with-gba/ subtitle: C++ and a GBA engine. Let's learn to create a game! tags: - teaching diff --git a/content/post/creative-cognitive-processes.md b/content/post/2019/10/creative-cognitive-processes.md similarity index 99% rename from content/post/creative-cognitive-processes.md rename to content/post/2019/10/creative-cognitive-processes.md index 2f6a8865..81dcfd08 100644 --- a/content/post/creative-cognitive-processes.md +++ b/content/post/2019/10/creative-cognitive-processes.md @@ -2,6 +2,8 @@ title: 'Programming: a Creative Cognitive Process' date: '2019-10-08' bigimg: /img/glasses.jpg +aliases: + - /post/creative-cognitive-processes/ subtitle: Mapping creativity models to software development tags: - creativity diff --git a/content/post/agile-academia.md b/content/post/2020/02/agile-academia.md similarity index 99% rename from content/post/agile-academia.md rename to content/post/2020/02/agile-academia.md index 82eda288..221e406a 100644 --- a/content/post/agile-academia.md +++ b/content/post/2020/02/agile-academia.md @@ -2,6 +2,8 @@ title: "Five reasons why agile and academia don't go together" date: '2020-02-25' subtitle: "Iterative methods in the academic world? Nope." +aliases: + - /post/agile-academia/ tags: - phd - agile diff --git a/content/post/vps.md b/content/post/2020/04/vps.md similarity index 99% rename from content/post/vps.md rename to content/post/2020/04/vps.md index 28e63253..65bd2e9c 100644 --- a/content/post/vps.md +++ b/content/post/2020/04/vps.md @@ -2,6 +2,8 @@ title: "DIY: Hosting stuff on your own VPS" date: '2020-04-13' subtitle: "Migrating to, securing, and backing up your own server." +aliases: + - /post/vps/ tags: - server - linux diff --git a/content/post/hugo-extended.md b/content/post/2020/05/hugo-extended.md similarity index 98% rename from content/post/hugo-extended.md rename to content/post/2020/05/hugo-extended.md index f2227fb4..a51fba78 100644 --- a/content/post/hugo-extended.md +++ b/content/post/2020/05/hugo-extended.md @@ -2,6 +2,8 @@ title: "Hugo Extended: More static site processing power!" date: '2020-05-15' subtitle: "Sass, Transpiling, Search functionality - what's not to like?" +aliases: + - /post/hugo-extended/ tags: - hugo - webdesign diff --git a/content/post/page-building-with-brizy-in-wordpress.md b/content/post/2020/05/page-building-with-brizy-in-wordpress.md similarity index 100% rename from content/post/page-building-with-brizy-in-wordpress.md rename to content/post/2020/05/page-building-with-brizy-in-wordpress.md diff --git a/content/post/using-pandoc.md b/content/post/2020/05/using-pandoc.md similarity index 99% rename from content/post/using-pandoc.md rename to content/post/2020/05/using-pandoc.md index bf991c26..2d16d913 100644 --- a/content/post/using-pandoc.md +++ b/content/post/2020/05/using-pandoc.md @@ -2,6 +2,8 @@ title: "Using Pandoc to publish a book" date: '2020-05-01' subtitle: "Successfully combining writing and LaTeX skills" +aliases: + - /post/using-pandoc/ tags: - publishing - book diff --git a/themes/brainbaking-minimal/assets/sass/_blockquote.sass b/themes/brainbaking-minimal/assets/sass/_blockquote.sass index 23e66784..eaa72832 100644 --- a/themes/brainbaking-minimal/assets/sass/_blockquote.sass +++ b/themes/brainbaking-minimal/assets/sass/_blockquote.sass @@ -1,5 +1,6 @@ blockquote font-family: $font-alt-stack + margin-left: 3rem @media (min-width: 960px) width: calc(100% - -220px + 0px) margin-left: -90px @@ -11,7 +12,7 @@ blockquote opacity: 0.8 position: relative quotes: '\201C''\201D''\2018''\2019' - margin: 1.2rem 0 + display: flex flex-flow: row wrap position: relative diff --git a/themes/brainbaking-minimal/assets/sass/_bootstrap-minimal.sass b/themes/brainbaking-minimal/assets/sass/_bootstrap-minimal.sass index 274542a3..59e19dd0 100644 --- a/themes/brainbaking-minimal/assets/sass/_bootstrap-minimal.sass +++ b/themes/brainbaking-minimal/assets/sass/_bootstrap-minimal.sass @@ -1,5 +1,7 @@ h1 - font-size: 3rem + font-size: 2.4rem + @media (min-width: 768px) + font-size: 3rem h2 font-size: 2.0rem h3 diff --git a/themes/brainbaking-minimal/layouts/partials/list-item.html b/themes/brainbaking-minimal/layouts/partials/list-item.html index d320677a..20acc413 100644 --- a/themes/brainbaking-minimal/layouts/partials/list-item.html +++ b/themes/brainbaking-minimal/layouts/partials/list-item.html @@ -17,9 +17,6 @@ {{ $.Scratch.Get "subtitle" }} -  |  - - {{ .Lastmod.Format (.Site.Params.dateFormat | default "2 January 2006") }} {{ if (not .Params.disableComments) }}  |