diff --git a/config/_default/module.yaml b/config/_default/module.yaml index 2bf3882..8c6b677 100644 --- a/config/_default/module.yaml +++ b/config/_default/module.yaml @@ -7,4 +7,4 @@ imports: - path: github.com/hugolify/hugolify-theme # CMS -- path: github.com/hugolify/hugolify-netlify-cms +- path: github.com/hugolify/hugolify-decap-cms diff --git a/go.mod b/go.mod index 5031e33..fc3919e 100644 --- a/go.mod +++ b/go.mod @@ -4,19 +4,7 @@ go 1.19 require ( github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2 v2.21100.20000 // indirect - github.com/hugolify/hugolify-example-site v1.0.19 // indirect - github.com/hugolify/hugolify-netlify-cms v1.8.2 // indirect - github.com/hugolify/hugolify-theme v1.7.37 // indirect - github.com/hugolify/hugolify-theme-casestudies v1.0.10 // indirect - github.com/hugolify/hugolify-theme-persons v1.3.6 // indirect - github.com/hugolify/hugolify-theme-posts v1.1.17 // indirect - github.com/hugolify/hugolify-theme-posts-authors v1.0.11 // indirect - github.com/hugolify/hugolify-theme-posts-categories v1.0.9 // indirect - github.com/hugolify/hugolify-theme-posts-tags v1.0.11 // indirect - github.com/hugolify/hugolify-theme-projects v1.1.18 // indirect - github.com/hugolify/hugolify-theme-projects-tags v1.0.12 // indirect - github.com/hugolify/hugolify-theme-projects-types v1.0.10 // indirect - github.com/hugolify/hugolify-theme-publications v1.2.0 // indirect - github.com/hugolify/hugolify-theme-publications-persons v1.1.2 // indirect - github.com/twbs/bootstrap v5.3.1+incompatible // indirect + github.com/hugolify/hugolify-decap-cms v1.9.0 // indirect + github.com/hugolify/hugolify-theme v1.7.39 // indirect + github.com/twbs/bootstrap v5.3.2+incompatible // indirect ) diff --git a/go.sum b/go.sum index d7ad1f3..b43a4f7 100644 --- a/go.sum +++ b/go.sum @@ -1,32 +1,8 @@ github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2 v2.21100.20000 h1:GZxx4Hc+yb0/t3/rau1j8XlAxLE4CyXns2fqQbyqWfs= github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2 v2.21100.20000/go.mod h1:mFberT6ZtcchrsDtfvJM7aAH2bDKLdOnruUHl0hlapI= -github.com/hugolify/hugolify-example-site v1.0.19 h1:GU5uHrF9o1SFtFqUhrqJTuDK63YOzRU9DDzcUdfMaro= -github.com/hugolify/hugolify-example-site v1.0.19/go.mod h1:tvFPv5uMeKzKQQEQmxo2RiceNGSqM3mkMZNxwfhtK9o= -github.com/hugolify/hugolify-netlify-cms v1.8.2 h1:a0+t8x9Ptj16JNKceyu7GChqDIlNOUuV+kUR9Uyo74U= -github.com/hugolify/hugolify-netlify-cms v1.8.2/go.mod h1:Q7HNXBxIatKmA+mlG+3HbWUYApZnftOwFz6kevyg/HU= -github.com/hugolify/hugolify-theme v1.7.37 h1:PwyjOnHbiLWN/EVEz0LYHzj+kks7l9WQ+Ntpo+zwSf0= -github.com/hugolify/hugolify-theme v1.7.37/go.mod h1:yDbH6g0BJAqjueFrZ13u2lC9gWsYuKDFjQirn805zvo= -github.com/hugolify/hugolify-theme-casestudies v1.0.10 h1:JNJUzR6k4DXsfmSH51Z0qjBF1TWq0Pvisw/b5fNUWt0= -github.com/hugolify/hugolify-theme-casestudies v1.0.10/go.mod h1:qq89c1Emj7lKoWho23RA9X3rPq+8H96mfO8KI5Twr7A= -github.com/hugolify/hugolify-theme-persons v1.3.6 h1:s9ZZMTSHZOyhklBF++LWutbQVsnCa6pJDBMzYxSkHO4= -github.com/hugolify/hugolify-theme-persons v1.3.6/go.mod h1:LjjY/5pEDk2r3URTU8xS7Sango4D4K9ExU0+OaJwOUA= -github.com/hugolify/hugolify-theme-posts v1.1.17 h1:vMKR2C7bgZOrE9lgJH4BCr+0jc4cRH9HNXXbQ2jHU8w= -github.com/hugolify/hugolify-theme-posts v1.1.17/go.mod h1:kSsNH0SQ9TaUdpJ2AsOYfAQt4qiIv0ORGjC4l+XCoqc= -github.com/hugolify/hugolify-theme-posts-authors v1.0.11 h1:nyQrVetNCtgKuQcvqFvh2zAefLVKhN62NiOdibmXGcM= -github.com/hugolify/hugolify-theme-posts-authors v1.0.11/go.mod h1:2vuilTf8Vy8jwMtA2fcdvu+tq56KT9niZe62TyH6JQo= -github.com/hugolify/hugolify-theme-posts-categories v1.0.9 h1:8SEXg7AuTw0wE8af03PpJ7qdqjeAkdN4a0Z3zDub2Ho= -github.com/hugolify/hugolify-theme-posts-categories v1.0.9/go.mod h1:BgCFC7+DzBoAiM4B1CrWGCDVzU/UUHnwNIeMc7cqt54= -github.com/hugolify/hugolify-theme-posts-tags v1.0.11 h1:WbXiUkwpcsW2xXB1KbE2iPfd1vCicG6YxLP8ort09jY= -github.com/hugolify/hugolify-theme-posts-tags v1.0.11/go.mod h1:8Vb9TbKcVvgMTZpHdIp8vyw9loSTcY3q0BNvqv8WpLg= -github.com/hugolify/hugolify-theme-projects v1.1.18 h1:QOOx54K3VzTbe3VOfJTGtiKKHLLjjvbaKYVULucHTf0= -github.com/hugolify/hugolify-theme-projects v1.1.18/go.mod h1:DseeRICUC354yaV9BDa6M3AwIeZVKXLnJbFczHCSH+U= -github.com/hugolify/hugolify-theme-projects-tags v1.0.12 h1:RK2SOE1lMHrk25JVi+t1Snxu5bFXgc7evOIAiMx17tM= -github.com/hugolify/hugolify-theme-projects-tags v1.0.12/go.mod h1:qqkCPiuJJxLQrnomqNqmSbwLquISdi3c0mhpvXE1CNU= -github.com/hugolify/hugolify-theme-projects-types v1.0.10 h1:PCYBfGpZKF+oJ/J1xa/PBJywYwrsbAL13LKaKtm1ERs= -github.com/hugolify/hugolify-theme-projects-types v1.0.10/go.mod h1:IFi4jmAY5oXSLTWyK0mcGUDoFzWtgTQB/bQ+gL23MTg= -github.com/hugolify/hugolify-theme-publications v1.2.0 h1:1Ss0D1h/2mp7gC8ndTfoUZ8263Wthilq67ytevgKzBw= -github.com/hugolify/hugolify-theme-publications v1.2.0/go.mod h1:9hR8/sdinGo6o4DJpZMTdP1I8XYwUUq585WmeU1zwH8= -github.com/hugolify/hugolify-theme-publications-persons v1.1.2 h1:jwriBVKYNg/MZ0qFh93ZAYCd3x7QoEIyRpGHJaTgsdw= -github.com/hugolify/hugolify-theme-publications-persons v1.1.2/go.mod h1:To+/GFhBybbw54E7FXfcU2C1hulhkKkB31YrNI3SSeM= -github.com/twbs/bootstrap v5.3.1+incompatible h1:VZq/ulwa2CvsK7F9LFzkCVLzaCkTYOVyW5c3FBICUsM= -github.com/twbs/bootstrap v5.3.1+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0= +github.com/hugolify/hugolify-decap-cms v1.9.0 h1:4/8VFZ+66gDa2CguRPJjRgOu+dp7d5ui6i2cbuydq6s= +github.com/hugolify/hugolify-decap-cms v1.9.0/go.mod h1:lxqV0lEahrLATtKBgUbj/c9fQE1XGpaJSIaLk9D/hRA= +github.com/hugolify/hugolify-theme v1.7.39 h1:CBTcUEImb8KkZGhpnfH9Zauz+C1/+LT1jKnZI1qzxbc= +github.com/hugolify/hugolify-theme v1.7.39/go.mod h1:yDbH6g0BJAqjueFrZ13u2lC9gWsYuKDFjQirn805zvo= +github.com/twbs/bootstrap v5.3.2+incompatible h1:tuiO5acc6xnZUR77Sbi5aKWXxjYxbmsSbJwYrhAKoQQ= +github.com/twbs/bootstrap v5.3.2+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0= diff --git a/hugo_stats.json b/hugo_stats.json index 4dd5e09..8a3f303 100644 --- a/hugo_stats.json +++ b/hugo_stats.json @@ -3,428 +3,102 @@ "tags": [ "a", "article", - "aside", - "b", - "blockquote", "body", "br", "button", - "canvas", - "cite", - "dd", "details", "div", - "dl", - "dt", - "em", "figcaption", "figure", "footer", - "form", "h1", "h2", - "h3", - "h4", - "h5", - "h6", "head", "header", "html", - "i", - "iframe", - "img", - "input", - "label", "li", "link", "main", "meta", "nav", "ol", - "option", "p", - "path", - "picture", - "pre", "script", "section", - "select", - "source", "span", "strong", "summary", - "sup", - "svg", - "table", - "td", - "textarea", - "th", - "time", "title", - "tr", "ul" ], "classes": [ "404-page", - "actions", - "active", - "alert", - "alert-danger", - "alert-info", - "alert-light", - "alert-success", - "alert-warning", - "author", - "authors", - "avatar", - "average", - "back", "banner", "banner-warning", - "block-alert", "block-bg", - "block-chart", - "block-cta", - "block-datas", - "block-editorial", - "block-editorial-ltr", - "block-editorial-rtl", - "block-embed", "block-faq", - "block-figure", - "block-form", - "block-gallery", - "block-images", - "block-informations", - "block-instagram", - "block-latest", "block-map", - "block-newsletter", - "block-paragraph", - "block-pushes", - "block-quote", "block-selected", - "block-selected-casestudies", "block-selected-pages", - "block-selected-posts", - "block-selected-projects", - "block-selected-publications", - "block-testimonials", - "block-title", "bottom", "breadcrumb-wrapper", "btn", - "btn-filter", - "btn-menu", "btn-primary", - "btn-secondary", - "carousel", - "casestudies", - "casestudy", - "categories", - "category", - "circle", - "circle-bg", "col-md-10", - "col-md-6", - "col-md-8", - "contact-list", "container", "content", "content-body", - "credit", "cta", - "datas", - "date", "description", - "disabled", - "dropdown", - "dropdown-menu", - "dropdown-toggle", - "email", - "embed", - "fail", - "featured-image", - "filters", - "first", - "footer-title", - "form-control", - "form-label", - "form-select", - "full", - "gallery", - "gallery-2", - "gallery-3", - "gallery-4", - "gallery-5", - "gallery-6", - "gauge", - "github", "grid", - "half", "header", "heading", - "heading-filter", "hero", "hero-center", "hero-content", "hero-media", "hero-with-image", - "hero-with-second-content", - "highlight", "home-page", "hugolify", - "icon", - "icon-airplane", - "icon-box", - "icon-cloud-rain", - "icon-cloud-sun", - "icon-clouds", - "icon-sun", - "icon-wallet", - "images", - "img-fluid", - "information", - "item", "items", - "items-2", - "items-3", - "items-4", - "js-carousel", - "js-chart", - "js-gallery", - "js-gauge", "js-map", - "js-newsletter", - "js-newsletter-form", - "last", - "latest", - "latest-posts", - "latest-publications", - "lightbox", - "linkedin", - "list", - "list-authors", - "list-categories", - "list-mini_card", - "list-projects_tags", - "list-projects_types", - "list-publications_persons", - "list-tags", "logo", "map", "media", - "media-icon", - "media-image", - "media-logo", - "media-none", - "metas", - "modal", - "modal-body", - "modal-content", - "modal-dialog", - "modal-header", - "more", "name", "nav", "nav-accessibility", - "nav-legal", - "nav-primary", - "nav-secondary", - "nav-social", - "nav-title", - "newsletter", - "next", "offcanvas", "offset-md-1", - "offset-md-2", - "offset-md-3", - "offset-md-4", - "offset-md-6", "page", - "page-casestudies", - "page-persons", - "page-posts", - "page-projects", - "page-publications", "pages", - "pagination", - "pagination-between", - "pass", - "person", - "persons", - "phone", - "post", - "posts", - "press", - "previous", - "project", - "projects", - "projects_tag", - "projects_tags", - "projects_type", - "projects_types", - "publication", - "publications", - "publications_person", - "publications_persons", - "push", - "push-center", - "push-darken", - "push-end", - "push-start", - "quote", - "reading-time", "row", - "section-blocks", - "section-casestudies", "section-contact", "section-legal-mentions", - "section-persons", - "section-posts", "section-privacy-policy", - "section-projects", - "section-publications", - "section-publications_categories", "section-sitemap", - "share", - "sidebar", - "splide", - "splide__list", - "splide__slide", - "splide__track", "surtitle", - "tag", - "tags", - "taxonomy-authors", - "taxonomy-categories", - "taxonomy-projects_tags", - "taxonomy-projects_types", - "taxonomy-publications_persons", - "taxonomy-tags", - "term-authors", - "term-categories", - "term-projects_tags", - "term-projects_types", - "term-publications_persons", - "term-tags", - "testimonials", - "text", - "text-center", "title", "toc", - "top", - "twitter", - "twitter-tweet", - "value", - "vimeo", - "visually-hidden", - "youtube" + "top" ], "ids": [ "TableOfContents", - "alerts", "audience-measurement", - "blocks", - "buttons", - "casestudies", - "chart-0", - "chart-1", - "chart-2", - "chart-3", - "chart-4", - "chart-5", - "chart-6", - "chart-7", - "chart-8", - "chart-modal-chart-0", - "chart-modal-chart-1", - "chart-modal-chart-2", - "chart-modal-chart-3", - "chart-modal-chart-4", - "chart-modal-chart-5", - "chart-modal-title-chart-0", - "chart-modal-title-chart-1", - "chart-modal-title-chart-2", - "chart-modal-title-chart-3", - "chart-modal-title-chart-4", - "chart-modal-title-chart-5", - "chart-table-chart-0", - "chart-table-chart-1", - "chart-table-chart-2", - "chart-table-chart-3", - "chart-table-chart-4", - "chart-table-chart-5", "conception", "contact", "cookies", - "details", - "donec-quis-tristique-elit", "données-personnelles", "editor", - "figure", "footer", - "form-0", - "form-0-email-1", - "form-0-select-3", - "form-0-tel-2", - "form-0-text-0", - "form-0-textarea-4", - "form-1", - "form-1-email-2", - "form-1-select-4", - "form-1-tel-3", - "form-1-text-0", - "form-1-text-1", - "form-1-textarea-5", - "form-2", - "form-2-email-1", - "form-2-select-3", - "form-2-tel-2", - "form-2-text-0", - "form-2-textarea-4", - "fusce-id-imperdiet-nunc", - "heading-3", - "heading-4", - "heading-5", - "heading-6", - "highlight", "hosting", - "hugo-shortcodes", - "hugolify-shortcodes", "legal-mentions", - "lorem-ipsum", - "lorem-ipsum-1", - "lorem-ipsum-2", "main", - "markdown-heading-2", - "navigation", - "navigationLabel", - "newsletter-form-0", - "newsletter-form-1", - "newsletter-form-2", - "newsletter-form-3", "pages", - "persons", - "posts", - "postsFilters", - "postsFiltersLabel", "privacy-policy", - "projects", - "projectsFilters", - "projectsFiltersLabel", - "publications", - "publicationsFilters", - "publicationsFiltersLabel", - "publications_categories", - "sed-pharetra-massa-eu-varius-egestas", "toc", "tocLabel", - "twitter", - "vimeo", - "vivamus-tincidunt-malesuada-lorem-eget-sodales", - "welcome-to-demohugolifyio", - "youtube" + "welcome-to-demohugolifyio" ] } } diff --git a/package.json b/package.json index fc5debf..425b45a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hugolify-template", - "version": "1.9.2", + "version": "1.10.0", "homepage": "https://www.hugolify.io", "repository": "https://github.com/hugolify/hugolify-template", "bugs": {