Commit Graph

510 Commits

Author SHA1 Message Date
Dmitry Kolosov
3a3518c18a Add head-extra for overriding 2020-06-09 22:45:50 +03:00
Dmitry Kolosov
3676a7c18e Fix single post pagination 2020-06-07 14:25:18 +03:00
Dmitry Kolosov
899d9fd52d Add pagination for post single page. Close #22 2020-06-07 14:20:40 +03:00
Dmitry Kolosov
9ea38661fb Add pagination for taxonomies. Close #20 2020-06-07 13:36:02 +03:00
Dmitry Kolosov
82727c8e8a Add favorite posts. Close #19 2020-06-06 22:05:21 +03:00
Dmitry Kolosov
518f134ac2 Remove series taxonomy from example sites 2020-06-06 16:56:33 +03:00
Dmitry Kolosov
d8461318ef Update README about robots.txt 2020-06-06 16:44:52 +03:00
Dmitry Kolosov
3d2abb5cfa Add default robots.txt. Close ##21 2020-06-05 20:31:54 +03:00
Dmitry Kolosov
f8131480d1
Merge pull request #38 from hashier/patch-1
fix(typo): double space
2020-06-05 19:00:15 +03:00
Christopher Loessl
091c7de9d5
fix(typo): double space 2020-06-05 17:32:01 +02:00
Dmitry Kolosov
b9d3cc1a3a Fix pagination: relative links instead of absolute 2020-06-03 23:58:20 +03:00
Dmitry Kolosov
17c498dd13 Fix deprecation error about markup type mmark on example sites 2020-06-03 23:39:17 +03:00
Dmitry Kolosov
b5b99ad1ad Fix margin for automatic post summary 2020-06-03 23:26:07 +03:00
Dmitry Kolosov
0ac19e409b Update Readme: images and css paths are relative to static directory 2020-05-30 15:25:44 +03:00
Dmitry Kolosov
3c48720b22
Add information about multilingual mode to Readme 2020-05-27 22:50:15 +03:00
Dmitry Kolosov
0c8ce3901a
Merge pull request #34 from pasierb/multilingual_support
Multilingual support
2020-05-27 22:38:40 +03:00
Dmitry Kolosov
391fe8e5b1 Add dateFormat option. Close #5 2020-05-24 22:55:32 +03:00
Michal Pasierbski
b90922a68f Add language select 2020-05-24 18:30:37 +02:00
Michal Pasierbski
0c40eb4ab7 Add example site with multiple lanaguges 2020-05-24 18:11:30 +02:00
Michal Pasierbski
3f5dced32f Add multilingual support 2020-05-24 18:07:02 +02:00
Michal Pasierbski
9d324b29a7 Add Polish i18n 2020-05-24 18:06:02 +02:00
Dmitry Kolosov
63b73e6d2b Update README: update config section. Close #32 2020-05-14 22:33:21 +03:00
Dmitry Kolosov
2fc2766a24 Add support for _index.md. Close #31 2020-05-07 22:02:59 +03:00
Dmitry Kolosov
1074bfcae3
Add GA info to README. Close #30 2020-05-07 20:05:13 +03:00
Dmitry Kolosov
127f3a40ba Fix rss link. Close #28 2020-04-29 22:27:53 +03:00
Dmitry Kolosov
9b1c2169e9 Update README 2020-04-26 15:24:28 +03:00
Dmitry Kolosov
e05d86f6fe Add skip to main content link (accessibility). Close #24 2020-04-26 15:18:55 +03:00
Dmitry Kolosov
f796d328e5 Fix scroll for pre tag. Close #27 2020-04-26 14:53:07 +03:00
Dmitry Kolosov
c95c954a4f
Merge pull request #26 from aerogus/master
french translation
2020-04-26 14:41:03 +03:00
Dmitry Kolosov
b8fbc2dca7
Merge pull request #25 from kcollasarundell/custom-css-support
Add support for custom CSS files. Close #12
2020-04-26 14:39:42 +03:00
Guillaume Seznec
944ee7139f french translation 2020-04-13 12:39:42 +02:00
Kevin Collas-Arundell
c6754e5264 Add support for custom CSS files
This allows end users to add additional CSS files for use in their site.
They would do this by adding
```
[params]
  customCSS = [
    "mycss.css"
  ]
```
into their config file.
2020-04-06 17:57:16 +10:00
Dmitry Kolosov
43d588d7cd
Merge pull request #23 from sams96/tag-link-fix
Fixed broken link on tags with spaces
2020-04-01 14:14:00 +03:00
Sam Smith
ce1b32b427
Fixed broken link on tags with spaces
Clicking the link to tag with a space would 404, this adds a hyphen
which links to the correct page.
2020-03-08 17:10:05 +00:00
Dmitry Kolosov
7273a5884c delete leading slash from url in terms 2020-02-19 23:42:23 +03:00
Dmitry Kolosov
9f0279bfe1 fix relative urls and make partials for article info 2020-02-18 20:55:17 +03:00
Dmitry Kolosov
cc3c20d597 change theme config from yaml to toml 2020-02-16 20:43:53 +03:00
Dmitry Kolosov
4c5877bee1 add exampleSite 2020-02-16 13:13:41 +03:00
Dmitry Kolosov
468b4167cc update features in README 2020-02-16 13:07:56 +03:00
Dmitry Kolosov
8ba99bddf8 add screenshots by right way 2020-02-16 13:02:57 +03:00
Dmitry Kolosov
6423a3b90c remove forward slashes from urls 2020-02-15 23:34:25 +03:00
Dmitry Kolosov
47453ee205 update relURL to absURL 2020-02-15 23:30:39 +03:00
Dmitry Kolosov
20fc8d4245 update homepage url in theme.yaml 2020-02-15 23:26:27 +03:00
Dmitry Kolosov
a3261a97c9 fix html title 2020-02-15 23:24:01 +03:00
Dmitry Kolosov
b3dea99773 add style for different html attributes 2020-02-15 22:55:12 +03:00
Dmitry Kolosov
b9bd15ad09 fix pagination 2020-02-15 22:26:47 +03:00
Dmitry Kolosov
71fce0bf28 update taxonomies design 2020-02-15 22:07:42 +03:00
Dmitry Kolosov
6694659336 Design updates 2020-02-15 21:48:51 +03:00
Dmitry Kolosov
0dce9b9431 Fix #9 and other design updates 2020-02-02 18:01:10 +03:00
Dmitry Kolosov
5af22d3c89 Fix #4: remove hardcode 2020-01-28 22:23:46 +03:00