A template for Eleventy to publish your personal notes or docs.
Eleventy Notes is a beta version template designed for publishing personal notes, documentation, or blogs. It is built using Eleventy, a static site generator. Users are encouraged to report bugs or provide suggestions by opening an issue.
To install the Eleventy Notes template, follow these steps:
Clone the repository:
git clone [repository-url]
Navigate to the cloned directory:
cd [directory-name]
Install the dependencies:
npm install
Build the site:
npm run build
Start the local server:
npm run serve
Open a web browser and visit http://localhost:8080/
to see the Eleventy Notes template in action.
Eleventy Notes is a beta version template built using Eleventy, a static site generator. It allows users to publish their personal notes, documentation, or blogs. The template offers several features such as wikilinks, support for tags, a fast client-side search, customizable themes and sidebar, as well as being lightweight and fast. Installation is straightforward, and users can see the template in action by visiting the provided documentation.