mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-20 21:31:32 +02:00
Merge commit '8b9803425e63e1b1801f8d5d676e96368d706722'
This commit is contained in:
@@ -26,5 +26,5 @@ Below is an overview of what we used with Hugo to build our website:
|
||||
* Our search is powered by a custom solution that we’ve built. It allows our pages, blog, and knowledge base to be searched. It uses [Axios](https://github.com/axios/axios) to send a `POST` request containing the search query. An index file in JSON generated by Hugo is searched and the results are then returned.
|
||||
* Our commenting system is also powered by a custom solution that we’ve built. It uses Axios to send a `GET` request containing the slug to pull the comment thread and a `POST` request containing the name, email address, and comment when submitting a comment.
|
||||
* Our contact form is a simple HTML form, which uses Axios as well.
|
||||
* Our writers use shortcodes to enhance the capability of markdown.
|
||||
* Our writers use shortcodes to enhance the capability of Markdown.
|
||||
* Our entire website is delivered through KeyCDN using a Pull Zone, which means all of our edge locations are delivering our website.
|
||||
|
Reference in New Issue
Block a user