https://github.com/khulnasoft/hugo-khulnasoft-docs
https://github.com/khulnasoft/hugo-khulnasoft-docs
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/khulnasoft/hugo-khulnasoft-docs
- Owner: khulnasoft
- License: mit
- Created: 2024-11-26T03:18:23.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-12-17T23:01:04.000Z (10 months ago)
- Last Synced: 2025-02-01T02:16:02.311Z (8 months ago)
- Language: JavaScript
- Size: 4.72 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# KhulnaSoft Docs Theme
This repo contains the assets shared between KhulnaSoft Docs projects.
At its core it is the theme resources, and shared code used by the build process.## Usage
The project should be npm required into your project. Copy the example project.json and
gulpfile.js into your project and run:- `npm install`
- `npm start`This project also contains an example site you can use for development. Feel free to run
the above commands here to develop against it.