Commit Graph

165 Commits

Author SHA1 Message Date
Michal Pasierbski
3f5dced32f Add multilingual support 2020-05-24 18:07:02 +02:00
Dmitry Kolosov
127f3a40ba Fix rss link. Close #28 2020-04-29 22:27:53 +03: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
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
9f0279bfe1 fix relative urls and make partials for article info 2020-02-18 20:55:17 +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
a3261a97c9 fix html title 2020-02-15 23:24:01 +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
Dmitry Kolosov
63e411c12f Fix #1: add i18n for en/ru 2020-01-26 19:09:07 +03:00
Dmitry Kolosov
59cbfa14c1 Fix #11: add twitter cards 2020-01-23 23:55:42 +03:00
Dmitry Kolosov
1fff635426 Fix #10: add og tags internal template 2020-01-23 23:29:36 +03:00
Dmitry Kolosov
a6c28e1b8d Fix #7: add ga internal template 2020-01-22 20:51:35 +03:00
Dmitry Kolosov
8ae4ae106c initial commit 2020-01-12 09:51:51 +03:00