Commit graph

27 commits

Author SHA1 Message Date
Meir Kriheli 19242fd2f8
Added support for Right-To-Left languages (#532)
* Added support for Right-To-Left languages

* Added language-direction partial
2022-04-21 14:17:49 -04:00
Regis Philibert 8cd36f504e
Use .Render for summary and summary-with-image throughout (#498) 2022-01-19 11:24:13 -05:00
Tanner Smith 3b30dfbac3
Add option to change content font color (#286)
Co-authored-by: Regis Philibert <login@regisphilibert.com>
2021-12-23 15:01:14 -05:00
Jan Steinke e3f7fbe39d
enable hosting the website also on other domains (#355) 2021-07-14 09:29:08 -04:00
Regis Philibert ffd9d903c9
Add optional processing of styles with Hugo Pipes (#387)
* Using resources.PostCSS to handle stylesheets

* Allow optional processing of assets through Hugo Pipes

* We can settle with 0.64.0
2021-01-19 15:43:02 -05:00
Josh Lubaway 0d9656d939 Replace {{ .URL }} with {{ .Permalink }} (#216)
Using the `{{ .URL }}` token results in a warning:

    WARN 2019/10/13 15:12:12 Page's .URL is deprecated and will be removed in a
    future release. Use .Permalink or .RelPermalink. If what you want is the
    front matter URL value, use .Params.url.

Steps to reproduce
==================

Follow along with the Quick Start guide at
https://gohugo.io/getting-started/quick-start/

Running `hugo server -D` emits a warning that `.URL` is deprecated.
2019-10-26 13:00:59 -04:00
Jan Steinke 76e4b7174a add i18n translation support (#156)
* add initial translation

* readd _copy params to templates
2019-02-23 08:30:18 -05:00
Andreas Caravella 75d661632a enable localization/modification of "Recent" string (#154) 2019-02-04 11:04:39 -05:00
Developer Davo f9b62a2645 #68|Parmeterize number of recent posts in index.html (#69)
* Parmeterize number of recent posts in index.html

* Replace .Site.Params.recent_posts_number with $.Param "recent_posts_number" in index.html
2017-11-01 11:08:19 -04:00
Bud Parr 6350c2fee6 Fixes #31 (#32) 2017-05-23 07:29:06 -04:00
Bud Parr 8f4c3b571d
use better class names 2017-05-02 08:16:53 -04:00
Bud Parr 00a797e9bd fix clunky construction on home page to get section name (#17) 2017-04-21 18:41:10 -04:00
Bud Parr c48bf1f93b
remove hard-coded link + annotations 2017-04-18 22:55:01 -04:00
Bud Parr 3e722a96d7
mind the dot! 2017-04-17 18:34:05 -04:00
Bud Parr 3b211400c4
fix issue count 2017-04-17 18:33:54 -04:00
Bud Parr 2fac73dfac
switch home page work with a variety of sections after earlier PR 2017-04-17 18:30:22 -04:00
Bjørn Erik Pedersen a947472c6b Use Site.Params.mainSections to select pages on home page
This helps with theme portability.

Also use Site.RegularPages in its default sort, as this is probably what most people want.
2017-04-17 17:27:26 +02:00
Bud Parr 049a9e8d19
change article to post 2017-04-14 22:26:23 -04:00
Bud Parr 9e5401d0fa
change article to post 2017-04-14 22:23:18 -04:00
Bud Parr 2dfd957296
clean up 2017-04-14 21:58:31 -04:00
Bud Parr 53df85690d
wip clean up and annotations 2017-04-14 12:37:12 -04:00
Bud Parr 3e49105331
wip home page layout 2017-04-13 23:23:15 -04:00
Bud Parr 6331805b90
clean up layouts 2017-04-13 23:01:23 -04:00
Bud Parr 664f5fc3f5
add pagination and first after examples wip 2017-04-11 09:13:12 -04:00
Bud Parr 91984fee72
tweak layouts 2017-04-11 08:53:11 -04:00
Bud Parr 77514eab9e
wip layout mobile 2017-04-10 23:48:09 -04:00
Bud Parr 98bc281a57
first commit 2017-04-10 21:27:13 -04:00