Patrick Georgi
d8819d5eee
Use locale-aware alias for date formatting ( #115 )
...
":date_medium" matches "Jan 2, 2006" in english locales while adapting
to hugo's configured locale.
2024-08-05 23:40:42 +05:30
Hyacinthe Cartiaux
e16b28fa10
Table of contents - initial support ( #112 )
...
* Table of contents - initial support
* Table of contents - support for light mode
2024-08-05 23:39:55 +05:30
Hyacinthe Cartiaux
c194169315
Fix various deprecation warning ( #113 )
...
* .Site.IsServer was deprecated in Hugo v0.120.0, replaced by hugo.IsServer
* .Site.DisqusShortname was deprecated in Hugo v0.120.0, replaced by .Site.Config.Services.Disqus.Shortname
* Use .RenderString instead of markdownify (solves #104 )
* The "tweet" shortcode requires two named parameters user and id.
* Replace .Site.BaseURL by absURL (solves #103 )
2024-07-27 11:45:56 +05:30
Athul Cyriac Ajay
a1ecb22846
Merge pull request #108 from 0ge/master
...
Fix compatibility with Hugo v0.125.0
2024-04-21 00:43:09 +05:30
0ge
928cc0f63f
Update readme with potential GA issue in Hugo prior to v0.125.0
2024-04-20 20:44:49 +02:00
Oscar Aurin
40f4c2d422
Fix compatibility with Hugo v0.125.0
...
`google_analytics_async.html` is now removed from Hugo and the regular
template should be used.
Hugo pull-request: [#12299 ](https://github.com/gohugoio/hugo/pull/12299 )
Without this change, it is not possible to build with Hugo
v0.125.0 or later.
2024-04-19 08:01:06 +02:00
Athul Cyriac Ajay
895aba1441
Merge pull request #99 from infotexture/fix-twitter-link
...
Fix Twitter link in example site footer
2023-11-04 10:18:14 +05:30
Roger Sheen
a800bb55af
Fix Twitter link in example site footer
2023-09-23 21:29:20 +02:00
Athul Cyriac Ajay
0f3a862fc8
Merge pull request #88 from sebasrp/sebasrp-86
...
update header html to include language code parameter
2023-06-16 23:34:54 +05:30
Sebastian Rodriguez
465001e407
update html to include language code parameter
2023-04-26 17:35:42 +08:00
adibaulia
d717302b01
Add disqus comment ( #79 )
...
* add disqus
* Add readme
---------
Co-authored-by: adibaulia <adib.aulia@gli.id>
2023-04-08 09:19:51 +05:30
Samuel Proulx
3fa25abce4
Add mathjax and katex support ( #75 )
...
* Add mathjax and katex support
* update readme
2022-12-29 17:22:53 +05:30
yochidros
e1a3392165
fix: display read more
2022-12-05 00:19:31 +05:30
James Montgomerie
5d283cd3a9
Break out the page description from the 'index.html' layout into its own partial - this adds the ability for a site to customize the description on the main page without altering the theme. ( #71 )
2022-11-27 17:29:33 +05:30
9x9x9x
f753261345
fix: no need to reload for theme change
...
Changing the theme using toggle does not require reloading the entire page using self-linking
2022-11-14 10:37:54 +05:30
Saikat Sengupta
dbf65c9a03
Update README.md
2022-11-11 17:51:33 +05:30
Alex Ungurianu
055e03eeb7
Add rel=me
to social links
2022-11-08 10:01:14 +05:30
Artem Ryabkov
2f312c3759
Fixed title and menu links overlap in header
2022-08-14 08:34:17 +05:30
Julius Rickert
fa13b875f4
Add font swapping
2022-08-14 08:33:09 +05:30
ADSWT518
26f57dd1f9
chore: Change CSS for Socials in Footer again
2022-06-25 22:49:03 +05:30
Ahmed Alsuwaidi
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
Athul Cyriac Ajay
57ff9c6ee9
Merge pull request #45 from athul/footer-css
...
Change CSS for Socials in Footer
2022-02-16 10:45:22 +05:30
Athul Cyriac Ajay
6261dfc9d6
chore: Change CSS for Socials in Footer
2022-02-10 10:00:07 +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
Athul Cyriac Ajay
ddcd4cdcfc
Merge pull request #36 from hsand/master
...
Add dark mode toggle
2021-09-26 01:50:43 +05:30
Harrison Sand
1d2ab6bf7c
Updated readme with toggle info
2021-09-25 18:23:24 +02:00
Harrison Sand
8e4cb8c738
Add dark mode toggle
2021-09-24 19:38:28 +02:00
Robbi Nespu
5321e4817f
th table with bigger font size
...
Co-authored-by: Athul Cyriac Ajay <athul8720@gmail.com>
2021-06-29 10:18:54 +05:30
Robbi Nespu
0053a709f5
Take patch from afa433c42fd7ea0725cc86cd43be84fa14d95e5b
...
Check : afa433c42f
2021-06-29 10:18:54 +05:30
Robbi Nespu
24803354b5
Take patch from 9494f006f804585ac2ba8c435380e5b1e278c4d2
...
Check: 9494f006f8
2021-06-26 21:04:43 +05:30
Aron Gergely
dd1612c482
cache busting for custom CSS, update readme
2021-06-09 14:04:21 +05:30
Aron Gergely
27307e797f
add cache busting for CSS files via Hugo Pipes
2021-06-09 14:04:21 +05:30
David Wittman
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
David Wittman
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
Athul Cyriac Ajay
11d230652b
Merge pull request #21 from skyzh/patch-1
...
fix unwanted star before nested ordered list
2021-03-24 19:38:32 +05:30
Athul Cyriac Ajay
ca5424f063
Update FUNDING.yml
2021-03-01 21:21:59 +05:30
Athul Cyriac Ajay
64a1d71166
Update README.md
2021-03-01 21:20:33 +05:30
Alex Chi
7a96256b05
fix unwanted star before ordered list
2021-01-30 20:42:02 +08:00
Athul Cyriac Ajay
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
Francis Barton
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
dadosch
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
Athul Cyriac Ajay
a75faae0d7
Merge pull request #15 from francisbarton/patch-2
...
Add custom CSS option - fixes issue #14
2020-10-05 00:04:59 +05:30
Francis Barton
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
Athul Cyriac Ajay
acd619ee67
Merge pull request #12 from lxxxvi/fix-twitter-url
...
fix twitter URL in config example
2020-09-16 17:08:47 +05:30
lxxxvi
dcee8ddd6e
fix twitter URL in config example
2020-09-16 13:35:03 +02:00
Athul Cyriac Ajay
117d3373f5
Merge pull request #11 from samhattangady/master
...
Fix tags issue. Use the list.html code for term.html template
2020-07-22 15:29:03 +05:30
Samarth Hattangady
2c28ffc741
feat: update layouts default term to match default list.
2020-07-22 13:53:34 +05:30
Athul Cyriac Ajay
4d4a11ed15
Add read.gift
2020-07-02 22:23:48 +05:30
athul
43f1da624e
Better OG Descp
2020-06-24 13:35:48 +05:30
athul
789ddff266
Merge branch 'master' of github.com:athul/archie
2020-06-24 13:28:33 +05:30