1
0
mirror of https://github.com/lxndrblz/anatole.git synced 2022-06-11 21:08:13 +03:00

619 Commits

Author SHA1 Message Date
Jeffrey Forman
d511a6f520 feat: added mermaid support for displaying diagrams (#359)
* add mermaid support for making diagrams

Co-authored-by: Jeffrey Forman <jforman@gmail.com>
Co-authored-by: Alexander Bilz <mail@alexbilz.com>
2022-05-21 11:47:30 +02:00
Renato Martins
c0c367c2de fix: properly escape title in schema (#358)
Resolves an SEO error if quotes are used as part of the title.
2022-05-21 11:39:58 +02:00
lxndrblz
7f455af18a style: prettier format all files 2022-05-13 18:50:08 +00:00
Alexander Bilz
8268f7ca4d chore: release v1.11.0 v1.11.0 2022-05-13 20:49:24 +02:00
lxndrblz
741ea6fa37 style: prettier format all files 2022-05-13 18:47:22 +00:00
Kris - The Coding Unicorn
1959fa6d40 fix: incorrect display of submenu items when multiple menu dropdowns are implemented (#354)
Close #352 

Co-authored-by: Alexander Bilz <mail@alexbilz.com>
2022-05-13 20:46:45 +02:00
Kris - The Coding Unicorn
ec5066bdb5 fix: apply active class to submenu items (#350)
Co-authored-by: Alexander Bilz <mail@alexbilz.com>
2022-04-30 12:08:01 +02:00
Alexander Bilz
58ec33aa9e Merge remote-tracking branch 'origin/master' 2022-04-30 11:43:40 +02:00
Renato Martins
81c4208b67 fix: open social links in a new tab (#353)
This change ensures that the social links are opened in a new tab.

Co-authored-by: Alexander Bilz <mail@alexbilz.com>
2022-04-30 11:43:32 +02:00
Renato Martins
dbb61d234b open social links on a new tab (#353)
This change ensures that the social links are opened in a new tab.

Co-authored-by: Alexander Bilz <mail@alexbilz.com>
2022-04-30 11:41:46 +02:00
lxndrblz
ce933bc04a chore: build resources 2022-04-23 08:11:39 +00:00
Kris - The Coding Unicorn
6c55d4282e feat: added support for navigation menu dropdown (#344)
Co-authored-by: Alexander Bilz <mail@alexbilz.com>
2022-04-23 10:11:06 +02:00
lxndrblz
2f723d20b1 style: prettier format all files 2022-04-16 10:26:33 +00:00
Alexander Bilz
c8f9c1d7b7 chore: release v1.10.0 v1.10.0 2022-04-16 12:25:44 +02:00
Alexander Bilz
849a2f2d9b fix: remove double h1 tags (#347)
Closes #347
2022-04-16 12:20:35 +02:00
lxndrblz
fea51d1357 style: prettier format all files 2022-04-05 18:05:14 +00:00
Alexander Bilz
d8e49cd2f2 Merge pull request #342 from alexanderdavide/feature/use-front-matter-description-as-rss-item-description
Use front matter description as rss item description
2022-04-05 20:04:29 +02:00
alexanderdavide
89c8c65587 feat: use front matter description as rss item description 2022-04-04 19:52:33 +00:00
lxndrblz
6c5ea12061 style: prettier format all files 2022-03-31 18:43:40 +00:00
Alexander Bilz
370ac4939b Merge pull request #341 from vladimirdoroch/master
fix: loading the correct internal Google Analytics template for v4 token
2022-03-31 20:42:57 +02:00
Vladimir Doroch
ec0175a4ed fix: loading the correct internal Google Analytics template for v4 token
Added if-clause to check prefix of googleAnalytics variable for v4 format ("G-"). Loading according internal template as specified in hugo docs.

Reviewed-by: Vladimir Doroch
Refs: #339
2022-03-31 09:45:59 +02:00
Alexander Bilz
d3057a5a8e Merge pull request #336 from lxndrblz/dependabot/npm_and_yarn/minimist-1.2.6
chore(deps): bump minimist from 1.2.5 to 1.2.6
2022-03-27 13:55:40 +02:00
lxndrblz
e8f2295398 style: prettier format all files 2022-03-27 11:29:24 +00:00
dependabot[bot]
436ae518b7 chore(deps): bump minimist from 1.2.5 to 1.2.6
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-27 11:28:46 +00:00
Alexander Bilz
767180a359 chore: release v1.9.0 v1.9.0 2022-03-27 13:28:01 +02:00
lxndrblz
f2e4003cd8 style: prettier format all files 2022-03-27 11:18:31 +00:00
Osterberg
6ad4d7aea1 feat: Add option to display related posts (#300)
* Added an option to display related posts

Co-authored-by: Alexander Bilz <mail@alexbilz.com>
2022-03-27 13:17:44 +02:00
lxndrblz
4c83061aef style: prettier format all files 2022-03-27 10:49:49 +00:00
Ondřej Morávek
3685a7dfa6 feat: layout improvements for portfolio
Layout improvements for portfolio
2022-03-27 12:48:47 +02:00
Alexander Bilz
5f822e3f6d chore: rebuild resources 2022-03-27 12:16:01 +02:00
lxndrblz
eb0ad29b22 style: prettier format all files 2022-03-27 10:09:05 +00:00
Alexander Bilz
d91e89c6ad feat: add a notice shortcode
Add a Notice Shortcode
2022-03-27 12:08:18 +02:00
Alexander Bilz
83e9ee1f74 style: format code with prettier and increase whitespace 2022-03-27 11:49:40 +02:00
Alexander Bilz
fbecf7ff34 fix: increase padding on the x-axis
Co-authored-by: Alexander Eble <35292572+alexanderdavide@users.noreply.github.com>
2022-03-27 11:45:33 +02:00
Alexander Bilz
c52f433ae4 Merge remote-tracking branch 'origin/feat/notice-shortcode' into feat/notice-shortcode 2022-03-26 11:22:33 +01:00
Alexander Bilz
a93793ba94 docs: make headings more descriptive 2022-03-26 11:22:15 +01:00
Alexander Bilz
3c8000914f Merge branch 'master' into feat/notice-shortcode 2022-03-26 11:18:42 +01:00
Alexander Bilz
e581c4372d refactor: simplify number of color variables used 2022-03-26 11:12:47 +01:00
lxndrblz
a374a16d7e style: prettier format all files 2022-03-24 16:20:48 +00:00
Kris - The Coding Unicorn
0e03d3fc86 fix: minify fontawesome files format to resolve integrity check errors (#335) 2022-03-24 16:51:19 +01:00
lxndrblz
0cfd7160e1 style: prettier format all files 2022-03-21 19:48:53 +00:00
Alexander Bilz
36ea4a8ca1 fix: enable sidebar by default 2022-03-21 20:47:54 +01:00
lxndrblz
d3d6dfd8b5 chore: build resources 2022-03-21 19:43:07 +00:00
Alexander Bilz
7e2b5edde1 Merge pull request #324 from lxndrblz/feat/hide-sidebar-on-content-page
feat: hide sidebar on content pages
2022-03-21 20:42:12 +01:00
Alexander Bilz
b9e947f848 Merge branch 'master' into feat/hide-sidebar-on-content-page 2022-03-21 20:36:26 +01:00
Alexander Bilz
e985a59959 fix: removed obsolete css properties 2022-03-21 20:01:32 +01:00
Alexander Bilz
c21644c207 refactor: css styling based on review feedback 2022-03-21 19:58:03 +01:00
Alexander Bilz
caddf80a8d Merge pull request #332 from lxndrblz/fix/non-styled-summary
fix: non styled summary
2022-03-21 06:57:53 +01:00
Alexander Bilz
2df0e1a5e3 ci: update resource on push to master
ci: update resource on push to master
2022-03-19 15:43:23 +01:00
alexanderdavide
5755525531 chore: bump actions/setup-node version 2022-03-19 14:38:26 +00:00