Commit Graph

187 Commits

Author SHA1 Message Date
Ray Elliott 871c5ad408 remove fontawesome 2020-02-20 17:27:15 +00:00
Ray Elliott 0eecfb50ea improve social link styling 2020-02-20 17:14:19 +00:00
Ray Elliott 7713d4d351 update icon padding 2020-02-20 15:07:05 +00:00
Ray Elliott e67b2c24af use svg icons for taxonomies,date and time icons 2020-02-20 15:02:14 +00:00
Ray Elliott f7c750185f use material icons 2020-02-20 12:53:28 +00:00
Ray Elliott 8b37a91efe tidy up font requests, add material icons 2020-02-20 12:53:09 +00:00
Ray Elliott fc0acf05f4 add pagination styling 2020-02-19 22:26:24 +00:00
Ray Elliott bb8ceb59a7 add pagination styles 2020-02-19 22:23:37 +00:00
Ray Elliott 091e45c27d do not style .pagination lists in _content.scss 2020-02-19 21:49:02 +00:00
Ray Elliott e146cc68fb wrap .BaseFileName `with .File` 2020-02-19 17:43:27 +00:00
Ray Elliott 664a609103 add tags to body element 2020-02-19 17:24:32 +00:00
Ray Elliott 0138cc7e41 modify heading text of series list 2020-02-19 16:41:05 +00:00
Ray Elliott 69b0bfa48f remove border from meta tags, adjust opacity, color 2020-02-19 16:10:13 +00:00
Ray Elliott 4fa09193d8 adjust letter spacing of links and add margin 2020-02-19 15:55:34 +00:00
Ray Elliott 64c23a13f8 update link color to blue 2020-02-19 15:37:07 +00:00
Ray Elliott 6e4b275b0d style dark mode meta-tags 2020-02-19 15:22:28 +00:00
Ray Elliott 5603cfc17e use theme colours for meta tags 2020-02-19 15:12:02 +00:00
Ray Elliott 17dfcf002b remove width from font awesome icons 2020-02-19 12:13:12 +00:00
Ray Elliott 8ae8a63267 add categorytag labels to taxonomy pages 2020-02-19 12:10:13 +00:00
Ray Elliott d14d1d7215 update metadata styling 2020-02-18 22:54:05 +00:00
Ray Elliott 46f6de852d group categories and tags metadata together 2020-02-18 22:12:32 +00:00
Ray Elliott 38f0b25502 style categories and tags post meta 2020-02-18 21:48:18 +00:00
Ray Elliott a296989a54 move icons inside anchor elements 2020-02-18 21:32:55 +00:00
Ray Elliott 56ec9a6391 style the list pages
center the lists
2020-02-18 20:34:13 +00:00
Ray Elliott 9803754024 update TODO 2020-02-18 18:41:57 +00:00
Ray Elliott 7e4eec5008 modify see-also heading text 2020-02-18 17:44:24 +00:00
Ray Elliott 9908b8d2ed style the see-also list 2020-02-18 17:44:07 +00:00
Ray Elliott 957a83b3cb center images in .content 2020-02-18 17:31:17 +00:00
ray d86b1d6253 center images within figures 2020-02-14 20:56:45 +00:00
ray 65d631e4e4 style content header and headings
have the header and headings center aligned
2020-02-14 20:10:23 +00:00
ray 954a31edd0 center featured image 2020-02-14 20:07:59 +00:00
ray ddcf1efd52 increase font size on larger devices 2020-02-09 19:48:18 +00:00
ray 0da52c0444 update link colors 2020-02-09 17:58:47 +00:00
ray 10366a9d6f update fonts used to lato and open sans 2020-02-09 16:24:11 +00:00
ray bddf31ca98 fix script.js src attribute value
prepend the base url to the path of the script.
2020-02-02 21:43:27 +00:00
ray e35bf5f466 tidy up code 2020-02-02 21:22:55 +00:00
ray 655cb65d46 fix script.js path.
change relative path of js/script.js to absolute path.
2020-02-02 21:22:24 +00:00
ray 7709817602 add dark mode toggle functionality 2020-02-02 19:52:12 +00:00
ray 8de3c5508c update theme fonts 2020-02-02 17:13:35 +00:00
ray 205877b83b update README.md to reflect forked status 2020-02-02 14:50:38 +00:00
therealFIGBERT 922b67b346
Add Hebrew i18n file and FIGBERT to CONTRIBUTORS.md (#258) 2020-02-01 21:28:26 -03:00
Joseph Ting 39616beba3
Improve code block style of syntax highlighting (#256) 2020-01-31 15:16:13 -03:00
Bobby be94b5fd05 Add an optional featured image (#252)
* Make MathJax version 3 work

* Change my contributor link

* Add an optional featured image and table of contents

* Add an optional featured image and table of contents

* Add example of a featured image in post along with table of contents

* Remove word count criteria

* Fix formatting

* Add table of contents options

* Remove toc feature due to markdown bug

* Removing markup configuration

Co-authored-by: Luiz F. A. de Prá <luizdepra@users.noreply.github.com>
2020-01-27 15:46:37 -03:00
yousifd 0a45a52fcb Hide hamburger menu button on mobile when there are no menu items (#254)
* Hide hamburger menu button on mobile when there are no menu items fix 253

* Fix template identation

Co-authored-by: Luiz F. A. de Prá <luizdepra@users.noreply.github.com>
2020-01-22 16:05:57 -03:00
Michael Lynch a5662825e5 Fixing grammar mistake in English reading time (#251)
Changing reading time from "XX minutes read" to "XX-minute read".

In English, a hyphen (-) joins a number to the noun that follows it. Also, the noun is always minute regardless of the number ('1-minute' and '2-minute' are correct, whereas '2-minutes' is incorrect).

Reference: https://www.grammarly.com/blog/hyphen/

>When numbers are used as the first part of a compound adjective, use a hyphen to connect them to the noun that follows them. This way, the reader knows that both words function like a unit to modify another noun. This applies whether the number is written in words or in digits.
>Example: The president of the company gave a 10-minute speech to the Board of Directors.
2020-01-17 09:25:46 -03:00
Anson VanDoren 4369ed76d2 adding support for type in social links (#250)
* adding support for  in social links

* updating example config for RSS social icon
2020-01-13 14:12:09 -03:00
Eli W. Hunter 316835734f Add custom_scss (#244)
Co-authored-by: Luiz F. A. de Prá <luizdepra@users.noreply.github.com>
2020-01-05 12:55:03 -03:00
Tobias Lindberg fa59259139 Adding "since year" and author support to footer (#245)
* Adding target if statements

* adding Tobias Lindberg to CONTRIBUTORS.md

* adding swedish language i18n file

* adding author to footer

* adjusting swedish translation made in fc7d7f62af52d180486d0074691ab3747fb1da07

* adding since year functionality in footer

* adding since which year if statement to footer

* removing unnecessary lines in footer file

* adjusting footer again a little
2020-01-05 12:48:31 -03:00
Víctor López 35a5ce1b77 Fix typos in Spanish Language (#247)
* Fix typos in spanish translation

* Add viticlick to contributors
2020-01-05 12:45:21 -03:00
KK 9ca430610e Make it possible to enable katex and mathjax globally in config.toml (#241)
* Add \\( and \\[ as mathjax delimiters

* Make it possible to enable katex and mathjax globally in config.toml
2019-11-26 11:30:07 -03:00