jpazmon-integ / blog

3 stars 15 forks source link

Blog Example

[template] Microsoft CSS Japan example blog repository.

Getting Started

Getting Started

Init / Update blog theme

https://github.com/jpazureid/hexo-theme-jpazure

git submodule update -i

Start / Stop Hexo server (local-preview)

docker-compose up

# Ctrl+C
docker-compose down

Directory structure

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)