1
0
Fork 0

Nicer layout of files/dirs

This commit is contained in:
ryliejamesthomas 2024-02-09 04:35:42 +11:00
parent 78f844cd1d
commit db5a55317d
1 changed files with 38 additions and 39 deletions

View File

@ -27,43 +27,42 @@ h2. Usage
h2. File Explainer
forms/
article/
article_listing.txp ......... Determines how each
post is rendered.
default.txp .................
tag_listing.txp ............. Determines how each
post on a tag page is
rendered.
comment/
file/
link/
misc/
article_breaktime.txp
body_footer.txp ............. Header section, with
blog name and
subtitle
body_header.txp ............. Foor section, with
link to colophon
media_audio_bandcamp.txp .... For Bandcamp embeds
media_audio_file.txp ........ For audio file embeds
(can include image)
media_audio_soundcloud.txp .. For SoundCloud embeds
media_video_youtube.txp ..... For Youtube embeds
text_nobreak.txp ............ For stopping text
breaking when
unwanted
pages/
default.txp ..................... Main template, used
for all pages. Shows
a list of posts.
error_default.txp ............... Error page, for 404s,
etc.
resources/
favicon.png...................... Website icon.
styles/
default.css ..................... Theme's stylesheet
LICENCE ............................. Licence (Unlicence)
manifest.json ....................... Theme metadata
README.textile ...................... This file
textpattern-theme-musuc/
├ forms/
│ ├ article/
│ │ ├ article_listing.txp ......... Determines how each
│ │ │ post is rendered.
│ │ ├ default.txp .................
│ │ └ tag_listing.txp ............. Determines how each
│ │ post on a tag page is
│ │ rendered.
│ ├ comment/
│ ├ file/
│ ├ link/
│ └ misc/
│ ├ article_breaktime.txp
│ ├ body_footer.txp ............. Header section, with
│ │ blog name and subtitle
│ ├ body_header.txp ............. Foor section, with
│ │ link to colophon
│ ├ media_audio_bandcamp.txp .... For Bandcamp embeds
│ ├ media_audio_file.txp ........ For audio file embeds
│ │ (can include image)
│ ├ media_audio_soundcloud.txp .. For SoundCloud embeds
│ ├ media_video_youtube.txp ..... For Youtube embeds
│ └ text_nobreak.txp ............ For stopping text
│ breaking when unwanted
├ pages/
│ ├ default.txp ................... Main template, used
│ │ for all pages. Shows
│ │ a list of posts.
│ └ error_default.txp ............. Error page, for 404s,
│ etc.
├ resources/
│ └ favicon.png.................... Website icon.
├ styles/
│ └ default.css ................... Theme's stylesheet
├ LICENCE ......................... Licence (Unlicence)
├ manifest.json ................... Theme metadata
└ README.textile .................. This file