Skip to content

Commit f692d9c

Browse files
committed
change dir
1 parent bc88f23 commit f692d9c

6 files changed

+4
-11
lines changed
File renamed without changes.
File renamed without changes.

_CppCon/2020/dynamic_polymorphism_with_metaclasses_and_code_injection.md renamed to _code/CppCon/2020/dynamic_polymorphism_with_metaclasses_and_code_injection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ url: https://www.bilibili.com/video/BV1YA411J7Pe?p=38
66

77
Polymorphism:The provision of a single interface to entities of different types.
88

9-
ref: Runtime Polymorphism: Back to Basics[markdown](../2017/runtime_polymorphism_back_to_basics.md) [html](../2017/runtime_polymorphism_back_to_basics.html)
9+
ref: Runtime Polymorphism: Back to Basics[markdown](./../2017/runtime_polymorphism_back_to_basics.md) [html](./../2017/runtime_polymorphism_back_to_basics.html)
1010

1111
ref: Inheritance is the base class of evil
1212

_CppCon/2023/back_to_basics_testing.md renamed to _code/CppCon/2023/back_to_basics_testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,6 @@ Have a single "logical" assert
8585

8686
Design Principles: SOLID
8787

88-
See CppCon2020: Breaking Dependencies: The SOLID Principles, also The design of Everyday things.[note-md](../2020/breaking_dependencies_the_solid_principles.md) [note-html](../2020/breaking_dependencies_the_solid_principles.html)
88+
See CppCon2020: Breaking Dependencies: The SOLID Principles, also The design of Everyday things.[note-md](./../2020/breaking_dependencies_the_solid_principles.md) [note-html](./../2020/breaking_dependencies_the_solid_principles.html)
8989

9090
ref:[levelofindrection.com/refs/testing.html](https://levelofindirection.com/refs/testing.html)
File renamed without changes.

_config.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ permalink: /:categories/:year/:month/:day/:title:output_ext
44
collections:
55
poem:
66
output: true
7-
CppCon:
8-
output: true
9-
Cpp:
7+
code:
108
output: true
119

1210
defaults:
@@ -17,11 +15,6 @@ defaults:
1715
layout: "poem"
1816
- scope:
1917
path: ""
20-
type: "CppCon"
21-
values:
22-
layout: "poem"
23-
- scope:
24-
path: ""
25-
type: "Cpp"
18+
type: "code"
2619
values:
2720
layout: "poem"

0 commit comments

Comments
 (0)