Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wibus-wee-ac/typecho-theme-template
- Owner: wibus-wee-ac
- Created: 2021-08-24T04:11:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T14:29:07.000Z (about 1 year ago)
- Last Synced: 2024-11-22T02:17:41.101Z (2 months ago)
- Language: PHP
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 %
```