From ae5f22fb271a93cda5d5be852fad362d6fbf192c Mon Sep 17 00:00:00 2001 From: Salif Mehmed Date: Sun, 10 Sep 2023 15:17:03 +0300 Subject: [PATCH] Update --- .editorconfig | 11 ++++++++++ .github/FUNDING.yml | 16 ++++---------- .gitignore | 6 ++++++ LICENSE | 2 +- LINUX.md | 20 ++++++++++++++++++ README.bg.md | 2 +- README.eo.md | 2 +- README.md | 35 +++++++++++++++++++++++++++++-- _config.yml | 9 ++++++++ preview.png => media/preview.png | Bin 10 files changed, 86 insertions(+), 17 deletions(-) create mode 100644 .editorconfig create mode 100644 .gitignore rename preview.png => media/preview.png (100%) diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..da8bd06 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true + +[*.md] +trim_trailing_whitespace = false +max_line_length = 80 diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 18cb5f9..f74aea8 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,12 +1,4 @@ -# These are supported funding model platforms - -github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] -patreon: salifm # Replace with a single Patreon username -open_collective: # Replace with a single Open Collective username -ko_fi: salif # Replace with a single Ko-fi username -tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel -community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry -liberapay: salif # Replace with a single Liberapay username -issuehunt: # Replace with a single IssueHunt username -otechie: # Replace with a single Otechie username -custom: ['https://salif.eu/sponsor-me'] # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] +patreon: salifm +ko_fi: salif +liberapay: salif +custom: ['https://salif.eu/sponsor-me'] diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2319f2e --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +/_site/ +/.bundle/ +/.jekyll-cache/ +/Gemfile +/Gemfile.lock +.DS_Store diff --git a/LICENSE b/LICENSE index 5de67f2..ed09656 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (C) 2019-2023 Salif Mehmed +Copyright (C) 2019-2023 Salif Mehmed This software may be used, modified, copied, distributed, and sold, both in source and binary form provided that the above copyright diff --git a/LINUX.md b/LINUX.md index 9de37ff..da46f89 100644 --- a/LINUX.md +++ b/LINUX.md @@ -4,6 +4,13 @@ In other languages: [English](LINUX.md), [Esperanto](LINUX.eo.md), [Българ --- +First, backup some files. Run these commands: + +``` +cp /usr/share/X11/xkb/symbols/bg /usr/share/X11/xkb/symbols/bg.old +cp /usr/share/X11/xkb/rules/evdev.xml /usr/share/X11/xkb/rules/evdev.xml.old +``` + Open `/usr/share/X11/xkb/symbols/bg` and append the following text block at the end of the file ``` @@ -86,4 +93,17 @@ Then add `Bulgarian (Colemak)` via the settings of your desktop environment If unsuccessful, submit an issue to this git repository at [GitHub.com](https://github.com/salif/colemak-bg/issues/new/choose) +## Uninstall + +To uninstall undo everything you did or restore old files: + +``` +mv /usr/share/X11/xkb/symbols/bg.old /usr/share/X11/xkb/symbols/bg +mv /usr/share/X11/xkb/rules/evdev.xml.old /usr/share/X11/xkb/rules/evdev.xml +``` + +## Update + +Uninstall the old version and install the new version + [Back](./README.md) diff --git a/README.bg.md b/README.bg.md index b8baf4d..8a7af8b 100644 --- a/README.bg.md +++ b/README.bg.md @@ -4,7 +4,7 @@ --- -![преглед на български колемак](preview.png) +![преглед на български колемак](./media/preview.png) ## Инсталирайте на Линукс diff --git a/README.eo.md b/README.eo.md index 25a521c..4c9200e 100644 --- a/README.eo.md +++ b/README.eo.md @@ -4,7 +4,7 @@ En aliaj lingvoj: [English](README.md), [Esperanto](README.eo.md), [Българ --- -![antaŭrigardu bulgara colemak](preview.png) +![antaŭrigardu bulgara colemak](./media/preview.png) ## Instali en Linukso diff --git a/README.md b/README.md index 2082f62..79b9dfe 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,39 @@ In other languages: [English](README.md), [Esperanto](README.eo.md), [Бълга --- -![preview bulgarian colemak](preview.png) +![preview bulgarian colemak](./media/preview.png) -## Install on Linux +## Links + +* Homepage: [salif.github.io/colemak-bg](https://salif.github.io/colemak-bg/) +* Source code: [github.com/salif/colemak-bg](https://github.com/salif/colemak-bg) +* Source code: [codeberg.org/salif/colemak-bg](https://codeberg.org/salif/colemak-bg) +* Issues \(Github\): [github.com/salif/colemak-bg/issues](https://github.com/salif/colemak-bg/issues) +* Issues \(Codeberg\): [codeberg.org/salif/colemak-bg/issues](https://codeberg.org/salif/colemak-bg/issues) +* Element/Matrix chat: [#salif-colemak:mozilla.org](https://matrix.to/#/#salif-colemak:mozilla.org) + +## Installing + +### Install on Linux See [LINUX.md](./LINUX.md) + +## Contributing + +### Report a bug + +Check [the list of open issues](#links) to see if your bug has already been reported. + +If it hasn't, submit a new issue. + +### Suggest a feature + +[Open an issue](#links) which describes the feature. + +### Code + +I accept pull requests at Github and Codeberg. + +## License + +See [LICENSE](./LICENSE). diff --git a/_config.yml b/_config.yml index f18f634..0ff35e0 100644 --- a/_config.yml +++ b/_config.yml @@ -1,2 +1,11 @@ +plugins: + - jekyll-sitemap + name: Bulgarian Colemak title: null +description: Bulgarian Colemak keyboard layout +repository: salif/colemak-bg + +author: + name: Salif Mehmed + url: https://salif.eu diff --git a/preview.png b/media/preview.png similarity index 100% rename from preview.png rename to media/preview.png