Commit graph

353 commits

Author SHA1 Message Date
Adam Ormsby
f35a6c88a1 add rss image 2020-05-20 13:59:33 -05:00
Adam Ormsby
b4504b35b2 fix img tags 2020-05-20 12:43:00 -05:00
Guilherme Esteves
2be3c241d5
make "more" entire li clickable 2020-05-16 21:41:26 -03:00
Adam Ormsby
c964eb8ea7 add 404 page with tag list 2020-05-02 17:14:01 -05:00
Adam Ormsby
05c034a966 fix rss top to match hugo internal 2020-04-29 15:13:15 -05:00
Adam Ormsby
043852e387 fix minor typo 2020-04-28 23:25:13 -05:00
Adam Ormsby
f62c476876 update readme with RSS enhancements 2020-04-28 23:21:49 -05:00
Adam Ormsby
9cce3e783e check rssFullText param (new),
display either full content, description, or summary in feed
2020-04-28 23:08:33 -05:00
Adam Ormsby
2583a1c4bf add cover image from front matter,
set auto cover grab as backup following similar hugo standard
2020-04-28 23:08:28 -05:00
Adam Ormsby
b52428a2cf copy internal hugo rss for customization 2020-04-28 23:08:21 -05:00
Radek Kozieł
cf5e597491
Merge pull request #144 from hiteshjasani/fix-post-title-h1
Post title should be an H1 element for semantic and search rankings.
2020-04-14 01:36:16 +02:00
Hitesh Jasani
f45b762566 Post title should be an H1 element for semantic and search rankings. 2020-04-11 11:03:39 -04:00
panr
5cf4ca6c2d Fix dependecies 2020-04-01 19:45:18 +02:00
Radek Kozieł
251e3c8eda
Merge pull request #142 from aormsby/add-me
add self to users
2020-03-17 17:41:29 +01:00
Adam Ormsby
4086baba28 add self to users 2020-03-17 22:49:23 +07:00
Adam Ormsby
dab37f7e53 udpate readme 2020-03-12 23:28:53 +07:00
Adam Ormsby
f9e72c9d4c add basic table of contents 2020-03-12 23:16:33 +07:00
Adam Ormsby
fa979be419 merge master 2020-02-11 18:13:29 +07:00
panr
4be09e7180 Fix link in README 2020-02-05 16:33:03 +01:00
panr
9b5783aa11 Add param to hide ReadMore button for a single post 2020-02-05 16:30:19 +01:00
Adam Ormsby
1717d887b6 clean merge files 2020-01-31 15:32:40 +07:00
Adam Ormsby
9598012a77 update README 2020-01-31 15:22:29 +07:00
Radek Kozieł
184a74ceb2
Merge pull request #134 from ilya-lesikov/patch-1
Add site to USERS.md
2020-01-30 08:17:08 +01:00
Ilya Lesikov
b61855c3e8
Add site to USERS.md 2020-01-29 21:37:56 +03:00
Adam Ormsby
b7a187917b add local position var 2020-01-29 12:45:05 +07:00
panr
7a69ffcdf8 Small fixes to lastMod feature 2020-01-27 18:29:31 +01:00
panr
853c16dac3 Update dependencies and prettier config 2020-01-27 18:26:12 +01:00
Radek Kozieł
a50ce744bd
Merge pull request #107 from aormsby/PR-Improve-LastModDate
Improvement - Add last modified date display to list/single layouts
2020-01-27 18:20:05 +01:00
Radek Kozieł
9ace883447
Merge pull request #124 from narvalotech/patch-1
Add my website
2020-01-27 18:10:02 +01:00
Radek Kozieł
ca1dde6a92
Merge branch 'master' into patch-1 2020-01-27 18:09:48 +01:00
Radek Kozieł
6029625356
Merge pull request #128 from mritd/master
docs(users): add mritd.com
2020-01-27 18:09:14 +01:00
Adam Ormsby
51d17bbce6 add position param to imgproc just like image and figure 2020-01-23 16:15:18 +07:00
mritd
4c0832e2df
docs(users): add mritd.com
add mritd.com

Signed-off-by: mritd <mritd@linux.com>
2020-01-21 13:05:29 +08:00
Radek Kozieł
42fc5564ca
Add buymeacoffee button in README 2020-01-18 20:14:44 +01:00
narvalotech
9cea1423cf
Add my website 2020-01-04 21:44:13 +01:00
Radek Kozieł
5b4c773554
Merge pull request #122 from aormsby/disable-page-comments
PR - Add condition to show *comments* only in defined contentType pages
2019-12-29 19:07:18 +01:00
Adam Ormsby
28b6f11618 add comments=false check 2019-12-27 14:51:52 +07:00
Adam Ormsby
d9ade4410a add check for comments param 2019-12-27 14:32:20 +07:00
Adam Ormsby
91ca408bdd disable comments on non-specific page types 2019-12-24 09:32:31 +07:00
panr
95906d6405 Add condition to show pagination only in defined contentType pages 2019-12-18 18:00:08 +01:00
Adam Ormsby
b3f87e60ce yarn build 2019-12-17 11:51:48 +07:00
Adam Ormsby
ef213c620d remove trailing brace 2019-12-17 11:44:22 +07:00
Adam Ormsby
285e9e879a add time threshold (1 hr) for last mod display 2019-12-17 11:20:41 +07:00
Radek Kozieł
779d78a810
Merge pull request #117 from imgalone/patch-1
Added my site to the list
2019-12-14 17:45:20 +01:00
imgalone
4fce64d2b5
Added my site to the list
Thanks for the theme.
2019-12-13 20:53:18 +02:00
Adam Ormsby
211e002ab6 removed float css, readme mod, aligned users with upstream repo master 2019-12-01 23:28:21 +07:00
Adam Ormsby
3b9ad17e22 Integrating panr's changes to use partial for lastmod date display, also checks if lastmoddate > date 2019-12-01 22:49:18 +07:00
Adam Ormsby
3b3903afd3 Revert "Merge branch 'Working' into PR-Improve-LastModDate"
This reverts commit 59634fd0d3, reversing
changes made to 4cfe93ec29.
2019-12-01 22:21:21 +07:00
Adam Ormsby
59634fd0d3 Merge branch 'Working' into PR-Improve-LastModDate
(maintaining parallel branch status)
2019-11-30 13:51:05 +07:00
Adam Ormsby
b56e0d5640 Merge branch 'master' into Working
# Conflicts:
#	layouts/_default/list.html

accepting incoming master change to lessen divergent chunks
2019-11-30 13:49:23 +07:00