diff --git a/content/.trash/Untitled 13.md b/content/.trash/Untitled 13.md new file mode 100644 index 000000000..e69de29bb diff --git a/content/dota/attachments/Pasted image 20230918135105.png b/content/.trash/dota/attachments/Pasted image 20230918135105.png similarity index 100% rename from content/dota/attachments/Pasted image 20230918135105.png rename to content/.trash/dota/attachments/Pasted image 20230918135105.png diff --git a/content/dota/dota2_learning_road.md b/content/.trash/dota/dota2_learning_road.md similarity index 100% rename from content/dota/dota2_learning_road.md rename to content/.trash/dota/dota2_learning_road.md diff --git a/content/_index.md b/content/_index.md index e173a14ed..c8dfeff34 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,8 +1,9 @@ --- -title: "Home" +title: Home tags: -- catalog -- MOC + - catalog + - MOC +date: 2023-09-13 --- 🕵️♂️ This is Jude Wang's vault about his notebook, his knowledge, his second brain. diff --git a/content/atlas.md b/content/atlas.md index fd3e41914..b3ba0616f 100644 --- a/content/atlas.md +++ b/content/atlas.md @@ -1,7 +1,8 @@ --- title: Atlas - Map of Maps tags: -- MOC + - MOC +date: 2023-03-16 --- 🚧 There are notebooks about his research career: diff --git a/content/computer_sci/code_frame_learn/MOC.md b/content/computer_sci/code_frame_learn/MOC.md index 65d513e43..ebc42224e 100644 --- a/content/computer_sci/code_frame_learn/MOC.md +++ b/content/computer_sci/code_frame_learn/MOC.md @@ -3,6 +3,7 @@ title: Code Framework Learn tags: - web - code_tool +date: 2023-06-06 --- # Web Framework diff --git a/content/computer_sci/code_frame_learn/flask/MOC.md b/content/computer_sci/code_frame_learn/flask/MOC.md index 9bf07fe6b..941f23991 100644 --- a/content/computer_sci/code_frame_learn/flask/MOC.md +++ b/content/computer_sci/code_frame_learn/flask/MOC.md @@ -1,3 +1,4 @@ --- title: Flask - MOC +date: 2023-06-06 --- diff --git a/content/computer_sci/coding_knowledge/coding_lang_MOC.md b/content/computer_sci/coding_knowledge/coding_lang_MOC.md index 21b2edf02..bf89dc2ad 100644 --- a/content/computer_sci/coding_knowledge/coding_lang_MOC.md +++ b/content/computer_sci/coding_knowledge/coding_lang_MOC.md @@ -4,6 +4,7 @@ tags: - basic - coding-language - MOC +date: 2023-06-06 --- # Python diff --git a/content/computer_sci/coding_knowledge/python/matplotlib_backend.md b/content/computer_sci/coding_knowledge/python/matplotlib_backend.md deleted file mode 100644 index 165d906b5..000000000 --- a/content/computer_sci/coding_knowledge/python/matplotlib_backend.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Matplotlib Backend Review -tags: -- python -- code -- matplotlib ---- - diff --git a/content/computer_sci/coding_knowledge/python/python_doesnt_need_pointer.md b/content/computer_sci/coding_knowledge/python/python_doesnt_need_pointer.md index f92d8cab2..e67a0e170 100644 --- a/content/computer_sci/coding_knowledge/python/python_doesnt_need_pointer.md +++ b/content/computer_sci/coding_knowledge/python/python_doesnt_need_pointer.md @@ -4,6 +4,7 @@ tags: - python - coding-language - basic +date: 2023-06-06 --- diff --git a/content/computer_sci/computational_geometry/MOC.md b/content/computer_sci/computational_geometry/MOC.md index e4d352a82..936981479 100644 --- a/content/computer_sci/computational_geometry/MOC.md +++ b/content/computer_sci/computational_geometry/MOC.md @@ -4,6 +4,7 @@ tags: - math - MOC - geometry +date: 2024-02-28 --- # 3D Geometry Algorithm diff --git a/content/computer_sci/computational_geometry/delaunay_triangulation.md b/content/computer_sci/computational_geometry/delaunay_triangulation.md index 0d0bce4c6..b25f07e92 100644 --- a/content/computer_sci/computational_geometry/delaunay_triangulation.md +++ b/content/computer_sci/computational_geometry/delaunay_triangulation.md @@ -3,6 +3,7 @@ title: Delaunay Triangulation tags: - math - geometry +date: 2024-02-28 --- # What is Delaunay Triangulation? diff --git a/content/computer_sci/data_structure_and_algorithm/MOC.md b/content/computer_sci/data_structure_and_algorithm/MOC.md index 2871248a9..c825c268b 100644 --- a/content/computer_sci/data_structure_and_algorithm/MOC.md +++ b/content/computer_sci/data_structure_and_algorithm/MOC.md @@ -4,6 +4,7 @@ tags: - MOC - algorithm - data-structure +date: 2024-02-28 --- # Tree-like Structure diff --git a/content/computer_sci/data_structure_and_algorithm/graph/BFS.md b/content/computer_sci/data_structure_and_algorithm/graph/BFS.md index 67e1358cf..b8abc0b6c 100644 --- a/content/computer_sci/data_structure_and_algorithm/graph/BFS.md +++ b/content/computer_sci/data_structure_and_algorithm/graph/BFS.md @@ -4,6 +4,7 @@ tags: - data-structure - basic - algorithm +date: 2024-02-28 --- # Basic Concept diff --git a/content/computer_sci/data_structure_and_algorithm/graph/MST.md b/content/computer_sci/data_structure_and_algorithm/graph/MST.md index 5a42decc3..7a0bb7acf 100644 --- a/content/computer_sci/data_structure_and_algorithm/graph/MST.md +++ b/content/computer_sci/data_structure_and_algorithm/graph/MST.md @@ -3,5 +3,6 @@ title: Minimum Spanning Tree tags: - data-structure - graph +date: 2024-02-28 --- Not now... \ No newline at end of file diff --git a/content/computer_sci/data_structure_and_algorithm/two_pointers.md b/content/computer_sci/data_structure_and_algorithm/two_pointers.md index a59d57196..50c063127 100644 --- a/content/computer_sci/data_structure_and_algorithm/two_pointers.md +++ b/content/computer_sci/data_structure_and_algorithm/two_pointers.md @@ -3,5 +3,6 @@ title: Two Pointers tags: - algorithm - pointer +date: 2024-02-28 --- diff --git a/content/computer_sci/deep_learning_and_machine_learning/Evaluation/model_evaluation_MOC.md b/content/computer_sci/deep_learning_and_machine_learning/Evaluation/model_evaluation_MOC.md index 97c7ae3e9..87c574b45 100644 --- a/content/computer_sci/deep_learning_and_machine_learning/Evaluation/model_evaluation_MOC.md +++ b/content/computer_sci/deep_learning_and_machine_learning/Evaluation/model_evaluation_MOC.md @@ -3,6 +3,7 @@ title: Model Evaluation - MOC tags: - deep-learning - evaluation +date: 2024-02-28 --- * [Model Evaluation in Time Series Forecasting](computer_sci/deep_learning_and_machine_learning/Evaluation/time_series_forecasting.md) \ No newline at end of file diff --git a/content/computer_sci/deep_learning_and_machine_learning/Famous_Model/Famous_Model_MOC.md b/content/computer_sci/deep_learning_and_machine_learning/Famous_Model/Famous_Model_MOC.md index 73ae5b214..c01e3ca60 100644 --- a/content/computer_sci/deep_learning_and_machine_learning/Famous_Model/Famous_Model_MOC.md +++ b/content/computer_sci/deep_learning_and_machine_learning/Famous_Model/Famous_Model_MOC.md @@ -3,6 +3,7 @@ title: Famous Model MOC tags: - deep-learning - MOC +date: 2024-02-28 --- # Time-series diff --git a/content/computer_sci/deep_learning_and_machine_learning/Famous_Model/Temporal_Fusion_Transformer.md b/content/computer_sci/deep_learning_and_machine_learning/Famous_Model/Temporal_Fusion_Transformer.md index d4dc84e72..349b0bf47 100644 --- a/content/computer_sci/deep_learning_and_machine_learning/Famous_Model/Temporal_Fusion_Transformer.md +++ b/content/computer_sci/deep_learning_and_machine_learning/Famous_Model/Temporal_Fusion_Transformer.md @@ -4,5 +4,6 @@ tags: - deep-learning - model - time-series-dealing +date: 2024-02-28 --- diff --git a/content/computer_sci/deep_learning_and_machine_learning/LLM/langchain/langchain_basic.md b/content/computer_sci/deep_learning_and_machine_learning/LLM/langchain/langchain_basic.md index cee907c98..d471fdc24 100644 --- a/content/computer_sci/deep_learning_and_machine_learning/LLM/langchain/langchain_basic.md +++ b/content/computer_sci/deep_learning_and_machine_learning/LLM/langchain/langchain_basic.md @@ -4,6 +4,7 @@ tags: - LLM - basic - langchain +date: 2024-02-28 --- # What is LangChain diff --git a/content/computer_sci/deep_learning_and_machine_learning/LLM/metircs/some_task.md b/content/computer_sci/deep_learning_and_machine_learning/LLM/metircs/some_task.md index d10d8f3a6..a9ceabd76 100644 --- a/content/computer_sci/deep_learning_and_machine_learning/LLM/metircs/some_task.md +++ b/content/computer_sci/deep_learning_and_machine_learning/LLM/metircs/some_task.md @@ -5,6 +5,7 @@ tags: - metircs - deep-learning - benchmark +date: 2024-02-28 --- # Overview diff --git a/content/computer_sci/deep_learning_and_machine_learning/LLM/train/dataset/make_custom_dataset.md b/content/computer_sci/deep_learning_and_machine_learning/LLM/train/dataset/make_custom_dataset.md index 483defd34..f9be035fb 100644 --- a/content/computer_sci/deep_learning_and_machine_learning/LLM/train/dataset/make_custom_dataset.md +++ b/content/computer_sci/deep_learning_and_machine_learning/LLM/train/dataset/make_custom_dataset.md @@ -4,5 +4,6 @@ tags: - dataset - LLM - deep-learning +date: 2024-02-28 --- diff --git a/content/computer_sci/deep_learning_and_machine_learning/LLM/train/finr_tune/how_to_fine_tune.md b/content/computer_sci/deep_learning_and_machine_learning/LLM/train/finr_tune/how_to_fine_tune.md index b5ed6332e..7b63c2f62 100644 --- a/content/computer_sci/deep_learning_and_machine_learning/LLM/train/finr_tune/how_to_fine_tune.md +++ b/content/computer_sci/deep_learning_and_machine_learning/LLM/train/finr_tune/how_to_fine_tune.md @@ -3,5 +3,6 @@ title: How to do use fine tune tech to create your chatbot tags: - deep-learning - LLM +date: 2024-02-28 --- diff --git a/content/computer_sci/deep_learning_and_machine_learning/LLM/train/finr_tune/learn_finetune_byStanfordAlpaca.md b/content/computer_sci/deep_learning_and_machine_learning/LLM/train/finr_tune/learn_finetune_byStanfordAlpaca.md index ee88ff0e9..09ff87140 100644 --- a/content/computer_sci/deep_learning_and_machine_learning/LLM/train/finr_tune/learn_finetune_byStanfordAlpaca.md +++ b/content/computer_sci/deep_learning_and_machine_learning/LLM/train/finr_tune/learn_finetune_byStanfordAlpaca.md @@ -5,6 +5,7 @@ tags: - LLM - fine-tune - LLaMA +date: 2024-02-28 ---  diff --git a/content/computer_sci/deep_learning_and_machine_learning/Model_interpretability/Model_Interpretability_MOC.md b/content/computer_sci/deep_learning_and_machine_learning/Model_interpretability/Model_Interpretability_MOC.md index b1b56f005..5ed80c294 100644 --- a/content/computer_sci/deep_learning_and_machine_learning/Model_interpretability/Model_Interpretability_MOC.md +++ b/content/computer_sci/deep_learning_and_machine_learning/Model_interpretability/Model_Interpretability_MOC.md @@ -4,6 +4,7 @@ tags: - MOC - deep-learning - interpretability +date: 2024-02-28 --- * [SHAP](computer_sci/deep_learning_and_machine_learning/Model_interpretability/SHAP.md) diff --git a/content/computer_sci/deep_learning_and_machine_learning/NLP/basic/tokenization.md b/content/computer_sci/deep_learning_and_machine_learning/NLP/basic/tokenization.md index 86a3b2111..224255f84 100644 --- a/content/computer_sci/deep_learning_and_machine_learning/NLP/basic/tokenization.md +++ b/content/computer_sci/deep_learning_and_machine_learning/NLP/basic/tokenization.md @@ -5,5 +5,6 @@ tags: - deep-learning - tokenization - basic +date: 2024-02-28 --- diff --git a/content/computer_sci/deep_learning_and_machine_learning/clustering/k-means/k_means.md b/content/computer_sci/deep_learning_and_machine_learning/clustering/k-means/k_means.md index 227d09cd6..a2d63ecc1 100644 --- a/content/computer_sci/deep_learning_and_machine_learning/clustering/k-means/k_means.md +++ b/content/computer_sci/deep_learning_and_machine_learning/clustering/k-means/k_means.md @@ -4,6 +4,7 @@ tags: - machine-learning - clustering - algorithm +date: 2024-02-28 --- # Step by Step diff --git a/content/computer_sci/deep_learning_and_machine_learning/deep_learning/GRU.md b/content/computer_sci/deep_learning_and_machine_learning/deep_learning/GRU.md index 44d842603..7f857c7dc 100644 --- a/content/computer_sci/deep_learning_and_machine_learning/deep_learning/GRU.md +++ b/content/computer_sci/deep_learning_and_machine_learning/deep_learning/GRU.md @@ -3,5 +3,6 @@ title: Gated Recurrent Unit tags: - deep-learning - time-series-dealing +date: 2024-02-28 --- diff --git a/content/computer_sci/deep_learning_and_machine_learning/deep_learning/adaBoost.md b/content/computer_sci/deep_learning_and_machine_learning/deep_learning/adaBoost.md index e18a979a5..4299c6e3d 100644 --- a/content/computer_sci/deep_learning_and_machine_learning/deep_learning/adaBoost.md +++ b/content/computer_sci/deep_learning_and_machine_learning/deep_learning/adaBoost.md @@ -3,6 +3,7 @@ title: AdaBoost tags: - deep-learning - ensemble-learning +date: 2024-02-28 --- # Video you need to watch first diff --git a/content/computer_sci/deep_learning_and_machine_learning/deep_learning/decision_tree.md b/content/computer_sci/deep_learning_and_machine_learning/deep_learning/decision_tree.md index f03a2f805..85dc6ebff 100644 --- a/content/computer_sci/deep_learning_and_machine_learning/deep_learning/decision_tree.md +++ b/content/computer_sci/deep_learning_and_machine_learning/deep_learning/decision_tree.md @@ -2,6 +2,7 @@ title: Decision Tree tags: - machine-learning +date: 2024-02-28 --- Only vedio here: diff --git a/content/computer_sci/deep_learning_and_machine_learning/deep_learning/deep_learning_MOC.md b/content/computer_sci/deep_learning_and_machine_learning/deep_learning/deep_learning_MOC.md index 5c0f61410..cdfd7ce2a 100644 --- a/content/computer_sci/deep_learning_and_machine_learning/deep_learning/deep_learning_MOC.md +++ b/content/computer_sci/deep_learning_and_machine_learning/deep_learning/deep_learning_MOC.md @@ -3,6 +3,7 @@ title: Deep Learning MOC tags: - Catalog - MOC +date: 2024-02-28 --- diff --git a/content/computer_sci/deep_learning_and_machine_learning/deep_learning/random_forest.md b/content/computer_sci/deep_learning_and_machine_learning/deep_learning/random_forest.md index 41d7fdbce..cec130c4f 100644 --- a/content/computer_sci/deep_learning_and_machine_learning/deep_learning/random_forest.md +++ b/content/computer_sci/deep_learning_and_machine_learning/deep_learning/random_forest.md @@ -2,6 +2,7 @@ title: Random Forest tags: - machine-learning +date: 2024-02-28 --- # Background diff --git a/content/computer_sci/deep_learning_and_machine_learning/machine_learning/MOC.md b/content/computer_sci/deep_learning_and_machine_learning/machine_learning/MOC.md index 49436a120..314b51de0 100644 --- a/content/computer_sci/deep_learning_and_machine_learning/machine_learning/MOC.md +++ b/content/computer_sci/deep_learning_and_machine_learning/machine_learning/MOC.md @@ -3,5 +3,6 @@ title: Machine Learning MOC tags: - MOC - machine-learning +date: 2024-02-28 --- * [SVM](computer_sci/deep_learning_and_machine_learning/machine_learning/SVM.md) \ No newline at end of file diff --git a/content/computer_sci/hardware/hardware_MOC.md b/content/computer_sci/hardware/hardware_MOC.md index 78530194b..c049bcc84 100644 --- a/content/computer_sci/hardware/hardware_MOC.md +++ b/content/computer_sci/hardware/hardware_MOC.md @@ -4,6 +4,7 @@ tags: - MOC - hardware - chip +date: 2024-02-28 --- # Microcontroller unit (MCU) diff --git a/content/computer_sci/software_arch/attachments/Pasted image 20240301112048.png b/content/computer_sci/software_arch/attachments/Pasted image 20240301112048.png new file mode 100644 index 000000000..9fd59803e Binary files /dev/null and b/content/computer_sci/software_arch/attachments/Pasted image 20240301112048.png differ diff --git a/content/computer_sci/software_arch/conway_law.md b/content/computer_sci/software_arch/conway_law.md new file mode 100644 index 000000000..8d0ee1056 --- /dev/null +++ b/content/computer_sci/software_arch/conway_law.md @@ -0,0 +1,13 @@ +--- +title: Conway's Law +tags: + - software-arch +date: 2024-03-01 +--- + + +Conway's Law is essentially the observation that the **architectures of software systems look remarkably similar to the organization of the development team** that built it. It was originally described to me by saying that if a single team writes a compiler, it will be a one-pass compiler, but if the team is divided into two, then it will be a two-pass compiler. Although we usually discuss it with respect to software, the observation applies broadly to systems in general. + +# Reference + +* https://martinfowler.com/bliki/ConwaysLaw.html \ No newline at end of file diff --git a/content/data_sci/data_sci_MOC.md b/content/data_sci/data_sci_MOC.md index 7849aca2c..510242e0c 100644 --- a/content/data_sci/data_sci_MOC.md +++ b/content/data_sci/data_sci_MOC.md @@ -3,6 +3,7 @@ title: Data science MOC tags: - data - statistics +date: 2024-02-28 --- # Basic Concept diff --git a/content/data_sci/stochastic_process/MOC.md b/content/data_sci/stochastic_process/MOC.md index 8a4b12b6c..6309e04dc 100644 --- a/content/data_sci/stochastic_process/MOC.md +++ b/content/data_sci/stochastic_process/MOC.md @@ -4,6 +4,7 @@ tags: - MOC - statistics - stochastic-process +date: 2024-02-28 --- # Basic Concept diff --git a/content/data_sci/visualization/visual_style/visual_information_theory.md b/content/data_sci/visualization/visual_style/visual_information_theory.md index 1d045096d..d8cdaa091 100644 --- a/content/data_sci/visualization/visual_style/visual_information_theory.md +++ b/content/data_sci/visualization/visual_style/visual_information_theory.md @@ -3,6 +3,7 @@ title: Visual Information Theory tags: - data - visualization-tech +date: 2024-02-28 --- # Reference diff --git a/content/food/MOC.md b/content/food/MOC.md index a8009dff5..14b32d0e1 100644 --- a/content/food/MOC.md +++ b/content/food/MOC.md @@ -3,6 +3,7 @@ title: Food - MOC tags: - food - MOC +date: 2023-12-01 --- # Intro diff --git a/content/food/intro/evaluation_criteria.md b/content/food/intro/evaluation_criteria.md index c1c4f7fee..f24568653 100644 --- a/content/food/intro/evaluation_criteria.md +++ b/content/food/intro/evaluation_criteria.md @@ -2,6 +2,7 @@ title: Evaluation Criteria tags: - food +date: 2023-12-01 --- diff --git a/content/log/2023/7/log_01072023.md b/content/log/2023/7/log_01072023.md index d97aa924a..e2076972a 100644 --- a/content/log/2023/7/log_01072023.md +++ b/content/log/2023/7/log_01072023.md @@ -3,6 +3,7 @@ title: Log 2023.07.01 - 云朵也是会动滴☁️ tags: - log - photography +date: 2023-07-01 --- 晚上去食堂吃饭的路上,看到了今天最棒的云 diff --git a/content/log/2023/7/log_03072023.md b/content/log/2023/7/log_03072023.md index 90be43769..26d417fde 100644 --- a/content/log/2023/7/log_03072023.md +++ b/content/log/2023/7/log_03072023.md @@ -4,6 +4,7 @@ tags: - pixel-art - log - clustering +date: 2023-07-03 --- 今天用k-means聚类算法做了一个像素化的效果,还蛮好玩的 diff --git a/content/log/2023/9/log_27092023.md b/content/log/2023/9/log_27092023.md index 376530917..1535ca3d7 100644 --- a/content/log/2023/9/log_27092023.md +++ b/content/log/2023/9/log_27092023.md @@ -3,6 +3,7 @@ title: Log 2023.09.27 数学建模比赛结束的第二天 tags: - math - log +date: 2023-09-27 --- # What I learn from MCM diff --git a/content/log/kk_unified_national_graduate_entrance_examination/kk_note.md b/content/log/kk_unified_national_graduate_entrance_examination/kk_note.md index 7a712b6eb..deaac4434 100644 --- a/content/log/kk_unified_national_graduate_entrance_examination/kk_note.md +++ b/content/log/kk_unified_national_graduate_entrance_examination/kk_note.md @@ -2,6 +2,7 @@ title: kk's note tags: - log +date: 2024-02-28 --- ## 2023.02.19 diff --git a/content/log/kk_unified_national_graduate_entrance_examination/study_plan.md b/content/log/kk_unified_national_graduate_entrance_examination/study_plan.md index 2a64a8cf1..8b7f9d76d 100644 --- a/content/log/kk_unified_national_graduate_entrance_examination/study_plan.md +++ b/content/log/kk_unified_national_graduate_entrance_examination/study_plan.md @@ -2,6 +2,7 @@ title: kk's Unified National Graduate Entrance Examination —— Study Plan tags: - log +date: 2024-02-19 --- # Plan 2.19 - 2.31 diff --git a/content/log/log_MOC.md b/content/log/log_MOC.md index d0a322eac..be62254c1 100644 --- a/content/log/log_MOC.md +++ b/content/log/log_MOC.md @@ -4,6 +4,7 @@ tags: - log - daily - 文学 +date: 2023-07-01 --- # Log 2023 diff --git a/content/math/MOC.md b/content/math/MOC.md index 8baa7ebe4..72e70219c 100644 --- a/content/math/MOC.md +++ b/content/math/MOC.md @@ -3,6 +3,7 @@ title: Math MOC tags: - math - MOC +date: 2024-02-28 --- # Statistics diff --git a/content/paper_draft/radiogenomics_analysis_based_on_multimodal_mri_segmentation.md b/content/paper_draft/radiogenomics_analysis_based_on_multimodal_mri_segmentation.md index c6d07d170..72be595f0 100644 --- a/content/paper_draft/radiogenomics_analysis_based_on_multimodal_mri_segmentation.md +++ b/content/paper_draft/radiogenomics_analysis_based_on_multimodal_mri_segmentation.md @@ -4,5 +4,6 @@ tags: - paper-draft date: 2024-02-28 draft: "true" +date: 2024-02-28 --- diff --git a/content/photography/Skills/polaroid_light.md b/content/photography/Skills/polaroid_light.md index c22997763..80aba39d5 100644 --- a/content/photography/Skills/polaroid_light.md +++ b/content/photography/Skills/polaroid_light.md @@ -5,6 +5,7 @@ tags: - Polaroid - film - skill +date: 2024-02-28 --- The most thing you need to know is that, **the right exposure is in your head**. diff --git a/content/photography/aesthetic/Landscape/Landscape_MOC.md b/content/photography/aesthetic/Landscape/Landscape_MOC.md index 238326974..959b3be93 100644 --- a/content/photography/aesthetic/Landscape/Landscape_MOC.md +++ b/content/photography/aesthetic/Landscape/Landscape_MOC.md @@ -4,6 +4,7 @@ tags: - photography - landscape - MOC +date: 2024-02-28 --- * [🌊Sea MOC](photography/aesthetic/Landscape/Sea/Sea_MOC.md) \ No newline at end of file diff --git a/content/photography/aesthetic/Polaroid/Polaroid_aesthetic_MOC.md b/content/photography/aesthetic/Polaroid/Polaroid_aesthetic_MOC.md index b615d82f0..e3ad6280e 100644 --- a/content/photography/aesthetic/Polaroid/Polaroid_aesthetic_MOC.md +++ b/content/photography/aesthetic/Polaroid/Polaroid_aesthetic_MOC.md @@ -4,6 +4,7 @@ tags: - photography - Polaroid - MOC +date: 2024-02-28 --- * [🖼How to show Polaroid photo in a great way](photography/aesthetic/Polaroid/Polaroid_showcase.md) \ No newline at end of file diff --git a/content/photography/aesthetic/Portrait/Flower_and_Girl.md b/content/photography/aesthetic/Portrait/Flower_and_Girl.md index d9e50196d..9f6f91d45 100644 --- a/content/photography/aesthetic/Portrait/Flower_and_Girl.md +++ b/content/photography/aesthetic/Portrait/Flower_and_Girl.md @@ -4,6 +4,7 @@ tags: - photography - portrait - 摘抄 +date: 2024-02-28 --- Credits to [Marta Bevacqua](https://www.martabevacquaphotography.com/), diff --git a/content/photography/aesthetic/Portrait/Portrait_MOC.md b/content/photography/aesthetic/Portrait/Portrait_MOC.md index 8a11d8882..b172e00a2 100644 --- a/content/photography/aesthetic/Portrait/Portrait_MOC.md +++ b/content/photography/aesthetic/Portrait/Portrait_MOC.md @@ -5,6 +5,7 @@ tags: - portrait - 摘抄 - MOC +date: 2024-02-28 --- * [🌸Flower & Girl](photography/aesthetic/Portrait/Flower_and_Girl.md) diff --git a/content/photography/aesthetic/Style/Grainy_Green.md b/content/photography/aesthetic/Style/Grainy_Green.md index b2b0753ce..95e7e6a45 100644 --- a/content/photography/aesthetic/Style/Grainy_Green.md +++ b/content/photography/aesthetic/Style/Grainy_Green.md @@ -5,6 +5,7 @@ tags: - grainy - style - share +date: 2024-02-28 ---  diff --git a/content/photography/aesthetic/Style/Warmth_by_Nguan.md b/content/photography/aesthetic/Style/Warmth_by_Nguan.md index 149c95a39..d2bb7fd61 100644 --- a/content/photography/aesthetic/Style/Warmth_by_Nguan.md +++ b/content/photography/aesthetic/Style/Warmth_by_Nguan.md @@ -3,6 +3,7 @@ title: 🎈Warmth - Nguan tags: - share - photography +date: 2024-02-28 --- Credits to [Nguan](https://www.instagram.com/_nguan_/) diff --git a/content/photography/basic/Saturation.md b/content/photography/basic/Saturation.md index 3b3687485..1b2397eed 100644 --- a/content/photography/basic/Saturation.md +++ b/content/photography/basic/Saturation.md @@ -3,6 +3,7 @@ title: Saturation - 饱和度 tags: - basic - photography +date: 2024-02-28 --- to be written... \ No newline at end of file diff --git a/content/photography/cameras_Research/Lens_Structure/Lens_Structure_MOC.md b/content/photography/cameras_Research/Lens_Structure/Lens_Structure_MOC.md index a8e8e76e5..46fea159a 100644 --- a/content/photography/cameras_Research/Lens_Structure/Lens_Structure_MOC.md +++ b/content/photography/cameras_Research/Lens_Structure/Lens_Structure_MOC.md @@ -5,6 +5,7 @@ tags: - lens - MOC - review +date: 2024-02-28 --- * \ No newline at end of file diff --git a/content/photography/cameras_Research/Pocket_film/Pocket_film_camera_MOC.md b/content/photography/cameras_Research/Pocket_film/Pocket_film_camera_MOC.md index 33cf02078..f94e918dc 100644 --- a/content/photography/cameras_Research/Pocket_film/Pocket_film_camera_MOC.md +++ b/content/photography/cameras_Research/Pocket_film/Pocket_film_camera_MOC.md @@ -5,6 +5,7 @@ tags: - review - MOC - camera +date: 2024-02-28 --- # Rollei diff --git a/content/photography/cameras_Research/Pocket_film/Rollei_35.md b/content/photography/cameras_Research/Pocket_film/Rollei_35.md index 38905ce86..3ad3c762e 100644 --- a/content/photography/cameras_Research/Pocket_film/Rollei_35.md +++ b/content/photography/cameras_Research/Pocket_film/Rollei_35.md @@ -6,6 +6,7 @@ tags: - rollei - camera - review +date: 2024-02-28 --- diff --git a/content/photography/cameras_Research/Polaroid/Polaroid_600.md b/content/photography/cameras_Research/Polaroid/Polaroid_600.md index f0904a283..9a741459d 100644 --- a/content/photography/cameras_Research/Polaroid/Polaroid_600.md +++ b/content/photography/cameras_Research/Polaroid/Polaroid_600.md @@ -5,6 +5,7 @@ tags: - camera - review - photography +date: 2024-02-28 --- # Reference diff --git a/content/photography/cameras_Research/Polaroid/Polaroid_one600.md b/content/photography/cameras_Research/Polaroid/Polaroid_one600.md index 165ad1261..a53b4a1a5 100644 --- a/content/photography/cameras_Research/Polaroid/Polaroid_one600.md +++ b/content/photography/cameras_Research/Polaroid/Polaroid_one600.md @@ -5,6 +5,7 @@ tags: - photography - review - polaroid +date: 2024-02-28 --- diff --git a/content/photography/mood_board/Sea_20230428/Sea_20230428.md b/content/photography/mood_board/Sea_20230428/Sea_20230428.md index 863a0744c..87841ec76 100644 --- a/content/photography/mood_board/Sea_20230428/Sea_20230428.md +++ b/content/photography/mood_board/Sea_20230428/Sea_20230428.md @@ -4,6 +4,7 @@ tags: - moodboard - photography - landscape +date: 2024-02-28 --- diff --git a/content/photography/photography_meme/photography_meme.md b/content/photography/photography_meme/photography_meme.md index 1983a3c51..ebf450969 100644 --- a/content/photography/photography_meme/photography_meme.md +++ b/content/photography/photography_meme/photography_meme.md @@ -5,6 +5,7 @@ tags: - meme - film - happy +date: 2024-02-28 ---  \ No newline at end of file diff --git a/content/photography/resume.md b/content/photography/resume.md index 5882989da..d597f4b59 100644 --- a/content/photography/resume.md +++ b/content/photography/resume.md @@ -3,6 +3,7 @@ title: Photography Resume tags: - resume - photography +date: 2024-02-28 ---