Commit graph

165 commits

Author SHA1 Message Date
920e71ee68 [#9] Update table of contents styles 2023-05-29 14:50:50 +00:00
bf439c2673 [#9] Update table of contents function 2023-05-29 14:50:50 +00:00
1ed372a791 [#9] Update FEP links styles 2023-05-29 14:50:50 +00:00
e83fceafdc [#9] Add table of contents 2023-05-29 14:50:50 +00:00
bdc9e03932 [#8] Fix section highlighting 2023-05-24 11:52:09 +03:00
95e99e3d4b partials: Support custom title
Add opportunity to override default page title

Signed-off-by: Dmitriy Rychkov <d.rychkov@yadro.com>
2023-02-15 14:26:27 +03:00
Mike Petrov
72d06db4e8 Implement FrostFS design version
Signed-off-by: Mikhail Petrov <m.petrov@yadro.com>
2022-12-29 14:55:12 +03:00
Md Nuruzzaman
dd500e1b2b
Update README.md 2022-10-20 16:34:04 +06:00
Md Nuruzzaman
cfca6de956
Update README.md 2022-10-19 15:58:23 +06:00
Mehedi Sharif Titas
c643719b46
Merge pull request #181 from seiyria/patch-1
add autocomplete filtering on label AND value
2022-10-19 14:56:45 +06:00
Md Nuruzzaman
cf866a4c30
Update README.md 2022-10-19 13:17:55 +06:00
Md Nuruzzaman
5dc0325354
Update README.md 2022-10-19 12:34:05 +06:00
Muhammad Sumon
f3566bbfaf
Update head.html 2022-10-16 15:43:26 +06:00
Kyle J. Kemp
9b753303df
add autocomplete filtering on label AND value
as it is, trying to filter by the items in the array is frustrating as only the value is filtered on. this change allows for filtering on both.
2022-06-10 10:07:19 -05:00
Somrat
1d8871d5e5 modified readme file 2022-06-01 11:15:32 +06:00
Somrat
32a15b8689 modified readme file 2022-06-01 11:15:04 +06:00
Somrat
5cabeee5cf
Merge pull request #180 from chanix95/master
Fix: typos in comments
2022-04-17 11:03:16 +06:00
chanix95
011f0f6b8b
Fix: typos in comments 2022-04-15 17:05:56 -03:00
Farhad
1173290b9a
Update README.md 2022-02-15 09:58:25 +06:00
Farhad
5a9737387c
Update README.md 2022-02-13 16:25:57 +06:00
Sojon
f04d2b8825 modified config && updated Title 2022-02-07 16:18:33 +06:00
Md. Farhad Hossen
d8087869f9
Update README.md
Updated premium themes by us section
2022-02-06 13:28:56 +06:00
Md. Farhad Hossen
b8e5555abf
Update LICENSE 2022-02-06 10:53:23 +06:00
Somrat
def0a392a5 code formatting 2022-01-30 11:10:45 +06:00
Somrat
fa2d300c90 fixed language switcher 2021-12-18 12:24:57 +06:00
Somrat
ee51534a34
Merge pull request #177 from unicef/add/index-page-text
📝 layouts/index: Add optional text above site topics
2021-11-23 12:18:22 +06:00
Justin W. Flory (he/him) [UNICEF Innovation]
52a259a512
📝 layouts/index: Add optional text above site topics
This commit allows a site to have generic text to appear at the top of
the site, underneath the header but above the topics. This is useful
because it allows a site maintainer to give more context or lead-ins to
the content available on the site. Since this might not be applicable
for all users, this is made an optional feature. If there is no index
file in `content/`, nothing will appear and the site will appear as it
does now.

Signed-off-by: Justin W. Flory (he/him) [UNICEF Innovation] <jflory@unicef.org>
2021-11-19 11:59:01 +01:00
somratpro
9d1c926d23 merged 2021-10-31 10:35:23 +06:00
somratpro
d57b1322c5 merged 2021-10-31 10:31:58 +06:00
Mehedi Sharif Titas
849719fffe
Merge pull request #175 from unicef/174/fix-bracket
🪲 🔧 assets: Add missing bracket (closes #174)
2021-10-14 19:34:33 +06:00
Justin W. Flory (he/him) [UNICEF Innovation]
52d9f7b17f
🪲 🔧 assets: Add missing bracket (closes #174)
This commit adds a closing bracket to the method introduced in commit
d127d5e224. This broke the banner image
and caused it to disappear from the index page.

Closes themefisher/dot-hugo#174.

Signed-off-by: Justin W. Flory (he/him) [UNICEF Innovation] <jflory@unicef.org>
2021-10-14 15:31:29 +02:00
Somrat
974ee76544
Merge pull request #173 from ashwin153/patch-2
Do not fail if generatePDF is not defined
2021-10-13 11:25:55 +06:00
Ashwin Madavan
d127d5e224
Do not fail if generatePDF is not defined 2021-10-11 00:32:30 -07:00
Somrat
66556fe84f
Update config.toml 2021-10-11 10:32:25 +06:00
Somrat
021b2df6a1
Merge pull request #172 from ashwin153/patch-1
Capitalize subject in contact form placeholder
2021-10-11 10:31:21 +06:00
Ashwin Madavan
92240aeb3f
Capitalize subject in contact form placeholder 2021-10-10 19:06:50 -07:00
Sumaiya Akter
9d0a16a4d7
Update README.md 2021-09-08 14:05:08 +06:00
shampaakter
68395547d1 added netlify.toml file, updated theme.toml, README.md file 2021-09-06 15:29:33 +06:00
Somrat Sorkar
6f171c42be
Merge pull request #168 from Idadelveloper/add/pdf-export
Export an article to pdf
2021-08-30 17:23:58 +06:00
Ida Delphine
0fb604c43a Add function to download pdf and download based the downloadBtn parameter
A new taxonomy for the download button should be added in the base configuration file.
eg downloadable = "downloadBtn"
When this downloadBtn is added in the front matter of any of the content files, it will be displayed.
eg downloadBtn: "true"
Adding it to the archetypes and setting it to false by default be awesome.

Signed-off-by: Ida Delphine <mida@unicef.org>
2021-08-30 11:17:38 +01:00
Ida Delphine
e3ca0791cd layouts: Add pdf.js and html2pdf cdn
Signed-off-by: Ida Delphine <mida@unicef.org>
2021-08-20 12:07:57 +01:00
Ida Delphine
f073995976 layouts: Add button to download pdf
Signed-off-by: Ida Delphine <mida@unicef.org>
2021-08-20 12:06:18 +01:00
Sojon
dead996a53 Navigation updated, faq css fixed, other minor change added 2021-07-05 14:26:25 +06:00
somratpro
e31a93dbd3 added partial cached and new notice on elemnt page 2021-06-01 14:04:53 +06:00
somratpro
4685e0da58 added meta OG and Twitter data 2021-04-29 09:13:39 +06:00
somratpro
e45d6108ea added method for contact form 2021-04-27 09:50:17 +06:00
Somrat Sorkar
f90395f13b
Merge pull request #161 from jcabak/master
Accessibility and SEO improvements
2021-04-24 09:09:57 +06:00
JCabak
df803ed9de Accessibility and SEO improvements 2021-04-23 22:43:36 +02:00
JCabak
ac6bc65231 Accessibility and SEO improvements 2021-04-23 22:42:04 +02:00
Somrat Sorkar
af14a0d07a
Merge pull request #160 from ohanedan/master
turkish character bug fix on faq shortcode
2021-03-07 08:31:56 +06:00