Tfd Blog

screenshot of Tfd Blog
express
nuxt
vue
tailwind
daisyui

Multi-languages Blog with E-learning feature powered by nuxt-content and TailwindCss

Overview

This blog is a course-selling platform built using @nuxt/content and TailwindCSS. It is integrated with forestry.io for a headless CMS and uses Docker to containerize with NginX as a reverse proxy. The blog also includes integrated Google Analytics for easy web measurement and has preconfigured daisyui Tailwind components for customizable interactive components. Other features include time formatting with @nuxtjs/moment, smooth configurable page and layout transitions, code checking and formatting with @babel/eslint-parser and prettier, and bot prevention with geetest v4.

Features

  • Course selling feature powered by @nuxt/content and TailwindCSS
  • Integration-ready with forestry.io for headless CMS
  • Docker containerization with NginX as a reverse proxy
  • Integrated Google Analytics for web measurement
  • Preconfigured daisyui Tailwind components for customization
  • Time formatting with @nuxtjs/moment
  • Smooth configurable page and layout transitions
  • Code checking and formatting with @babel/eslint-parser and prettier
  • Bot prevention with geetest v4

Docker (Recommended)

  1. Clone or Fork the git repository to your GitHub account.
  2. Create a .env file from .env.example and replace the environment variables with your own.
    • GOOGLE_ANALYTICS_ID: Your Google Analytics UA ID (UA-XXXXX-X)
    • WEB_URL: Your blog domain (e.g., https://www.tfdevs.com)
    • FORMSPREE: Formspree to handle contact us submission
    • INSTAGRAM_URL: Link to your Instagram
    • FACEBOOK_URL: Link to your Facebook page or group
    • TELEGRAM_URL: Link to your Telegram channel or group
    • GITHUB_URL: Link to your GitHub account
    • YOUTUBE_URL: Link to your YouTube channel
    • SITE_TITLE: Your blog title
    • EMAIL: Your blog email address
    • YOUTUBE_CHANNEL_ID: Your YouTube channel ID
    • GEETEST_ID_SIGN_UP: Geetest ID for Sign Up
    • GEETEST_KEY_SIGN_UP: Geetest Key for Sign Up
    • GEETEST_ID_RESET: Geetest ID for Reset Password
    • GEETEST_KEY_RESET: Geetest Key for Reset Password
  3. Visit http://localhost.

Without Docker

  1. Make sure NodeJS version 16.4.0+ is installed on your machine.
  2. Visit http://localhost:3000.

Summary

This blog is a course-selling platform with features such as course selling, integration with forestry.io for content management, Docker containerization, Google Analytics integration, customizable Tailwind components, smooth page and layout transitions, code checking and formatting, and bot prevention. It can be installed with Docker or without Docker depending on your preference.

express
Express

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.

nuxt
Nuxt

nuxt.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.

vue
Vue

Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

daisyui
daisyUI

daisyUI adds classes to Tailwind CSS for all common UI components. Classes like btn, card, etc. This allows us to focus on important things instead of making basic elements for every project.

blog
Blog

Blog websites feature posts written by one or more authors, organized by categories and tags, with a section for comments and archives sorted by date or topic. Additional features may include search bar, social media sharing, subscription or RSS feed, about and contact pages, and visual content.

fullstack
Fullstack

A fullstack boilerplate provides a starter application that includes both frontend and backend. It should include database, auth, payments, user roles and other backend services to build a fully featured saas or webapps.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.

webpack
Webpack

Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.