Tella
Tella is a Hugo theme tailored for companies seeking a professional and modern online presence. It provides a range of features designed to create engaging and functional websites.
Key features include:
- Responsive Design: Ensures optimal viewing experience across various devices.
- Carousel: Enables visually appealing content presentation.
- Google Analytics: Integrated support for tracking website traffic and user behavior.
- Pagination: Facilitates easy navigation for content-rich sites.
- Syntax Highlighting: Enhances readability of code snippets.
- Category Support: Organizes content into distinct categories.
- Disqus: Enables commenting and community interaction.
Installation
Two methods are available for installing Tella:
- Git Clone:
$ git clone https://github.com/opera7133/tella themes/tella
- Git Submodule:
$ git submodule add https://github.com/opera7133/tella.git themes/tella
Dependencies
To ensure proper functionality, copy the following files from themes/tella/exampleSite
to the root of your Hugo site:
package.json
tailwind.config.js
postcss.config.js
Then, install the dependencies using:
$ npm install
Usage
- Update your Hugo site's
config.toml
file. - Start the Hugo local server:
$ npm run start
- Build your site:
$ npm run build