Commit Graph

29 Commits

Author SHA1 Message Date
8adbd11a26 Update header.html 2023-10-09 00:31:05 +06:00
1c3fecd4d5 Update header.html 2023-09-26 02:02:22 +06:00
fe586d4e05 Update header.html 2023-08-23 18:04:27 +06:00
01709bb933 Update header.html 2023-08-23 17:55:18 +06:00
857162d0da Update header.html 2023-08-23 17:55:02 +06:00
61f6745860 font fix 2023-07-30 23:39:22 +05:00
6f0ba9484f font fix 2023-07-30 23:36:36 +05:00
34aad47a49 font fix 2023-07-30 23:34:30 +05:00
cc0176b589 change home page title 2023-07-29 21:24:47 +05:00
24c5dcf9e7 Committer: root <root@fruw.org>
On branch master
Your branch is up to date with 'origin/master'.

Changes to be committed:
	modified:   layouts/404.html
	modified:   layouts/_default/single.html
	modified:   layouts/partials/footer.html
	modified:   layouts/partials/head.html
	modified:   layouts/partials/header.html
2023-07-27 22:56:04 +05:00
465001e407 update html to include language code parameter 2023-04-26 17:35:42 +08:00
3fa25abce4 Add mathjax and katex support (#75)
* Add mathjax and katex support

* update readme
2022-12-29 17:22:53 +05:30
5fbc45536a Added <script> tag support to customJS
Added a "readmore" class to the read more links to enable finegrained css
2022-03-03 23:03:05 +05:30
MBK
0293190e3a fix for dark/light mode toggle when not using CDN (#42)
* fix for dark/light mode toggle when not using CDN

* fix for dark/light mode when not using CDN

Authored-by: Marek Bukala-Karbownik <marek.karbownik@lib.uni.lodz.pl>
2022-02-03 11:13:40 +05:30
8e4cb8c738 Add dark mode toggle 2021-09-24 19:38:28 +02:00
dd1612c482 cache busting for custom CSS, update readme 2021-06-09 14:04:21 +05:30
27307e797f add cache busting for CSS files via Hugo Pipes 2021-06-09 14:04:21 +05:30
117808b653 Improve meta description
Rather than use the same description on every page, prefer the post
summary if it's available and only use .Params.description on the root
page.

This mimics the behavior of the [opengraph internal
template](https://github.com/gohugoio/hugo/blob/master/tpl/tplimpl/embedded/templates/opengraph.html#L2)
for the `og:description` tag.
2021-05-22 21:38:59 +05:30
1f47eeb7be Add support for meta descriptions
The meta description tag is _allegedly_ important for SEO, and it
can improve the page's summary in Google results.
2021-05-22 20:56:11 +05:30
02b2654b93 Removed Unwanted OG Tags
There were extra OG tags added as a mistake. Hugo already has a good inbuilt partial for Meta stuf
2021-01-17 18:35:22 +05:30
8a286dd90d Fix typo (ref -> href) (#17)
Thanks @VictorBersy https://github.com/athul/archie/pull/15#issuecomment-714503130
2020-11-07 09:40:30 +05:30
2edf7ab84b Option to use local font files instead of Google fonts, combined option for CDN use (#16)
* option to use local font files instead of GoogleFonts, combined config for CDN use

* set new combined config in exampleSite config

* fix path to fonts when hugo is serving in a subdirectory

* update README for new option

* switch to Fira Sans
2020-10-20 23:33:23 +05:30
525bcfcd21 Add custom CSS option - fixes issue #14
Borrowed some code from https://github.com/gadenbuie/garrickadenbuie-com/blob/main/layouts/partials/head.html and blended it in. I hope the syntax is still valid and makes sense. I'm not sure if it ought to say `if isset .Site.Params "customCSS"` but I left it as `customcss` as you suggested.
2020-10-04 17:11:49 +01:00
43f1da624e Better OG Descp 2020-06-24 13:35:48 +05:30
03a155de82 Better Seo and Images 2020-06-24 13:27:58 +05:30
a8fce7c6f4 Dark Mode Support 2020-04-16 12:50:38 +05:30
dd1c9af419 Add exampleSite and footer updates 2020-04-11 01:11:05 +05:30
58d02550f1 CSS updates 2020-04-09 12:06:48 +05:30
3c737553b6 Init 2020-04-09 00:14:29 +05:30