Commit graph

60 commits

Author SHA1 Message Date
Dean Attali
05f56a8bb5 bump hotfix version to allow gems to use any jekyll version and to use webrick in runtime rather than only in dev 2023-06-08 06:39:18 +00:00
Dean Attali
737e7f8f34
Update base.html 2023-06-07 13:42:29 -04:00
Jefferson Bledsoe
5253e3866c
Markup home page content lists and tags as lists (#950)
* Markup home page content lists and tags as lists

* Fix styling after markup changes

* Fix typo

* fix a couple visual issues

* make sure the divider line between posts shows up

Co-authored-by: Dean Attali <dean@attalitech.com>
2022-07-04 11:51:19 -04:00
Dean Attali
505305ebe7 correctly escape titles subtitles and excerpts in all contexts; fixes #856 2021-10-10 06:20:54 +00:00
Dean Attali
d5859860e3 bump version to 5.0.0 2020-09-15 22:16:19 +00:00
Dean Attali
9827abc40e make tags less visually strong 2020-09-12 21:35:44 +00:00
Dean Attali
8af3d917d7
remove custom.css since there's already a site-css setting 2020-09-12 13:05:22 -04:00
Dean Attali
03105db2f0 add custom.css template to make it easier for users to add their own CSS 2020-09-12 03:59:24 +00:00
Dean Attali
34a9017ffe
add version to HTML 2020-09-06 14:02:04 -04:00
Dean Attali
b492d72764 add feed_show_tags option 2020-09-01 05:48:24 +00:00
Dean Attali
7d784b37c8 add config option 'feed_show_excerpt 2020-08-30 07:25:36 +00:00
Dean Attali
fcddc9e561 add YAML options before-content and after-content 2020-08-24 22:04:22 +00:00
Dean Attali
5991966d38 upgrade to jquery 3.5.1 2020-08-24 00:17:44 +00:00
Dean Attali
fbc6b0bd6d add aria label to link for accessibility 2020-08-23 22:29:14 +00:00
Dean Attali
1db4dd96fa ensure all images have alt text 2020-08-23 22:21:47 +00:00
Dean Attali
43d79b6dc9 remove link-tags settings 2020-08-23 22:19:15 +00:00
Dean Attali
f65e439025 add full-width YAML option 2020-08-23 19:23:33 +00:00
Dean Attali
efe3a22f1f refactor head tag to use variables 2020-08-22 08:40:57 +00:00
Dean Attali
b76c4fa1b3 rename css/js files from 'main' to 'beautifuljekyll' 2020-08-21 18:55:52 +00:00
Amy Troschinetz
29381b1992
Cleans up trailing whitespace (#700) 2020-08-08 20:13:28 -04:00
Dean Attali
b2b6922a8f if share-img not provided, use cover-img or thumbnail. Also make sure all images work with both relative and absolute paths 2020-07-07 05:14:01 +00:00
Dean Attali
88464eb569 cover image will automatically be used as a thumbnail unless a thumbnail is explicitly provided. thumbnail can also be disabled 2020-07-05 07:31:33 +00:00
Dean Attali
70f7345a29 replace 'image' YAML param with 'thumbnail-img' and don't use the thumbnail as the page avatar 2020-07-05 05:18:31 +00:00
Dean Attali
abadcd5ede remove googlefonts and use plain CSS instead 2020-05-02 06:36:45 +00:00
Dean Attali
54ca402373
upgrade to bootstrap 4, complete rewrite of template (#629) 2020-05-02 02:10:20 -04:00
Gabriel
4fa9fc8ad4
Make theme compatible with remote_theme (#590); fixes #339 2020-04-26 14:31:05 -04:00
Dean Attali
c2e655f7e8 add 'home' layout and use it in index file 2020-04-26 06:57:50 +00:00
Sebastian Skałacki
4a19f20383
Allow configuring lang attribute on <html> tag (#608)
Add a page/site configuration variable named "language", which can be
set either in _config.yml or in a front matter in order to customize
value of "lang" attribute on <html> element.  Previously, it was
hardcoded to "en".
2020-04-22 17:58:01 -04:00
Dean Attali
4cdb150357 small refactor and cleanup to comments system 2020-04-01 17:37:53 -04:00
colynn.liu
890f66966e
add utterances comments support (#596) 2020-04-01 17:25:11 -04:00
Dean Attali
9486c6edd2 Remvoe justcomments because it's being killed end of year 2020-03-23 11:57:25 -04:00
cketti
67ced3d068
Update to Font Awesome 5 (#587) 2020-03-16 14:36:28 -04:00
Abel Cheung
7b43e4061d Fix showing background img with non-empty baseurl (#497)
* Fix showing background img with non-empty baseurl

Also switch globally to relative_url for all baseurl prepends,
which is more robust than custom URL mangling

* More site.baseurl -> relative_url conversion
2019-06-08 01:34:33 -04:00
Hugo Alves
e6cc1835f7 Integration with just-comments (#468)
Add support for just-comments
2019-03-25 18:07:45 -04:00
Vincent Tam
1adff11feb Add newline to EOF (#442) 2018-12-25 17:27:22 -05:00
Vincent Tam
d1c8b2fee1 [Feature] Staticman v3 Support (#440)
* Added Staicman support

* Corrected template for staticman.yml

* Edit for coherence with _includes/disqus.html

* Updated documentation for Staticman

* Updated License to give credits to Michale Rose

* Update LICENSE

* add more staticman details to readme

* Clearer instructions about reCAPTCHA in YML

* Nest reCAPTCHA param inside Staticman

* Prepend all css selectors with .staticman-comments

Edit suggested by theme owner to avoid CSS rules overriding.

* Add myself to the change log

* Update _config.yml
2018-12-25 17:21:42 -05:00
npes87184
b9a562da4f add fb comment (#350)
* add fb comment

* Update README.md for facebook comments

* Update _config.yml

* Update README.md
2018-06-08 18:25:07 -04:00
Marco Blessing
3664e56dbd Replaces tag index plugin with native jekyll features (#307)
* remove tag _gen plugin and its folder

* remove deprecated tag index layout

* add tag index page

* link tag index page in nav bar, enable tag links by default

* add button spacer in main css

* fix tag links in post view

* fix tag links on index and pagination

* tag link instuctions removed. it's enabled as default
2018-01-18 23:58:00 -05:00
yonicd
0636b7ac64 Badge functionality to layout/post.html (#265)
* add badges to default branch

* add instructions in readme for post badges

* update readme

* add instructions for badges to readme yaml

* switch GH badges to iframes and remove comment out cran badges

* remove cran comment and update yaml table in readme file.

* Update README.md

* Update main.css
2017-10-16 15:21:22 -04:00
Marco Blessing
9cd6f1b716 fix EOL Sequence to LF (#257) 2017-10-03 16:21:54 -04:00
Cagri Sarigoz
09e037d535 Add Google Tag Manager Integration (#157) 2017-01-08 23:43:53 -05:00
eugenius1
7b704c9ee3 font-awesome v4.6, with snapchat and updated instagram icons 2016-09-11 02:33:25 +01:00
Dean Attali
48cf013e55 some modifications to social media sharing section 2016-08-06 16:42:15 -07:00
Ryan Lee
52824340aa Add social share buttons for posts 2016-08-06 10:56:59 -04:00
Dean Attali
bf6ff58d6e add main-content class to content on minimal layouts (thanks @lrdodge) 2016-08-05 16:42:38 -07:00
Dean Attali
426e809d48 move tags below a post 2016-07-27 16:46:31 -07:00
Pete
0eb18422ee minor fixes 2016-07-27 18:20:28 -05:00
Pete
0458bf9803 tagging options
Tags will display as plain text if a user adds tags to a post. If user
sets 'link-tags: true' in _config.yml, then Jekyll will make a new page
for each tag which lists all posts with given tag (provided the site is
not deployed through GitHub pages)
2016-07-27 17:12:30 -05:00
Pete
ce8ece5fc2 option for tags 2016-07-27 16:46:42 -05:00
Pete
b90c1c8de9 add tags 2016-07-27 15:19:16 -05:00