VT One Layouts
VT One theme layouts.
Layouts
Layout files:
layouts/
index.html: The layouts/index.html file is the main default homepage template.
404.html: The layouts/404.html file is the default 404/error page.
blog/ (Template for blogging/posts.)
list.html: The layouts/blog/list.html is the template for a blog page showing summaries of each blog.
single.html: The layouts/blog/single.html is the template for a single blog item/page.
_default (The layouts/_default files are the default template structures for this hugo theme.)
baseof.html
list.html
single.html
event (Template for
list.json
single.html
every/ (Template for )
index.html
home/ (Template for the typical home page)
home.html
inner/ (Template for )
inner.html
news/ (Template for the news.)
news.html
page/ (Template for )
inner.html
rightCol/ (Template for a right column page.)
rc.html
rightCol.html
taxonomy/ (Template to add tags.)
tag.html
Layout Modification
To modify the layout files, create the same file in the corresponding location in your site’s layout folder.
For example, if you wish to modify the themes/vt-one/layouts/page/inner.html file, you will need to do the following:
- create the layouts/page folder
- copy the themes/vt-one/layouts/page/inner.html in your site’s layouts/page folder.
- modify the layouts/page/inner.html file
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.