Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #525

Merged
merged 1 commit into from
Oct 20, 2023
Merged

Update README.md #525

merged 1 commit into from
Oct 20, 2023

Conversation

sergiokopplin
Copy link
Owner

No description provided.

@sergiokopplin sergiokopplin merged commit 3d8687c into gh-pages Oct 20, 2023
@sergiokopplin sergiokopplin deleted the sergiokopplin-patch-1 branch October 20, 2023 11:29
timKraeuter added a commit to timKraeuter/timKraeuter.github.io that referenced this pull request Nov 9, 2023
* build: ignore vendor bundle

* feat: add font-awesome-svg icon

* fix: smaller icons

* fix: jekyll configuration

see https://jekyllrb.com/docs/troubleshooting/#configuration-problems

* Adds default value to `hidden` property for posts

All pages with layout `post` are given a property `hidden` with default value of `false`. The value can be overwritten in the front matter of a specific post that you might want to set to hidden. Why? After PR sergiokopplin#278 no navigation links were shown unless posts had explicitly been specified as not hidden (`hidden: false`). This PR is meant to fix this issue.

* Fixing invalid date in the YAML front matter error

Fixing `does not have a valid date in the YAML front matter` error while building the site. More info: sergiokopplin#348.

* Added info on running this site in Docker

* Fixing an issue with og:image for posts

Fixing an issue where all links will be shown with the site's image, instead of the image specified in the `image` field in the specific post's front matter. More info: sergiokopplin#350

* add logic to show external image for about page

* exclude vendor folder

found via
jekyll/jekyll#5267 (comment)

* Improving quality and performance by using online tests

* Only bake icons to html if they are being used

I kept the Twitter and Facebook ones unconditionally because they may also be used on the author page. I recognize that there is no `site.google-plus` variable, but this at least guarantees that this icon will never appear unless the user really wants it.

* upgrade to jekyll-paginate-v2

* feat: css improvements

Thanks to @cbrueffer (cbrueffer@ae9e470)

* Updating normalize.scss to the last version

* Fixing variable name in sass file

* bugfix unrecongnized Liquid tag 'fa_svg'

* 🐛 Fix Icon Size

* 🐛 Fix Icon Color on Share Component

* 🐛 Fix URLS with https

* 🐛 Fix Travis htmlproofer runner config

* Build site with GitHub actions (sergiokopplin#426)

* test deploy

* typo

* docs: wip

* test

* remove DEPLOY_TOKEN, use GITHUB_TOKEN instead

* use github token

* try to trigger Github actions

* Update README.md

* Update README.md

* testing

* fix: removes Fontawesome (sergiokopplin#435)

* fix: https on all links & removes github workflow (sergiokopplin#436)

* fix: https on all links & removes github workflow

* fix: removes brokwn html-proofer

* fix: updates test pipeline

* fix(socials): change linkedin's href value (sergiokopplin#437)

If you try to use linkedin without www in front of it, it throws `Hmm. We’re having trouble finding that site.` on Firefox.

* fix: site urls

* Use 'post' class even if there are no tags (sergiokopplin#441)

Co-authored-by: Andrés Maldonado <amaldona@etu.utc.fr>

* Improve inline code CSS formatting (sergiokopplin#445)

I added a grey box and centered (vertical-align: middle) the inline code. This inline formatting is similar to the GitHub line formatting. I left the multiline CSS intact.

* feat: adds dark theme (sergiokopplin#484)

* feat: adds dark theme

* chore: updates screen shot

* docs: updates

* Add `rel="noopener"` to social links (sergiokopplin#481)

To improve performance and prevent security vulnerabilities.

* feat: dark theme as default

* feat: adds dark syntax theme

* feat: handles font weight on dark theme

* fix: removes social link hover feature

* fix: disqus username

* fix: removes unused social links

* fix: removes piwik

* fix: removes travis ci

* fix: removes config _dev

* docs: removes nodejs from docs

* docs: removes local config from docs

* docs: removes travis from docs

* Update _config.yml

* feat: adds webrick gem

* feat: adds fontawesome

* chore: removes unused package jekyll mentions

* Create CNAME

* Delete CNAME

* Create CNAME

* Delete CNAME

* fix: site title instead of site name

* fix: removes jekyll-admin due to warning

* fix: removes jekyll-admin due to warning

* Added the missing close tags (sergiokopplin#489)

* Added the missing close tags

* Removed unnecessary files

* fix rss feed invisible on dark mode (sergiokopplin#494)

* Add option for auto theme switching depending on system preference. (sergiokopplin#497)

* fix: removes pagination due to conflict

* docs: adds docker

* docs: updates docs

* docs: updates

* Update README.md (sergiokopplin#525)

* docs: updates

* docs: updates

* docs: updates

* chore: refactor font awesome load

* fix: canonical issue

* fix: acessilibity issue

* fix: light theme acessibiliy issue

* fix: acessiliby issue

* fix: accessibility issue

* fix: accessibility issue

* fix: perf issue

* fix: perf issues

* fix: removes unused code

* update x-twitter icon (sergiokopplin#526)

update x-twitter icon

* Create CONTRIBUTION.md (sergiokopplin#528)

* Update CONTRIBUTION.md file (sergiokopplin#530)

* added issues url (sergiokopplin#531)

* Update about.md (sergiokopplin#533)

fixed the typo error

---------

Co-authored-by: Sylvain METAYER <contact@sylvainmetayer.fr>
Co-authored-by: Rustam Mehmandarov <mehmandarov@users.noreply.github.com>
Co-authored-by: c-ameron <pnzreba@gmail.com>
Co-authored-by: Cristiano Nunes <cfgnunes@gmail.com>
Co-authored-by: Matthew Thomas <macravin@gmail.com>
Co-authored-by: Chirag Arora <me@chia.ro>
Co-authored-by: Cristiano Nunes <cfgnunes@cefetmg.br>
Co-authored-by: Sérgio A. Kopplin <sergiokopplin@gmail.com>
Co-authored-by: kevche <kevche@umich.edu>
Co-authored-by: Taylan Dogan <doganntaylan@gmail.com>
Co-authored-by: am97 <amaldona@tutanota.com>
Co-authored-by: Andrés Maldonado <amaldona@etu.utc.fr>
Co-authored-by: Zach Zhao <Zachzhao@outlook.com>
Co-authored-by: slashformotion <45801817+slashformotion@users.noreply.github.com>
Co-authored-by: Mohammad Rezania <ash.wxrz@hotmail.com>
Co-authored-by: Made Indra <made.indra@protonmail.com>
Co-authored-by: Ricardo Rodrigues <ricardo.e.p.rodrigues@gmail.com>
Co-authored-by: Adhika P <40765693+adhika16@users.noreply.github.com>
Co-authored-by: XZM27 <55028818+Xzm27@users.noreply.github.com>
Co-authored-by: Himanshu Kumar Mahto <93067059+HimanshuMahto@users.noreply.github.com>
Co-authored-by: KRISH SONI <67964054+krishvsoni@users.noreply.github.com>
Co-authored-by: chinmay7016 <75988613+chinmay7016@users.noreply.github.com>
cpuhurtz pushed a commit to cpuhurtz/cpuhurtz.github.io that referenced this pull request Jan 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant