Newsletter For Templates
Join the Community For Templates
Subscribe to Templates newsletter for the latest news and updates
HiStaff Static is a Gatsby-based static website starter with useful plugins, SCSS support, and web font loaders for quick development.
NotGeek Blog is a personal blog focusing on Web, Software Engineering, Java, backend architecture, and design, sharing insights and code examples.
Tablog-svelte is a minimalistic blog theme built with SvelteKit, designed for easy setup and customization.
Nextplate is a free Next.js starter template with Tailwind CSS and TypeScript, designed to quickly launch Next.js projects.
Relivator is a next.js 15 ecommerce template with better-auth, polar payments, shadcn/ui, tailwind, drizzle orm, and typescript.
HiStaff Static is a starter static website with useful plugins based on Gatsby. It provides a quick and easy way to set up a static website with pre-configured features.
npm install -g gatsby-cli
gatsby new histaff https://github.com/histaff/website-static/
develop
mode.Next, move into your new site’s directory and start it up:
cd histaff/
gatsby develop
Your site is now running at http://localhost:8000
. Open the histaff
directory in your code editor of choice and edit src/pages/index.js
. Save your changes, and the browser will update in real time!
At this point, you’ve got a fully functional Gatsby website. For additional information on how you can customize your Gatsby site, see our plugins and the official tutorial.