Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
salif committed Sep 10, 2023
1 parent 25edfa7 commit ae5f22f
Show file tree
Hide file tree
Showing 10 changed files with 86 additions and 17 deletions.
11 changes: 11 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -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
16 changes: 4 additions & 12 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -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']
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/_site/
/.bundle/
/.jekyll-cache/
/Gemfile
/Gemfile.lock
.DS_Store
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (C) 2019-2023 Salif Mehmed <[email protected]>
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
Expand Down
20 changes: 20 additions & 0 deletions LINUX.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

```
Expand Down Expand Up @@ -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)
2 changes: 1 addition & 1 deletion README.bg.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

---

![преглед на български колемак](preview.png)
![преглед на български колемак](./media/preview.png)

## Инсталирайте на Линукс

Expand Down
2 changes: 1 addition & 1 deletion README.eo.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
35 changes: 33 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
9 changes: 9 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -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
File renamed without changes

0 comments on commit ae5f22f

Please sign in to comment.