[template] Microsoft CSS Japan example blog repository.
https://github.com/jpazureid/hexo-theme-jpazure
git submodule update -i
docker-compose up
# Ctrl+C
docker-compose down
example
├── .github
│ └── workflows # Workflows for GitHub Actions
│ └── upload-gh-pages.yml
├── .gitignore
├── .textlintrc
├── README.md
├── _config.yml # Site configration
├── articles # Blog articles
│ └── information
│ └── test.md # Example post
├── docker-compose.yaml # Configuration for containers (local-preview)
├── docs # Documents
├── github-issue-template.md
├── scaffolds
├── source
└── themes # Blog themes
└── jpazure (git submodule)