Welcome to Awesome FAQ
A lightweight, no-database, easy-to-maintain FAQ system. Manage FAQs effortlessly with simple Markdown files.
π Key Features
π Lightweight
No databases, no complex setup. Just Markdown & Eleventy.
π οΈ Easy Maintenance
Update your FAQ by simply adding or editing Markdown files.
π Markdown-Based
Write FAQs in MarkdownβEleventy will convert them to HTML.
π Open Source
Customize, extend, and contribute to the project on GitHub.
π Getting Started
Follow these steps to set up your own Awesome FAQ.
1οΈβ£ Installation
# Clone the repository
git clone https://github.com/jiwon-lieb/faq_md.git
cd faq_md
# Install dependencies
yarn install
2οΈβ£ Build & Run
# Build the project
yarn build
# Start local development server
yarn start
3οΈβ£ Add Your FAQs
Add your Markdown FAQ files to the /faq directory.
Eleventy will automatically generate an FAQ page for you.