Commit Graph

30 Commits

Author SHA1 Message Date
Clément Pannetier
63e96f8dee Fix hugo build (#387)
* Fix hugo build error

* Fix hugo build error
2020-08-24 11:13:35 -03:00
Clément Pannetier
be7b79af62 Add theme toggle button feature (#358)
* Add theme toggle button feature

* Add theme toggle button feature

* Replaced svg icon with FA icon + fixed indentation + refactored css

* Added back colorsheme configurations + script moved to be process by hugo pipe

* Make release

* Fix toggle button not working when loading new page + setTheme() refactor

* Make release

* Update exampleSite/config.toml

Co-authored-by: Luiz F. A. de Prá <luizdepra@users.noreply.github.com>
2020-08-11 15:51:13 -03:00
Latiif alSharif
3d7b39d2b4 Feature/add twemoji support (#346)
* Add support for Twemoji

* Add post on Twemoji support

* Regenrate CSS files

* Fix missing backtick in twemoji-support.md

* Rename useTwemoji to enableTwemoji

* Move Twemoji script tag into head tag

* Fix markdown link sytnax in twemoji-support

* Fix typo in Twemoji Support post
2020-06-01 20:11:21 -03:00
Clément Pannetier
a633a5257f Fix issue #308 (#319)
* Fix issue #308

* Make release
2020-04-26 19:20:37 -03:00
voroskoi
fb2dc89b45 Justify (#267)
* Paragraph style changes

Add text-align: justify to make text justified.

Add text-justify: auto, so the browser can decide if inter-word or inter-character space is adjusted.

Add hyphens: auto, so browser can hyphenate words.

* Regenerate scss files
2020-02-20 10:17:11 -03:00
Luiz F. A. de Prá
fcd8916343 Fix figure aligment 2020-02-14 18:00:04 -03:00
Joseph Ting
39616beba3 Improve code block style of syntax highlighting (#256) 2020-01-31 15:16:13 -03:00
John Schroeder
b00b75064d Automatic dark/light colorschemes (#234)
* Automatic dark/light colorschemes

A new `colorscheme` option is added with the capability to be always dark,
always light, or automatic based on the user's browser setting.  This
makes the `inverted` option superfluous, and therefore deprecated.
Nomenclature of files, variables, etc are changed from `inverted` to
`dark` to reflect this change.

Closes #226.

* Remove inverted option completely

The `inverted` option is now not just deprecated, but removed
completely.
2019-11-21 10:13:49 -03:00
Ariejan de Vroom
fa3de1efaf Adjust dark mode colorscheme (#225)
* Adjust dark mode colorscheme

This makes the whites a bit softer and instead of
inverting the blue hyperlinks, they're now desaturated -
but still blue.

* Add Ariejan de Vroom to CONTRIBUTORS
2019-10-09 11:14:10 -03:00
Joseph Ting
27e83b1e5a Add see also section to posts footer (#152)
* Fix series list page title

* Add see also section to posts footer
2019-03-11 08:21:14 -03:00
Luiz F. A. de Prá
54f0975aa9 Fix pagination style (#145) 2019-02-10 20:56:07 -02:00
Luiz F. A. de Prá
ced910a886 Fix hidden nav button on inverted (#140) 2019-01-16 15:54:29 -02:00
Gabriel Monteiro Nepomuceno
4ff77035f6 Easy customize (#138)
* Making easy to customize listing

* adding styles to listing

* removing unintended changes

* correcting declaration

* including files for release

* changing url to be relative so it can work on localhost

* Including suggestions
2019-01-16 13:16:24 -02:00
Piotr Januszewski
12b4246e29 Add simple figure style for content class (#130)
* Add figure style

* Add figure to exampleSite

* Apply suggested changes from code-review
2019-01-07 13:30:09 -02:00
Joseph Ting
fc576925eb Fix homepage main content section vertical align (#118) 2019-01-04 09:09:52 -02:00
Thomas Nys
9f034349f6 Fix code indent (#123)
* Fix code indent

* Add myself to the contributors

* Regenerate css
2018-11-26 13:56:31 -02:00
Luiz de Prá
c0708c491e Revert flex on body 2018-11-25 20:40:34 -02:00
Joseph Ting
bab77656bb Update deprecated device-width media queries (#120) 2018-11-21 09:37:10 -02:00
Abner Campanha
720f7518a6 Add inverted variables option (#110)
* add inverted variables option

* create inverted styles

* add missed styles

* add myself as contributor
2018-11-12 09:42:52 -02:00
Joseph Ting
8d3c1a2f8e Remove flexbox on body (#114) 2018-11-09 11:03:00 -02:00
Khosrow Moossavi
fd3ec89897 Taxonomy initial commit, tags and categories (#90)
* Taxonomy initial commit, tags and categories

* WIP: Show in footer for comparison

* Fix post meta
2018-10-27 09:43:26 -03:00
Philipp Rintz
764b9ffef3 Fixed reference to old variable name (#103)
Using RTL would fail due to _colors no longer being available. Changed to import _variables instead.
2018-10-16 10:43:35 -03:00
Khosrow Moossavi
11c0108323 Enhance post header (#100)
- show calendar icon for 'posted date'
- show 'reading time'
2018-10-14 22:24:13 -03:00
Khosrow Moossavi
4426c889fd Post refactor to hold everything its own (#88) 2018-10-03 15:06:20 -03:00
Luiz de Prá
a6bf2f0150 Fix social icons 2018-09-17 11:48:27 -03:00
Luiz F. A. de Prá
94656f4c79 Style refactor (#77)
* Change fonts

* Fix colors and sizes

* Fix link colors

* Fix headings and links

* Fix icon size
2018-09-14 09:02:58 -03:00
Khosrow Moossavi
6c80d2035a Fix navigation (#73)
* Fix hamburger menu for RTL

* Better css rules hierarchy for navigation
2018-09-05 17:42:59 -03:00
Khosrow Moossavi
42d75aefe4 Enable RTL layout by providing 'rtl = true' in the config (#72) 2018-09-01 09:18:10 -03:00
Luiz de Prá
333e6358c8 Add social icons 2018-08-22 08:54:56 -03:00
Luiz F. A. de Prá
934db8e964 Add SCSS via Asset Pipeline (#65)
* Remove old files

* Add SCSS pipeline

* Add generated files

* Fix navigation HTML

* Fix media queries

* Remove RTL

* Fix styling for big screens

* Remove separator configs

* Fix menu dropdown

* Add working mobile menu

* Fix menu item heights

* Update README
2018-08-21 16:26:15 -03:00