Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wibus-wee-ac/typecho-theme-template

it can easyly to make a typecho theme, but it follow Wibus's Strategy
https://github.com/wibus-wee-ac/typecho-theme-template

Last synced: 5 minutes ago
JSON representation

it can easyly to make a typecho theme, but it follow Wibus's Strategy

Awesome Lists containing this project

README

        

# Typecho-Theme-Template
it can easyly to make a typecho theme, but it follow Wibus's Strategy

## 使用注意事项

- 此模板将会遵从我个人的策略,如果不明白本人对主题的策略的,请离开。这个模板将会让你很难用
- 请遵守Typecho的开源协议,它的仓库在此处:https://github.com/typecho/typecho
- 不会用请不要找我,我没有义务回答此项目

## 使用方法

1. 点击Use this template即可创建同名项目
2. ~~使用sh脚本:`sh create.sh` (但是请在使用前修改好里面的东西!)~~ 暂时不提供使用!请勿使用!

## Bash日志

```bash
wibus@wibusdeMacBook-Air custom % touch functions.php
wibus@wibusdeMacBook-Air custom % touch configs.php
wibus@wibusdeMacBook-Air custom % touch header.php
wibus@wibusdeMacBook-Air custom % touch footer.php
wibus@wibusdeMacBook-Air custom % mkdir libs
wibus@wibusdeMacBook-Air custom % mkdir system
wibus@wibusdeMacBook-Air custom % mkdir assets
wibus@wibusdeMacBook-Air custom % cd assets
wibus@wibusdeMacBook-Air assets % mkdir css js img
wibus@wibusdeMacBook-Air assets % cd .
wibus@wibusdeMacBook-Air assets % cd ..
wibus@wibusdeMacBook-Air custom % touch post.php
wibus@wibusdeMacBook-Air custom % touch page.php
wibus@wibusdeMacBook-Air custom % mkdir components
wibus@wibusdeMacBook-Air custom % cd components
wibus@wibusdeMacBook-Air components % touch comments.php
wibus@wibusdeMacBook-Air components % cd ..
wibus@wibusdeMacBook-Air custom % touch archieves.php
wibus@wibusdeMacBook-Air custom %
```