Commit graph

299 commits

Author SHA1 Message Date
0cd43610ab
chg: [posts] remove template posts 2020-08-30 17:30:22 +02:00
4299580a31 Merge branch 'master' of github.com:adulau/art 2020-08-30 16:55:15 +02:00
0544e84fbe new: images 20200819 2020-08-30 16:54:13 +02:00
29a789b359
chg: [color] scheme - less color 2020-08-30 14:56:41 +02:00
0cba9779c8
chg: [waves] updated 2020-08-30 14:39:01 +02:00
d6e0a49123
chg: [waves] default picture 2020-08-30 13:59:02 +02:00
dae3b8d3a7
Merge branch 'master' of github.com:adulau/art 2020-08-30 13:57:18 +02:00
8110e557f7
chg: [waves] WiP 2020-08-30 13:56:56 +02:00
e3c2f3f692 new: asset blue wave 2020-08-30 13:56:26 +02:00
3fba4ecefb Merge branch 'master' of github.com:adulau/art 2020-08-30 12:05:18 +02:00
45ada5afde new: assets added 2020-08-30 12:05:01 +02:00
fa6eddbc99
new: [waves] added 2020-08-30 12:04:03 +02:00
dc3af20aa6
rm: [landing] removed 2020-08-30 12:03:49 +02:00
1c27df69c5
chg: [about] credit photo 2020-08-30 12:03:27 +02:00
f0966fc2e5
chg: [menu] removed unused button 2020-08-30 11:15:33 +02:00
df3235952f
chg: [footer] updated 2020-08-30 11:13:33 +02:00
2f2e24adc1
chg: [custom] links 2020-08-30 11:05:44 +02:00
192cc08121
chg: [image] about added 2020-08-30 10:57:24 +02:00
b2aac8c146
chg: [about] added 2020-08-30 10:26:47 +02:00
c151287b56
chg: [new] some basic setup 2020-08-30 10:26:30 +02:00
Andrew Banchich
70f9116d4a Update _config.yml 2020-06-27 16:29:06 +00:00
Andrew Banchich
0b9991ca70 fix CSS blur filter due to performance issue in Firefox 2020-05-17 19:41:14 -04:00
Andrew Banchich
379eb6efbf Merge branch 'bugfix' into 'master'
fix padding in blockquotes

Closes #24

See merge request andrewbanchich/forty-jekyll-theme!7
2020-03-04 01:56:36 +00:00
Andrew Banchich
61ce7c2f4b fix padding in blockquotes 2020-03-03 20:54:40 -05:00
Andrew Banchich
5ac81cde14
Merge pull request #102 from tfwyouloveher/patch-1
Fixed tile descriptions
2020-02-22 14:03:36 -05:00
tfwyouloveher
6269d60959
Fixed tile descriptions 2020-02-21 20:39:23 -07:00
Andrew Banchich
c7aafb0a15
Merge pull request #98 from meitar/page-titles
Add page titles to `<title>` element, fix relative URLs when custom permalinks are used.
2020-02-01 16:30:17 -05:00
Meitar M
4e4f981b8c
Fix bug where some pages where not shown as tiles.
This commit refactors the `tiles.html` include file so that when the
`site.tiles-source` is pages, pages with `show_tile: false` set in their
Front Matter are not counted as having been shown. Prior to this commit,
such pages were iterated over in the `for` loop, consuming a loop
iteration from the `site.tiles-count` counter.

Put another way, say you have set `tiles-count` to 6, and you have a
total of 10 pages. Of these ten pages, six have `show_tile` set to
`false`. The natural expectation would be that the home page layout
would display four tiles (10 - 6 = 4), but in fact, the exact number of
page tiles shown would depend on the specific lexicographical ordering
of the `site.html_pages` array, which could result in fewer than four
page tiles being shown.

This commit fixes the issue by excluding pages with `show_tile` set to
`false` first, and only then iterating over the remaining pages.
2020-01-31 14:21:40 -05:00
Meitar M
8c70ecf005
Fix invalid HTML caused by doubly-nested <p> element. 2020-01-31 13:27:27 -05:00
Meitar M
b8721c353e
Fix relative paths to images when a permalink is used.
This commit uses the Jekyll `link` tag to correctly construct the URL to
images with otherwise relative paths. Without this logic, the images
would only load when the landing page's permalink was not altered by the
user. For example, if the permalink is changed to `get-started` in the
Jekyll Front Matter, the relative URLs would become:

    get-started/assets/images/pic08.jpg

However, since the `get-started` path doesn't really exist, this would
fail to load the image.

As of Jekyll 4.0, the `link` tag is safe to use without prepending
`site.baseurl`, so this code works in all situations.
2020-01-31 13:01:47 -05:00
Meitar M
033cfa2c44
Add page titles to <title> element. 2020-01-30 19:20:58 -05:00
Andrew Banchich
04f5e6f9f6 Update .gitlab-ci.yml 2020-01-13 01:46:18 +00:00
Andrew Banchich
17d8fd9a3f Update forty_jekyll_theme.gemspec 2020-01-13 01:46:04 +00:00
Andrew Banchich
5a2002e002 Update .gitlab-ci.yml 2020-01-13 01:42:32 +00:00
Andrew Banchich
da9962859b Merge branch 'bugfix' into 'master'
Fix bug causing non-HTML pages to be displayed in tiles.

Closes #22

See merge request andrewbanchich/forty-jekyll-theme!6
2020-01-13 01:36:21 +00:00
Andrew Banchich
49ab386a3d Fix bug causing non-HTML pages to be displayed in tiles. 2020-01-12 20:31:35 -05:00
Andrew Banchich
2a58340b3a Update forty_jekyll_theme.gemspec 2019-09-15 18:52:07 +00:00
Andrew Banchich
8f27899858 Merge branch 'patch-1' into 'master'
Fixed a typo

See merge request andrewbanchich/forty-jekyll-theme!5
2019-06-15 12:03:35 +00:00
Louis
da38a9ffe6 Fixed a typo 2019-06-13 02:38:58 +00:00
Andrew Banchich
4f5766eee6 Fix #8 2018-09-09 17:13:48 +00:00
Andrew Banchich
10a9b45f6e Add flexibility to end tiles 2018-09-09 17:04:43 +00:00
Andrew Banchich
548b8385f2 Fix Home, All Posts, and 404 pages displaying in tiles 2018-09-09 16:53:34 +00:00
Andrew Banchich
9ecf46b951 Update README.md 2018-08-25 16:36:16 +00:00
Andrew Banchich
f5dc35bb82 Update README.md 2018-08-25 16:32:13 +00:00
Andrew Banchich
4d47ba1447 Update README.md 2018-08-25 16:26:03 +00:00
Andrew Banchich
a6259c1274 Bugfix for 404 page showing in All Pages list 2018-08-05 14:35:00 -04:00
Andrew Banchich
2738786514 Update 404.md 2018-07-02 23:29:54 +00:00
Andrew Banchich
989a40ea5a Update 404.md 2018-07-02 23:26:08 +00:00
Andrew Banchich
f906852f59 Update 404.md 2018-07-02 23:23:26 +00:00
Andrew Banchich
0362606c9f Add new file 2018-07-02 23:22:49 +00:00