Commit Graph

46 Commits

Author SHA1 Message Date
Joao Senger
14d0777437 feat: googleAnalytics 2024-06-11 10:21:37 -03:00
Junyi Hou
e7a93e2088 update: "colorThemeSwitcher" defaults to "true" 2024-04-26 12:37:08 +08:00
Junyi Hou
9f33764cff fix: PermaLink to RelPermalink 2024-04-09 19:33:28 +08:00
Junyi Hou
d979f023f4 add: feature of sass 2024-04-09 19:18:45 +08:00
Junyi Hou
4bd6cadc3b finished moving "style" to "colorTheme, colorThemeSwitcher" 2024-03-13 16:59:22 +08:00
Junyi Hou
4629494c03 rename "style" to "colorTheme", add "colorThemeSwitcher" 2024-03-13 16:42:54 +08:00
Junyi Hou
8aba514632 remove hugo code in .css files. 2024-03-13 16:38:42 +08:00
Junyi Hou
d7a3b9a030 remove opengraph and twitter 2023-11-01 15:17:34 +08:00
SandaruKasa
f4e0412244
Cull excessive JS/CSS for {dark,light}-without-swticher styles 2023-07-04 20:47:51 +03:00
Jan Fader
005afbf045
add support for umami 2022-08-13 08:41:36 +02:00
Dmitry Kolosov
aa98e52c42
Merge pull request #144 from Mitrichius/see-next-section/#44
Added support for meta keywords #137
2022-02-22 18:44:47 +03:00
Dmitry Kolosov
e98fcde09a added support for meta keywords #137 2022-02-22 18:44:32 +03:00
Dmitry Kolosov
179923826f Remove flash for dark theme on loading #139 2022-02-18 14:40:24 +03:00
Dmitry Kolosov
05206ec021 add copy code button and config param #122 2022-01-18 19:57:01 +03:00
Dmitry Kolosov
68892b834f hide hidden page from search engines #124 2021-12-27 20:18:00 +03:00
Maksim Iakunin
e67afd8157
Extracting favicons to a separate partition.
This is needed to overriding in the client's code.
2021-10-24 15:24:48 +03:00
Maksim Iakunin
302a1e18a8
Fixing a bug with empty <title> 2021-10-22 12:51:33 +03:00
Maksim Iakunin
4001d5e92f
Merge branch 'master' into 2021-10-19_meta-description 2021-10-20 16:43:34 +03:00
Maksim Iakunin
30ca3e0a08
Fixing a bug with <meta name=description> 2021-10-19 20:06:44 +03:00
Maksim Iakunin
9b375d4a98
Extracting <title> to be able to override it in the client code 2021-10-19 20:00:18 +03:00
Maksim Iakunin
4d405ead5d
#101: Simplifying environment detection 2021-10-05 16:18:47 +03:00
Dmitry Kolosov
d55cc982da fix errors on theme building 2021-06-17 13:18:18 +03:00
Dmitry Kolosov
b9c021cab7 fix support for GA v4 #84 2021-04-11 17:32:40 +03:00
Dmitry Kolosov
f78a7b2f98 add support for GA v4 #84 2021-04-11 17:00:58 +03:00
Nils Kempen
89ce9761a4 - Move footer-extra inside copyright diff 2021-02-23 21:49:44 +01:00
Quentin Barbe
2b1f281384
Merge customCSS inside main CSS 2021-02-19 23:45:09 +01:00
Dmitry Kolosov
723c94d0d4 support webmentions #75 2021-01-11 21:40:41 +03:00
Dmitry Kolosov
e9ee82e764 Fingerprint and minify all resources, move custom css and js to assets dir 2020-11-04 19:46:19 +03:00
Quentin Barbe
8f5c578e1d
Minify CSS file for production builds 2020-10-25 23:20:32 +01:00
Quentin Barbe
db7e6254fa
Merge style sheets for light and dark themes into a single resource
This will avoid having inline style, which is annoying for stricter CSP.
It should improve performances, as there is only a single file to load.
As a bonus, I also included resource fingerprinting, which will avoid breaking
the cache when it's not needed, and adds subresource integrity checksum.
2020-10-23 13:58:37 +02:00
Dmitry Kolosov
9e524ff754 Fix title on the index page 2020-10-07 22:27:47 +03:00
Dmitry Kolosov
862a606590 Add custom JS support. CLose #42 2020-07-09 22:42:23 +03:00
Dmitry Kolosov
5be39c3882 Dark theme 2020-07-09 22:15:38 +03:00
Dmitry Kolosov
32818dacf1 WIP: dark theme 2020-06-24 23:00:36 +03:00
Dmitry Kolosov
3a3518c18a Add head-extra for overriding 2020-06-09 22:45:50 +03:00
Christopher Loessl
091c7de9d5
fix(typo): double space 2020-06-05 17:32:01 +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
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
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