NexT is a popular blogging theme for the Hexo framework, and Texbox provides a port of NexT to the Textpattern CMS. Thereby, the Textile markup languague, and many other Textpattern’s powerful features can be used, while retaining the NexT elegant design.
Texbox requires Textpattern v. 4.8.2 or higher, and can be installed as follows:
- Install Textpattern and chose the “zero” theme during install.
- After installation of Textpattern, the dummy article #1, that has been created automatically (“Welcome to your site”), can be overwritten, and also its associated categories and the comment (by “Donald Swain”).
- Grab the current Texbox release file, unzip and place the entire
texbox
folder into thethemes
folder of your site directory. - Log into Textpattern’s admin panal, go to
Presentation › Themes
and import the Texbox theme from the drop-down menue. - Then go to
Presentation › Sections
, and switch the theme used to “Texbox”. - Then go to
Admin › Preferences
and setArticle URL pattern
to/section/title
. - Then go to
Presentation › Sections
, and create the sectionscategories
,tag
andtimeline
. Then link them to the respective pagescategories
,tags
andtimeline
. Also make sure that thearticles
section has been linked to thearticles
page automatically. - Single articles in other sections, for example as
about
, can be linked to the to thearticles
page also, and then will be displayed with the section. They will not not counted or displayed as regular articles. - Go to Admin › Plugins, and install and activate the following plugins:
Texbox is published under the MIT licence
The hexo-theme-next licence requires that a covered work must retain «NexT» official website link (https://theme-next.js.org) in the footer section of every website created, modified or manipulated by using «NexT».
A demo site for “Textbox” is provided
- Search has not been implemented
- Plugin
true_tags
will throw an error if testmode is activated in the admin panel. No error if live mode is on.
- v0.1 – Initial release
- v0.2
- added UI for mobile devices
- a table of contents will be generated when header tags contain IDs (see PHP-textile issue #213)
- the main menu now has counts for articles, tags, and categories
- prev/next tags added at the article footers
- various design improvements