Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeremyfelt/writemore
A WordPress theme that encourages me to write more. :)
https://github.com/jeremyfelt/writemore
Last synced: 2 months ago
JSON representation
A WordPress theme that encourages me to write more. :)
- Host: GitHub
- URL: https://github.com/jeremyfelt/writemore
- Owner: jeremyfelt
- License: other
- Created: 2018-01-02T01:52:46.000Z (about 7 years ago)
- Default Branch: develop
- Last Pushed: 2024-08-18T03:56:53.000Z (5 months ago)
- Last Synced: 2024-10-25T12:30:09.063Z (3 months ago)
- Language: PHP
- Size: 2.24 MB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# writemore
This is a WordPress theme.
## Views
* `/blog/` - Standard posts archive, uses `home.php`.
* `/2022/01/` - Date based archive, uses `archive.php`.
* `/2023/01/01/post-title` - Single post, uses `singular.php`.
* `/notes/abcdefghijklmnop` - Single note, uses `singular.php`.
* `/likes/a1b2c3d4e5f6g7h8i9j0` - Single like, uses `singular.php`.
* `/about/` - Page, uses `singular.php`.
* `/notes/` - Note archives, uses `archive.php`.
* `/likes/` - Like archives, uses `archive.php`.