Emiliano Tortorella
f6d5e27225
Delete default title on sections.
2019-01-30 18:24:28 -05:00
Emiliano Tortorella
fc4c6f11e0
added twitter card and open graph metadata.
2019-01-30 18:07:37 -05:00
Emiliano Tortorella
dfe16bfc82
Some layout fixes.
2019-01-29 18:51:53 -05:00
Emiliano Tortorella
69d5a3c783
google font added.
2019-01-29 18:51:39 -05:00
Emiliano Tortorella
0ec004f3ae
Merge branch 'index-posts-change' into dev
2019-01-19 09:32:11 -05:00
Emiliano Tortorella
8a80745eac
Added section links to the all posts list.
2019-01-19 09:31:51 -05:00
Emiliano Tortorella
e91451dcc1
Merge branch 'fix-dates' into dev
2019-01-19 08:32:27 -05:00
Emiliano Tortorella
081b29c0d0
Added stories dates on relatos.
2019-01-19 08:32:12 -05:00
Emiliano Tortorella
b6890bf302
added partial all-posts-list and added a condition to use it.
2019-01-18 20:51:31 -05:00
Emiliano Tortorella
4eb44cc94c
Added a partial for the date in spanish and added it on the summary and posts.
2019-01-18 20:46:09 -05:00
Emiliano Tortorella
5a77deedc9
fix tag to uppercase on taxonomy page.
2018-11-20 17:56:55 -04:00
Emiliano Tortorella
060b16ecdc
tag to uppercase on taxonomy page.
2018-11-18 12:19:56 -04:00
Emiliano Tortorella
0c963ac53a
Added condition to tag text.
2018-11-18 12:18:40 -04:00
Emiliano Tortorella
9b8c05674b
Added parameter to menu-contextual.html: show_related
2018-11-18 12:11:02 -04:00
Emiliano Tortorella
b253230db3
Changed the tags partial, added some parametrization:
...
tag_text_copy
tag_class
2018-11-14 22:44:24 -04:00
Emiliano Tortorella
dce0d1faae
Changed the taxonomy page so it looks like the list page and added some parametrization:
...
list_article_class
list_main_class
list_section_class
list_post_summary_class
taxonomy_text_copy
list_post_summary_with_image
2018-11-14 22:06:44 -04:00
Emiliano Tortorella
55e62448dd
Fix parameters on layouts/_default/single.html so follow the same style in the rest of the files.
2018-11-14 18:46:53 -04:00
emitor
24af405e73
Merge branch 'master' into dev
2018-11-14 18:28:28 -04:00
Andrey Romancev
cd09f253f6
Make cover dimming class customisable. ( #140 )
2018-11-14 16:02:29 -05:00
Emiliano Tortorella
68162c1635
Base html parametrization added:
...
main_class
2018-11-13 19:31:03 -04:00
Emiliano Tortorella
573bcb27c1
Section list parametrization added:
...
list_article_class
list_main_class
2018-11-13 19:29:55 -04:00
Emiliano Tortorella
c408cfedd8
Index parametrization added:
...
index_article_class
index_show_recent
index_more_copy
index_all_copy
2018-11-11 00:36:39 -04:00
Emiliano Tortorella
ea6605b225
Section list parametrization added:
...
list_section_class
list_post_summary_class
list_post_summary_with_image
2018-11-10 23:45:25 -04:00
Emiliano Tortorella
e0e03d1280
Post article parametrization added:
...
post_article_class
post_title_class
post_main_class
2018-11-10 23:30:05 -04:00
Emiliano Tortorella
9be3215a9e
Post header parametrization added:
...
post_header_class (so I could change it to "cover bg-center")
post_header_div_class (so I could change it to "bg-black-60")
post_header_show_title (so I could display the post title only once,
down in the post)
2018-11-10 23:16:11 -04:00
budparr
a57189d85f
Add global background color class to footer
...
(it's already on the header). Fixes #135
2.35
2018-11-04 14:14:24 -05:00
budparr
f300f17d3c
Tweak changelog wording
2018-11-03 23:47:51 -04:00
budparr
ea219198c4
Update Readme to include reading time
2.34
2018-11-03 23:47:09 -04:00
budparr
01d1cff7d4
Update changelog
2018-11-03 23:42:19 -04:00
budparr
fd22513cf1
Add optional reading time/word count indication
...
via PR #134 @looer
Added config variable so this doesn't show up
Show "reading time" and "word count" but only if one of the following are true:
1) A global config `params` value is set `show_reading_time = true`
2) A section front matter value is set `show_reading_time = true`
3) A page front matter value is set `show_reading_time = true`
2018-11-03 23:40:51 -04:00
budparr
329facc53e
Update changelog
2018-11-03 23:12:26 -04:00
cdeguise
37bb3cc699
Removed hardcoded theme sample hero image. This will allow the user to "blank" out the hero default set in the config. The if statement for blank was unreachable. ( #133 )
2018-11-03 23:09:03 -04:00
budparr
393db96bea
Add changelog
2018-11-03 23:01:30 -04:00
Daniele Ricci
1d79e2d477
Use relative url function for custom CSS files ( #132 )
...
Signed-off-by: Daniele Ricci <daniele@casaricci.it>
2018-09-19 12:55:38 -04:00
Jordan Ferenz
6fe34fdd5e
Add Gitlab to social icons ( #131 )
...
Gitlab is a popular Git repository manager using an opensource license.
This commit adds the Gitlab social icon.
2018-09-13 10:11:36 -04:00
Bud Parr
7a32e28d4b
Add div to wrap social icons ( #128 )
...
This applies the flexbox directive `justify-between` to the nav items, not the icons themselves.
Fixes #127
2.33
2018-08-31 18:40:24 -04:00
budparr
8c1280c2a3
Fix article padding on mobile
...
Fixes #115
2.3
2018-07-08 19:05:33 -04:00
Anthony Fok
89c26174a4
Fix asset paths when baseURL has sub-folder ( #103 )
...
See #97
2018-05-17 16:54:40 -04:00
CCS
10b6b6be0f
Add inheritance for social links. ( #107 )
2018-05-17 13:03:21 -04:00
Bud Parr
a89a23cfc4
Add a comment about running in production
...
ref #106
2018-05-14 15:16:43 -04:00
shawn
41727a62e2
Issue 98 ( #101 )
...
* Add custom_css parameter.
* Copy documentation from hugo-octopress.
2018-04-24 08:48:53 -04:00
budparr
6e5e6df161
Make asset paths absolute
...
Fixes #97
2.2
2018-04-14 14:12:22 -04:00
Bud Parr
8b43f4662e
Replace Asset References with a data file instead of paths ( #96 )
...
* Add assets-webpack-plugin
Signed-off-by: budparr <budparr@gmail.com>
* Add generated Webpack Assets file
This file is generated by Webpack and writes the names of our hashed assets
Signed-off-by: budparr <budparr@gmail.com>
* Update stylesheet
Note sure why this was updated
Signed-off-by: budparr <budparr@gmail.com>
* Add CSS file from generated file
Replaces hardcoded path
Signed-off-by: budparr <budparr@gmail.com>
2.1
2018-04-10 18:35:56 -04:00
Bud Parr
1f3b6f5598
Pre-2.0 Enhancements ( #94 )
...
2.0 Enhancements
- Improve template structure
- Fixed issue where flexbox was configured improperly and the side column expanded with longer content.
- No longer assume that posts are called "post"
- Simplify tag handling
- Improve related posts handling
- Support native Table of contents (if declared in params)
- Add DISQUS commenting (if disqusShortname added to config)
- Uses Hugo's Related content feature
- Add asset hashing to Webpack for performance
2018-04-09 12:33:10 -04:00
Den McHenry
d5b87cb15e
Don't duplicate site title in home page TITLE tag ( #78 )
...
Let's say your `.Site.Title` is "My Website". The code grabs `.Site.Title`, and then then checks to see if there's a `.Title`. When you're on the homepage, `.Title` is equivalent to `.Site.Title`, so that the browser bar will read:
> My Website | My Website
If we qualify `.Title` by confining to the `.Params` namespace, then the site title isn't duplicated:
```<title>{{ block "title" . }}{{ .Site.Title }} {{ with .Params.Title }} | {{ . }}{{ end }}{{ end }}</title>```
> My Website
But it still picks up `.Title` from posts and pages, where a content title exists in front matter:
> My Website | About Me
2018-01-15 20:26:37 -05:00
Russell Cohen
8b59adb79b
Fix pagination ( #76 )
v2.0
2018-01-08 23:03:52 -05:00
Bud Parr
6ff8e53300
Update default.md
2017-11-21 11:58:14 -05:00
Bud Parr
37cc0a7033
Add pre-populated fields to archetype
2017-11-21 11:56:05 -05:00
budparr
50f2007f2e
Update SRC packages
2017-11-06 17:45:29 -05:00
budparr
ff25b71173
Fix linkedin icon to match the other social icons
...
Fixes #70
2017-11-06 17:44:30 -05:00