nalansitan / toc-blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

toc-blog

This is the origin repo serving all the raw blogs, which is the markdown file.

Toc Blog

Tech stacks

  • Hexo
  • github pages
  • github workflow
  • AWS Route53
  • markdown
  • CI/CD

How to create a blog post

  1. run ./auto/create-template postname to create a new markdown file in source/_posts.
  2. Fill your content.
  3. run ./auto/run-locally to preview your post locally.
  4. Create a test branch and create PR on this repo.
  5. Wait the pr workflow success.
  6. After the administrator of toc blog approved and merged, your blog will be displayed on our blog system.

How to change a theme

Currently, the theme is cloned from github. To use another theme, you need:

  1. Change git submodule using.
  git submodule add giturl themes/themename
  1. Change the theme in _config.yml.

About


Languages

Language:Shell 68.3%Language:Dockerfile 31.7%