Skip to content

tmp-blog-v-team/ghactions-playground

Repository files navigation

Example

This is example CSS blog.

Init/Update blog theme submodule

git submodule update -i

Run/Stop Hexo server

docker-compose up

# Ctrl+C
docker-compose down

Directory structure

example
├── .github
│   └── workflows
│       └── pages.yml  # Workflow definition for GitHub Action
├── .gitignore
├── .textlintrc
├── README.md
├── _config.yml        # Site configration
├── articles           # Blog articles
│   └── information
│       └── test.md    # Example post
├── docker-compose.yaml    # Configuration for container to run locally
├── github-issue-template.md
├── scaffolds
├── source
└── themes             # Blog themes
    └── jpazure (git submodule)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages