all repos — archie @ 64a1d71166f0548f01f6eb4baa3380b633658110

A minimal Hugo Theme

64a1d711
Update README.md
Athul Cyriac Ajay athul8720@gmail.com
Mon, 01 Mar 2021 21:20:33 +0530
02b2654b
Removed Unwanted OG Tags

There were extra OG tags added as a mistake. Hugo already has a good inbuilt partial for Meta stuf
Athul Cyriac Ajay athul8720@gmail.com
Sun, 17 Jan 2021 18:31:42 +0530
8a286dd9
Fix typo (ref -> href) (#17)

Thanks @VictorBersy https://github.com/athul/archie/pull/15#issuecomment-714503130
Francis Barton franbarton@gmail.com
Sat, 07 Nov 2020 04:10:30 +0000
2edf7ab8
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
dadosch dadosch@users.noreply.github.com
Tue, 20 Oct 2020 18:03:23 +0000
a75faae0
Merge pull request #15 from francisbarton/patch-2

Add custom CSS option - fixes issue #14
Athul Cyriac Ajay athul8720@gmail.com
Mon, 05 Oct 2020 00:04:59 +0530
acd619ee
Merge pull request #12 from lxxxvi/fix-twitter-url

fix twitter URL in config example
Athul Cyriac Ajay athul8720@gmail.com
Wed, 16 Sep 2020 17:08:47 +0530
117d3373
Merge pull request #11 from samhattangady/master

Fix tags issue. Use the list.html code for term.html template
Athul Cyriac Ajay athul8720@gmail.com
Wed, 22 Jul 2020 15:29:03 +0530
4d4a11ed
Add read.gift
Athul Cyriac Ajay athul8720@gmail.com
Thu, 02 Jul 2020 22:23:48 +0530
43f1da62
Better OG Descp
athul athul8720@gmail.com
Wed, 24 Jun 2020 13:35:48 +0530
789ddff2
Merge branch 'master' of github.com:athul/archie
athul athul8720@gmail.com
Wed, 24 Jun 2020 13:28:33 +0530
03a155de
Better Seo and Images
athul athul8720@gmail.com
Wed, 24 Jun 2020 13:27:58 +0530
17a1d3b6
Add Demo Config to Readme
athul athul8720@gmail.com
Tue, 05 May 2020 00:44:33 +0530
5cdcf6d3
Merge pull request #3 from sarg/iss-1

Fix html errors.
Athul Cyriac Ajay athul8720@gmail.com
Sun, 26 Apr 2020 20:09:49 +0530
bbf6c651
CSS fix in the tag page
athul athul8720@gmail.com
Fri, 17 Apr 2020 20:50:41 +0530
280b262a
Added Dark mode Image
athul athul8720@gmail.com
Thu, 16 Apr 2020 23:00:30 +0530
a6c9d3e7
Add Auto mode in Config.toml of examplSite
athul athul8720@gmail.com
Thu, 16 Apr 2020 22:43:01 +0530
05af1382
Credits and Instructions
athul athul8720@gmail.com
Thu, 16 Apr 2020 21:48:45 +0530
232d2ed0
Update tag background color
athul athul8720@gmail.com
Thu, 16 Apr 2020 18:58:18 +0530
a8fce7c6
Dark Mode Support
athul athul8720@gmail.com
Thu, 16 Apr 2020 12:50:38 +0530
877a5603
Simple Tweaks
athul athul8720@gmail.com
Tue, 14 Apr 2020 23:22:44 +0530
7d19d8b6
NavBar Updates
athul athul8720@gmail.com
Sun, 12 Apr 2020 20:31:09 +0530
b22ea86f
Change to example.com in examplesite
athul athul8720@gmail.com
Sat, 11 Apr 2020 20:23:10 +0530
248a66e7
draft-label tweaks
athul athul8720@gmail.com
Sat, 11 Apr 2020 20:18:23 +0530
11e76d32
Added Images and Readme
athul athul8720@gmail.com
Sat, 11 Apr 2020 20:15:12 +0530
a0fb0664
tweaks
athul athul8720@gmail.com
Sat, 11 Apr 2020 12:29:56 +0530
c2987bd0
W/o website
athul athul8720@gmail.com
Sat, 11 Apr 2020 12:01:41 +0530
6e15d559
Create main.yml
Athul Cyriac Ajay athul8720@gmail.com
Sat, 11 Apr 2020 11:50:25 +0530
dd1c9af4
Add exampleSite and footer updates
athul athul8720@gmail.com
Sat, 11 Apr 2020 01:11:05 +0530
58d02550
CSS updates
athul athul8720@gmail.com
Thu, 09 Apr 2020 12:06:48 +0530
3c737553
Init
athul athul8720@gmail.com
Thu, 09 Apr 2020 00:14:29 +0530
d0b426c3
Fix html errors.
Sergey Trofimov sarg@sarg.org.ru
Wed, 22 Apr 2020 12:14:28 +0200
51e7b950
Create FUNDING.yml
Athul Cyriac Ajay athul8720@gmail.com
Wed, 24 Jun 2020 11:28:42 +0530
2c28ffc7
feat: update layouts default term to match default list.
Samarth Hattangady samhattangady@gmail.com
Wed, 22 Jul 2020 13:53:34 +0530
dcee8ddd
fix twitter URL in config example
lxxxvi lxxxvi@users.noreply.github.com
Wed, 16 Sep 2020 13:35:03 +0200
525bcfcd
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.
Francis Barton franbarton@gmail.com
Sun, 04 Oct 2020 17:11:49 +0100