Commit Graph

95 Commits

Author SHA1 Message Date
Maksim Iakunin
fde604b1e5
Fixing bug with wrong "goToAll" link on taxonomy page (tags, categories) 2021-11-07 13:35:43 +03:00
Maksim Iakunin
e67afd8157
Extracting favicons to a separate partition.
This is needed to overriding in the client's code.
2021-10-24 15:24:48 +03:00
Maksim Iakunin
302a1e18a8
Fixing a bug with empty <title> 2021-10-22 12:51:33 +03:00
Maksim Iakunin
4001d5e92f
Merge branch 'master' into 2021-10-19_meta-description 2021-10-20 16:43:34 +03:00
Dmitry Kolosov
27d8b86b44
Revert "Tweak theme to detect and use front matter "description" field" 2021-10-20 14:55:39 +03:00
Maksim Iakunin
30ca3e0a08
Fixing a bug with <meta name=description> 2021-10-19 20:06:44 +03:00
Maksim Iakunin
9b375d4a98
Extracting <title> to be able to override it in the client code 2021-10-19 20:00:18 +03:00
Quentin Baker
f5b19225a0 use safeHTML on summary text 2021-10-12 14:49:21 -04:00
Quentin Baker
89357fefec modified post summary to use desc if provided 2021-10-12 14:48:03 -04:00
Maksim Iakunin
0dbddf0e2d
#103: extracting disqus code to separate file layouts/partials/disqus.html.
It'll give all the opportunities to override this partial on the client-side.
2021-10-10 15:07:21 +03:00
Maksim Iakunin
4d405ead5d
#101: Simplifying environment detection 2021-10-05 16:18:47 +03:00
Maksim Iakunin
3905dee767
#98: replacing readFile with partial for predefined icons
This approach has been taken from another popular hugo-theme `ananke`:
e3f7fbe39d/layouts/partials/social-follow.html (L41)
2021-09-30 18:35:35 +03:00
Maksim Iakunin
7cb4583894
#95: fixing link to next/prev post in the post page by analogy with post summary (layouts/partials/post-summary.html) 2021-08-24 19:47:00 +03:00
tinect
60cd0bf6c6
fix: put quotes around BaseUrl for author 2021-07-14 00:52:52 +02:00
Dmitry Kolosov
6b9c2ef4eb rename partials for consistency 2021-07-09 19:00:52 +03:00
Dmitry Kolosov
de6decde38 show languages for posts #92 2021-07-08 23:32:45 +03:00
vringar
fe94f1b2ff Use .Pages instead of site.RegularPages in list.html
This results in Section Pages only showing the
pages of their respective Sections instead
of showing all available articles.
2021-06-28 14:44:57 +02:00
Aidan Stein
b29bceddc0 allow non-standard urls (for telegram, etc) in social links 2021-06-27 17:49:19 -04:00
Dmitry Kolosov
d55cc982da fix errors on theme building 2021-06-17 13:18:18 +03:00
Dmitry Kolosov
269283077f social services icons support #6 2021-05-17 21:14:12 +03:00
Dmitry Kolosov
dc52fdf1b0 add support to disable summary #85 2021-04-13 20:20:58 +03:00
Dmitry Kolosov
b9c021cab7 fix support for GA v4 #84 2021-04-11 17:32:40 +03:00
Dmitry Kolosov
f78a7b2f98 add support for GA v4 #84 2021-04-11 17:00:58 +03:00
Nils Kempen
b670876681 add webmention url to README and add override notice to pagination-extra 2021-02-24 20:43:51 +01:00
Nils Kempen
1d9a8846ec fix hcard in postInfo 2021-02-24 15:24:51 +01:00
Nils Kempen
89ce9761a4 - Move footer-extra inside copyright diff 2021-02-23 21:49:44 +01:00
Quentin Barbe
2b1f281384
Merge customCSS inside main CSS 2021-02-19 23:45:09 +01:00
Dmitry Kolosov
b43d933019
Merge pull request #77 from Ambroisie/add-rss-disable-feature
Allow hiding posts from RSS feed
2021-01-24 13:40:34 +03:00
Bruno BELANYI
d479fbd802 allow hiding post from RSS feed
This uses the `disable_feed` parameter from a post's frontmatter
2021-01-23 16:10:57 +01:00
Dmitry Kolosov
21306c4ab5
Merge pull request #76 from leonhfr/feature/utterances
uteranc.es support
2021-01-23 15:51:51 +03:00
Dmitry Kolosov
3620926038 microformats: add h-entry and h-feed #75 2021-01-20 22:12:50 +03:00
Dmitry Kolosov
c1dce73359 microformats: add h-card #75 2021-01-20 21:10:47 +03:00
Leon
c86bdecb0a [FEATURE] Utteranc.es support 2021-01-17 17:16:45 +01:00
Dmitry Kolosov
723c94d0d4 support webmentions #75 2021-01-11 21:40:41 +03:00
Dmitry Kolosov
b89babe209 add header-extra and footer-extra for overriding 2021-01-11 21:39:27 +03:00
Dmitry Kolosov
e9ee82e764 Fingerprint and minify all resources, move custom css and js to assets dir 2020-11-04 19:46:19 +03:00
Quentin Barbe
8f5c578e1d
Minify CSS file for production builds 2020-10-25 23:20:32 +01:00
Quentin Barbe
db7e6254fa
Merge style sheets for light and dark themes into a single resource
This will avoid having inline style, which is annoying for stricter CSP.
It should improve performances, as there is only a single file to load.
As a bonus, I also included resource fingerprinting, which will avoid breaking
the cache when it's not needed, and adds subresource integrity checksum.
2020-10-23 13:58:37 +02:00
Dmitry Kolosov
9e524ff754 Fix title on the index page 2020-10-07 22:27:47 +03:00
Dmitry Kolosov
d40b63815f
Merge branch 'master' into master 2020-09-07 21:09:26 +03:00
Dmitry Kolosov
48c70b333a
Limit sites menu condition to only main section 2020-08-29 10:02:58 +03:00
Brian Hamill
3675771935 Updating nav bar to only display when there are menu items in the config file 2020-08-28 15:51:29 +01:00
Brian Hamill
c1bcf8c340 Updating README and head.html with minor changes 2020-08-16 18:47:43 +01:00
Dmitry Kolosov
3d08f96509 Add optional Read more. Close #47 2020-08-12 22:25:08 +03:00
Thorsten
6dce3ef5df
Merge branch 'master' into master 2020-07-30 21:50:34 +02:00
Thorsten
b1de9f056e
Update layouts/partials/postInfo.html
Co-authored-by: Dmitry Kolosov <Mitrichius@users.noreply.github.com>
2020-07-30 21:37:16 +02:00
Dmitry Kolosov
a9927e6536 Fix footer for multilingual site 2020-07-30 21:35:53 +03:00
Thorsten
c76b46c62a
Update pagination.html
These strings are defined by humans and do not need to be humanized. Also humanize leads to wrong capitalization (only first letter is capitalized).
2020-07-25 23:14:10 +02:00
Thorsten
b2e2aa44d8
Update footer.html
Added a footer menu
2020-07-25 22:47:39 +02:00
Thorsten
f0969d9a3f
Update postInfo.html
Fix wrong category links
2020-07-25 21:53:56 +02:00