009.【Markdown Basics】⚙️ _config.yml and style.css Are Document Specifications

📌 Position of This Article

This article defines the prerequisites for document specification files
required in addition to the Markdown content itself.


⚙️ The Role of _config.yml

_config.yml is not merely a configuration file.
It is the specification definition for the entire document set.

Its main roles are as follows:


🎨 The Role of style.css

style.css is not for decoration.
It is a specification that controls readability and information density.

The controlled elements include:


❓ Why They Are Treated as Specifications

If these settings depend on individuals, the following problems occur:

By fixing them as specifications, these issues are avoided.


✅ Prerequisite Conclusion

In this project, the following rule is fixed as a prerequisite:

Markdown content
_config.yml
style.css
are treated as a single document specification set.