https://github.com/flatpickr/flatpickr.github.io
flatpickr documentation
https://github.com/flatpickr/flatpickr.github.io
Last synced: 11 months ago
JSON representation
flatpickr documentation
- Host: GitHub
- URL: https://github.com/flatpickr/flatpickr.github.io
- Owner: flatpickr
- Created: 2018-02-10T04:08:06.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-25T08:36:18.000Z (almost 2 years ago)
- Last Synced: 2025-04-20T01:33:03.161Z (11 months ago)
- Language: JavaScript
- Homepage: https://flatpickr.js.org
- Size: 1.4 MB
- Stars: 6
- Watchers: 5
- Forks: 23
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flatpickr documentation source
This is the source for flatpickr's documentation and demos website. You
can see it online at .
If you're looking for flatpickr's main repository, please go to
.
## Updating the documentation
This website is built using [Hugo](https://gohugo.io/). Please refer to
the installation instructions on Hugo's website to get it working on your
system.
Each page has a corresponding markdown file inside the `content/`
folder and that's where you need to add/remove information. JS, CSS and
images are parsed from the `static/` folder.
After updating the files, run `hugo serve` to build and test the changes
locally.