Skip to content

ken-spencer/www.thaumazo.org

Repository files navigation

Thaumazo Website

Based on the Nextplate template

license code size contributors

Installation

To install this project on your local machine:

// clone the repository
 git clone https://github.com/thaumazo/www.thaumazo.org www.thaumazo.org

//change into the site's folder

cd www.thaumazo.org

// install packages
npm install

// start the dev server 
npm run dev

// before committing changes  please lint and format
npm run lint
npm run format

// ADVANCED. Some helpful commands if you need to work with submodules
// install submodules
git submodule update --init --recursive

// you will need to update submodules when you pull or change branches
// you can either do this as you pull: 
git pull --recurse-submodules

// or you can set this globally to have it automated. 
git config --global submodule.recurse true




📌 Key Features

  • 👥 Multi-Authors
  • 🎯 Similar Posts Suggestion
  • 🔍 Search Functionality
  • 🌑 Dark Mode
  • 🏷️ Tags & Categories
  • 🔗 Netlify setting pre-configured
  • 📞 Support contact form
  • 📱 Fully responsive
  • 📝 Write and update content in Markdown / MDX
  • 💬 Disqus Comment
  • 🔳 Syntax Highlighting

📄 15+ Pre-designed Pages

  • 🏠 Homepage
  • 👤 About
  • 📞 Contact
  • 👥 Authors
  • 👤 Author Single
  • 📝 Blog
  • 📝 Blog Single
  • 🚫 Custom 404
  • 💡 Elements
  • 📄 Privacy Policy
  • 🏷️ Tags
  • 🏷️ Tag Single
  • 🗂️ Categories
  • 🗂️ Category Single
  • 🔍 Search

🚀 Getting Started

📦 Dependencies

  • next 14.1+
  • node v20.10+
  • npm v10.2+
  • tailwind v3.3+

👉 Install Dependencies

npm install

👉 Development Command

npm run dev

👉 Build Command

npm run build

👉 Build and Run With Docker

docker build -t nextplate .
docker run -p 3000:3000 nextplate

🐞 Reporting Issues

We use GitHub Issues as the official bug tracker for this Template. Please Search existing issues. It’s possible someone has already reported the same problem. If your problem or idea has not been addressed yet, feel free to open a new issue.

📝 License

Copyright (c) 2023 - Present, Designed & Developed by Zeon Studio

Code License: Released under the MIT license.

Image license: The images are only for demonstration purposes. They have their license, we don't have permission to share those images.

💻 Need Custom Development Services?

If you need a custom theme, theme customization, or complete website development services from scratch you can Hire Us.

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors