69 Commits (main)
 

Author SHA1 Message Date
Rico Ullmann 583c09285b
header.html: fix some issues with script src parameters 5 months ago
Rico Ullmann 18186de6a7
README.md: add notice about original repo 5 months ago
Rico Ullmann f328b571d7
footer.html: adjust copyright notice 5 months ago
Rico Ullmann 8e4c904979
footer.html: remove Google analytics
adjust copyright notice
5 months ago
Rico Ullmann 514eabf49d
header.html: grab local copy of MathJax.js 5 months ago
Rico Ullmann 1237910613
header.html: remove crossorigin="anonymous" from katex ressources
this is not required as we're delivering these ressources from our local system.
5 months ago
Rico Ullmann bd95ccd516
header.html: service katex locally
update to 0.16.4
5 months ago
Rico Ullmann 37f660ebbd
remove useCDN option 5 months ago
Samuel Proulx 3fa25abce4
Add mathjax and katex support (#75)
* Add mathjax and katex support

* update readme
5 months ago
yochidros e1a3392165 fix: display read more 6 months ago
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) 6 months ago
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
7 months ago
Saikat Sengupta dbf65c9a03 Update README.md 7 months ago
Alex Ungurianu 055e03eeb7 Add `rel=me` to social links 7 months ago
Artem Ryabkov 2f312c3759 Fixed title and menu links overlap in header 10 months ago
Julius Rickert fa13b875f4 Add font swapping 10 months ago
ADSWT518 26f57dd1f9 chore: Change CSS for Socials in Footer again 11 months ago
Ahmed Alsuwaidi 5fbc45536a Added <script> tag support to customJS
Added a "readmore" class to the read more links to enable finegrained css
1 year ago
Athul Cyriac Ajay 57ff9c6ee9
Merge pull request #45 from athul/footer-css
Change CSS for Socials in Footer
1 year ago
Athul Cyriac Ajay 6261dfc9d6 chore: Change CSS for Socials in Footer 1 year ago
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>
1 year ago
Athul Cyriac Ajay ddcd4cdcfc
Merge pull request #36 from hsand/master
Add dark mode toggle
2 years ago
Harrison Sand 1d2ab6bf7c Updated readme with toggle info 2 years ago
Harrison Sand 8e4cb8c738 Add dark mode toggle 2 years ago
Robbi Nespu 5321e4817f th table with bigger font size
Co-authored-by: Athul Cyriac Ajay <athul8720@gmail.com>
2 years ago
Robbi Nespu 0053a709f5 Take patch from afa433c42fd7ea0725cc86cd43be84fa14d95e5b
Check : afa433c42f
2 years ago
Robbi Nespu 24803354b5 Take patch from 9494f006f804585ac2ba8c435380e5b1e278c4d2
Check: 9494f006f8
2 years ago
Aron Gergely dd1612c482 cache busting for custom CSS, update readme 2 years ago
Aron Gergely 27307e797f add cache busting for CSS files via Hugo Pipes 2 years ago
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.
2 years ago
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.
2 years ago
Athul Cyriac Ajay 11d230652b
Merge pull request #21 from skyzh/patch-1
fix unwanted star before nested ordered list
2 years ago
Athul Cyriac Ajay ca5424f063
Update FUNDING.yml 2 years ago
Athul Cyriac Ajay 64a1d71166
Update README.md 2 years ago
Alex Chi 7a96256b05
fix unwanted star before ordered list 2 years ago
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
2 years ago
Francis Barton 8a286dd90d
Fix typo (ref -> href) (#17)
Thanks @VictorBersy https://github.com/athul/archie/pull/15#issuecomment-714503130
3 years ago
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
3 years ago
Athul Cyriac Ajay a75faae0d7
Merge pull request #15 from francisbarton/patch-2
Add custom CSS option - fixes issue #14
3 years ago
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.
3 years ago
Athul Cyriac Ajay acd619ee67
Merge pull request #12 from lxxxvi/fix-twitter-url
fix twitter URL in config example
3 years ago
lxxxvi dcee8ddd6e fix twitter URL in config example 3 years ago
Athul Cyriac Ajay 117d3373f5
Merge pull request #11 from samhattangady/master
Fix tags issue. Use the list.html code for term.html template
3 years ago
Samarth Hattangady 2c28ffc741 feat: update layouts default term to match default list. 3 years ago
Athul Cyriac Ajay 4d4a11ed15
Add read.gift 3 years ago
athul 43f1da624e Better OG Descp 3 years ago
athul 789ddff266 Merge branch 'master' of github.com:athul/archie 3 years ago
athul 03a155de82 Better Seo and Images 3 years ago
Athul Cyriac Ajay 51e7b9502a
Create FUNDING.yml 3 years ago
athul 17a1d3b640 Add Demo Config to Readme 3 years ago