* Table Style Parity
* Update assets/scss/_base_dark.scss
* Add Contributor and Made Release
Co-authored-by: Luiz F. A. de Prá <luizdepra@users.noreply.github.com>
* modified margin for .container class
* modified navigation list and menu button so it is relative to title
* added kuba86 as contributor
* generate CSS files
* remove margin-top from menu-button to align with title inside navigation
Co-authored-by: Luiz F. A. de Prá <luizdepra@users.noreply.github.com>
With this change both the header and the footer use sans-serif which
looks more consistent in a page with a serif body.
Co-authored-by: Luiz F. A. de Prá <luizdepra@users.noreply.github.com>
* [bugfix] Fix line wrapping for list items
Long post titles will be wrapped in their own column, rather than
flowing under the date column (see #385).
* [assets] update assets for long post titles
* 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>
* 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
* 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
* 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.
* 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
* 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