Themefisher Dev
17e688465f
added new search facilities
2020-02-15 17:34:02 +06:00
Themefisher Dev
6695462d13
modified navigation and banner
2020-02-08 10:40:37 +06:00
Themefisher Dev
a85b7a7185
modified default.html file
2020-02-03 16:30:12 +06:00
Themefisher Dev
2e7e2290b9
fixed navigation issue
2020-01-27 09:57:24 +06:00
Themefisher Dev
0754fc72a3
modified side-menu and some responsive issue
2020-01-25 13:04:33 +06:00
Themefisher Dev
b7fdfbb7a6
modified content folder
2020-01-20 09:55:22 +06:00
Themefisher Dev
6f6257751b
modified config, faq, header and footer
2020-01-08 16:41:37 +06:00
Themefisher Dev
78d8600723
modified default arch and frontmatter for added lastmod
2020-01-05 11:32:51 +06:00
somrat
5cf3041063
modified navaigation and default structure
2020-01-01 13:11:29 +06:00
somrat
448a3a9c30
modified notice shortcode
2019-12-30 16:27:38 +06:00
somrat
647b278e71
Merge branch 'master' of github.com:themefisher/dot
2019-12-21 13:58:48 +06:00
somrat
c283829cb2
modified readme file
2019-12-21 13:57:59 +06:00
Somrat
fb012b724c
Merge pull request #124 from niwo/patch-2
...
Support for Markdown in notice shortcode
2019-12-21 09:24:58 +06:00
somrat
78820940b2
modified theme.toml and readme file
2019-12-19 13:27:21 +06:00
Nik Wolfgramm
bb4d388754
Support for Markdown in notice shortcode
2019-12-16 16:05:48 +01:00
somrat
ad13ae4587
Merge branch 'master' of github.com:themefisher/dot
2019-12-15 10:42:58 +06:00
somrat
0427e200be
modified element page
2019-12-15 10:41:28 +06:00
Somrat
320aa310f3
Merge pull request #121 from niwo/patch-1
...
Use absLangURL function for "Home" links
2019-12-08 09:05:10 +06:00
Nik Wolfgramm
d436888220
Use absLangURL function for "Home" links
...
This should address 404 issues when using only a single language.
2019-12-07 14:50:16 +01:00
somrat
94d0294ef6
modified head
2019-12-03 13:42:06 +06:00
somrat
6834f26b12
fixed navigation wight
2019-11-24 15:17:12 +06:00
somrat
f02f46b96b
initialize template version 2.0
2019-11-18 12:32:43 +06:00
somrat
76597ea394
modified navigation and config file for language issue
2019-11-18 11:24:27 +06:00
somrat
109c92be39
Merge branch 'master' of github.com:themefisher/dot-hugo-documentation-theme
2019-11-16 13:57:19 +06:00
somrat
cbd105f553
modified readme file
2019-11-16 13:54:57 +06:00
Somrat
38bc2ea77f
Merge pull request #11 from onthedock/i18n
...
Improves i18n - Links point to localized versions of the pages
2019-11-14 09:16:33 +06:00
Somrat
a2f39c5cb7
Merge branch 'master' into i18n
2019-11-14 09:15:26 +06:00
somrat
ab258d9732
modified search engine and some minor bug
2019-11-13 12:23:31 +06:00
somrat
fd82c626be
modify live demo url
2019-11-10 11:19:17 +06:00
somrat
d5d0529956
Merge branch 'master' of github.com:themefisher/dot-hugo-documentation-theme
2019-11-10 11:11:59 +06:00
somrat
0506af6e6e
modify readme file
2019-11-10 11:11:16 +06:00
Somrat
c2341e8e9b
Merge pull request #18 from CSIRT-MU/language-selector
...
allow language selector to be disabled
2019-10-21 15:45:53 +06:00
172673
b84bfec85e
allow language selector to be disabled
2019-10-21 11:43:01 +02:00
somrat
97a74dc345
added option for logo
2019-10-10 15:25:24 +06:00
somrat
6e986a9b69
modified readme file
2019-09-28 15:49:18 +06:00
somrat
66adbebc8b
modified copyright text
2019-09-15 16:56:57 +06:00
somrat
7a4f6b06a4
modified main code structure
2019-09-04 17:35:48 +06:00
somrat
2830291cbc
modified readme file
2019-09-04 10:22:19 +06:00
somrat
4b6619e7fa
modified theme.toml
2019-08-31 09:36:57 +06:00
somrat
928ac691e2
modified readme file
2019-08-26 15:16:09 +06:00
somrat
0ded0a9c0e
Merge branch 'master' of github.com:themefisher/dot-hugo-documentation-theme
2019-08-22 12:40:24 +06:00
somrat
461da81c88
modified navigation language list
2019-08-22 12:39:33 +06:00
Somrat
d73a185182
Merge pull request #12 from onthedock/articles-label
...
Replaces hardcoded "Article" header for article listing with optional parameter "articlesLabel" on config file
2019-06-15 12:03:06 +06:00
somrat
ae7355b997
modified install page links and readme file
2019-06-15 11:54:16 +06:00
somrat
3f41c9d0b9
fixed hugo depricated issues
2019-06-15 11:48:38 +06:00
Xavi Aznar
0684a1bcab
Replaces hardcoded "Article" header for article listing with optional parameter "articlesLabel" on config file.
...
When listing articles for a Topic, the list was always labeled "Article".
If "articlesLabel" is set on [[Languages.<languageCode>]] section of site's config file,
it is used as Header for the listing of articles of the topic.
If it is not set, "Articles" is used.
2019-06-09 00:50:38 +02:00
Xavi Aznar
5205011fc1
Improves i18n - Links point to localized versions of the pages
...
E.g. "Contact" links to /contact by default or when defaultLanguageContent=en.
If the user selects any other language (e.g Es), the link points to "/es/contact".
The Call to Action button also points to the localized version of the Contact page.
2019-06-09 00:35:16 +02:00
Mehedi Sharif Titas
24fcdf79d6
Merge pull request #10 from onthedock/master
...
Removes ".Hugo is deprecated and will be removed in a future release" warning
2019-06-08 22:59:38 +06:00
Xavi Aznar
a49fb654d6
Removes
2019-06-08 18:07:21 +02:00
somrat
bfbc104c3e
modified readme file
2019-05-30 11:13:31 +06:00