croyde-riscv
A barebones 64-bit RISC-V micro-controller class CPU, implementing the I(nteger), M(ul/div), C(ompressed) and K(ryptogr…
Nextplate is a free starter template built with Next.js and TailwindCSS. It provides you with almost everything you nee…
Nextplate is a free starter template built with Nextjs, TailwindCSS & TypeScript, providing everything you need to jumpstart your Next project and save valuable time.
Made with ♥ by Zeon Studio
If you find this project useful, please give it a ⭐ to show your support.
llms.txt, llms-full.txt, and per-page .md)npm install
npm run dev
npm run build
After build, this project can generate LLM-friendly files from your built HTML:
llms.txt (index of pages)llms-full.txt (full combined content)Use one of these ways:
# included in build npm run build # or run manually after build npm run generate-llms
Configuration is in src/config/config.json under llms:
generate_llms_txt: create llms.txtgenerate_llms_full_txt: create llms-full.txtgenerate_individual_md: create individual .md filesinclude: include only selected routes/globs (empty = all)exclude: exclude routes/globsInclude / Exclude patterns:
include overrides exclude — use exclude to remove broad sections, then include to add back specific pages.
| Pattern | Matches |
|---|---|
/blog |
exact /blog |
/blog/ |
/blog and everything under it |
/blog/* |
one segment under /blog/ (e.g. /blog/post-1) |
/blog/** |
any depth under /blog/ |
Exclude all blog pages, then add back only single posts:
"llms": {
"exclude": ["/blog/"],
"include": ["/blog/*"]
}
Exclude everything, then whitelist only authors and blog singles:
"llms": {
"exclude": ["/"],
"include": ["/authors", "/authors/*", "/blog/*"]
}
docker build -t nextplate . docker run -p 3000:3000 nextplate
This template comes pre-configured with Sitepins, a Git-based Headless CMS designed for seamless content management. You can update your website’s text, images, and configuration without touching a single line of code.
How to get started:
Click the Edit with Sitepins button below and follow the on-screen instructions to start editing your content visually.
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.
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.
If you need a custom theme, theme customization, or complete website development services from scratch you can Hire Us.
more like this
A barebones 64-bit RISC-V micro-controller class CPU, implementing the I(nteger), M(ul/div), C(ompressed) and K(ryptogr…
A customizable, responsive image portfolio website template, built with Eleventy and Tina CMS
search projects, people, and tags