Commit graph

656 commits

Author SHA1 Message Date
Dillon
95e3fb63ca
chore: update package-lock.json 2022-05-02 23:46:02 +08:00
Dillon
d2014ba1da
Merge pull request #618 from TrevorMcCormick/patch-1
fix: broken indentation for gists
2022-05-02 23:41:03 +08:00
Dillon
6b1da4c9aa
Merge pull request #461 from khusika/header-fixes
Use search-dropdown if search is enabled
2022-05-02 23:12:15 +08:00
Dillon
e2ca2101e7
Merge pull request #458 from anbuchelva/master
fix: wrap date in posts page
2022-05-02 17:23:31 +08:00
Dillon
0cec03816b
Merge pull request #412 from TeamYayin/develop
fix stack overflow font awesome icon codepen bug #400
2022-05-02 17:21:40 +08:00
Dillon
fcf29efd5d
Merge pull request #405 from HSoeren/patch-1
i18n translation for german updated
2022-05-02 17:18:11 +08:00
Dillon
0ec591b4ab
Merge pull request #544 from khusika/footer-fix
fix(footer): Guard post-info-license
2022-05-02 17:14:50 +08:00
Dillon
c17b7a1ffc
Merge pull request #521 from rsrchboy/fix-rss-authors
`.params` -> `$params`
2022-05-02 17:00:59 +08:00
Dillon
5093f1a24a
Merge pull request #519 from nekr0z/518
fix(function): error with newer Hugo versions
2022-05-02 16:53:38 +08:00
Dillon
20a02e69e9
Merge pull request #500 from LeiHao0/master
Add Traditional Chinese in i18n
2022-05-02 16:49:06 +08:00
Dillon
5d056b5f5d
Merge pull request #637 from jr-santos98/update-pt-br
Update pt-br in i18n
2022-05-02 16:47:59 +08:00
Dillon
eaddd23bda
chore(deps): bump ini from 1.3.5 to 1.3.8
chore(deps): bump ini from 1.3.5 to 1.3.8
2022-02-08 19:59:12 +08:00
Dillon
a02d0e03b8
chore(deps): bump tar from 4.4.13 to 4.4.19
chore(deps): bump tar from 4.4.13 to 4.4.19
2022-02-08 19:58:34 +08:00
Dillon
6463d65067
Merge branch 'develop' into dependabot/npm_and_yarn/ini-1.3.8 2022-02-08 19:56:43 +08:00
Dillon
db24015bbb
Merge branch 'develop' into dependabot/npm_and_yarn/tar-4.4.19 2022-02-08 19:55:53 +08:00
Dillon
148bf8a162
fix(docs): built-in shortcodes tweet on hugo 0.62.0 error 2022-02-08 19:51:37 +08:00
Dillon
e55256c498
fix(docs): built-in shortcodes instagram and tweet error 2022-02-08 19:38:57 +08:00
dependabot[bot]
9ef01dae86
chore(deps): bump tar from 4.4.13 to 4.4.19
Bumps [tar](https://github.com/npm/node-tar) from 4.4.13 to 4.4.19.
- [Release notes](https://github.com/npm/node-tar/releases)
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-tar/compare/v4.4.13...v4.4.19)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-08 11:37:01 +00:00
dependabot[bot]
f184fa01a0
chore(deps): bump ini from 1.3.5 to 1.3.8
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8)

---
updated-dependencies:
- dependency-name: ini
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-08 10:59:59 +00:00
Dillon
7754282abf
chore(deps): bump cached-path-relative from 1.0.2 to 1.1.0
chore(deps): bump cached-path-relative from 1.0.2 to 1.1.0
2022-02-08 18:59:28 +08:00
dependabot[bot]
06cde8cc18
chore(deps): bump cached-path-relative from 1.0.2 to 1.1.0
Bumps [cached-path-relative](https://github.com/ashaffer/cached-path-relative) from 1.0.2 to 1.1.0.
- [Release notes](https://github.com/ashaffer/cached-path-relative/releases)
- [Commits](https://github.com/ashaffer/cached-path-relative/commits)

---
updated-dependencies:
- dependency-name: cached-path-relative
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-27 15:25:26 +00:00
Junior Santos
12942dcf73 Update pt-br in i18n
Signed-off-by: Junior Santos <claudio.dossantosjunior@yahoo.com.br>
2021-12-19 20:11:53 -03:00
Trevor McCormick
1dc73de171
fix broken indentation for gists 2021-08-06 22:14:45 -04:00
Khusika Dhamar Gusti
8eb46b216d fix(footer): Guard post-info-license
Show license information if it is mentioned in the markdown.

Signed-off-by: Khusika Dhamar Gusti <mail@khusika.com>
2020-11-02 19:21:22 +07:00
Chris Weyl
8073888dd8 .params -> $params
This was causing the authors of all RSS items to render as "Author".
2020-09-17 12:01:48 -05:00
Evgeny Kuznetsov
3249f108da
fix(function): error with newer Hugo versions 2020-09-14 20:14:41 +03:00
LeiHao
f3d980c585 Add Traditional Chinese in i18n 2020-08-19 17:05:10 +08:00
Khusika Dhamar Gusti
c069c4d2e0 fix(header): Use search-dropdown if search is enabled
Signed-off-by: Khusika Dhamar Gusti <mail@khusika.com>
2020-07-16 10:06:26 +07:00
anbuchelva
38980c040c fix: wrap date in posts page 2020-07-12 18:39:28 +05:30
prajwal yashasvi
37e0e4afe1
fix stackoverflow icon codepen bug #400 2020-06-07 19:27:32 +05:30
HSoeren
e33a9a4b68
i18n translation for german updated
Some mistranslations and capitalization corrected. I'd be happy if it were to be adopted.
2020-06-02 12:27:18 +02:00
Dillon
f787a4e5ad Merge branch 'develop' 2020-05-29 14:13:45 +08:00
Dillon
96cf051546 chore(lib): update libraries 2020-05-29 14:13:24 +08:00
Dillon
deab5ca4d7 Merge branch 'develop' 2020-05-29 13:24:18 +08:00
Dillon
09e3b45f36 chore: update exampleSite config 2020-05-29 13:23:33 +08:00
Dillon
68a29fa538
Merge pull request #395 from dillonzq/develop 2020-05-29 13:23:05 +08:00
Dillon
4e3e54bb2a chore: update theme.js init 2020-05-29 11:31:26 +08:00
Dillon
cded7145ac
fix(style): remove Google Font (#394) 2020-05-29 11:19:33 +08:00
Dillon
89a526d693
feat(SEO): update SEO config (#393) 2020-05-29 11:11:21 +08:00
Andrea Carratta
2242e0c3c7
feat(sitemap): improve priority (#392)
Co-authored-by: Dillon <dillonzq@outlook.com>
2020-05-29 11:09:06 +08:00
Dillon
7b954a46e4 Merge branch 'master' into develop 2020-05-29 01:11:52 +08:00
Dillon
87223fbbdf
Create FUNDING.yml 2020-05-29 01:09:50 +08:00
Dillon
2330fa0188 Merge branch 'master' into develop 2020-05-29 01:03:42 +08:00
Dillon
5bc843ca85 chore: update project related information 2020-05-29 01:03:07 +08:00
Dillon
f631e3de04
fix(404): 404 page select language error (#391) 2020-05-29 00:19:39 +08:00
quyleanh
7a942f2d56
feat(i18n): add Vietnamese translation (#383)
Co-authored-by: Dillon <dillonzq@outlook.com>
2020-05-28 20:29:28 +08:00
Dillon
aa48df5edd
feat(content): support complete local resource references (#388) 2020-05-28 17:05:37 +08:00
Dillon
0c1f7d0ef8
fix(TOC): scrollbar bug when keepStatic is true (#382) 2020-05-24 16:20:48 +08:00
Dillon
94b8e6bf69 chore: update version to v0.2.10 2020-05-24 16:15:39 +08:00
Dillon
40c27dc21d Merge branch 'develop' 2020-05-19 11:32:25 +08:00