You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4-3
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ Chirpy:
56
56
57
57
## Upgrading the Theme
58
58
59
-
Since we aren't using the theme gem (so we can do customizations), we have to do it the old-fashioned way:
59
+
Since we aren't using the theme gem (so we can do customizations), we have to do it the old-fashioned way:
60
60
61
61
1. Ensure chirpy is set as a remote: `git remote add chirpy https://github.com/cotes2020/jekyll-theme-chirpy.git`
62
62
2. Ensure you have the latest upstream commit: `git fetch chirpy`
@@ -69,16 +69,17 @@ Since we aren't using the theme gem (so we can do customizations), we have to do
69
69
- If getting GPG errors, modify the local git config: `git config commit.gpgsign false`, but modify it back to `true` after you are done cherry-picking and rebasing (before amending commit)
70
70
5. Review merge conflicts - use a combination of `git cherry-pick --skip` (for when readme/starter posts are updated) and `cherry-pick --continue` (to continue after you resolve real merge conflicts)
- You can also run a command that's referenced in the `init.sh` to remove this from `.gitignore`: `sed -i '' "/.*\/dist$/d" .gitignore`
72
73
7. Rebase the number of commits you just brought in (you should see icon in VS Code): `git rebase -i HEAD~16`
73
74
- Leave the top commit as `pick` but change the rest to `squash`
74
75
- Update the commit message as appropriate
75
76
8. Pay close attention to the terminal output as to which new files are being created and if they should be deleted (new files show up as `create mode 100644 file.ext`)
76
77
- For example, we wouldn't want to commit a GitHub workflow or issue template that wasn't needed here
77
78
- If there are new files that we don't want to track, delete the files, commit, and run another rebase `git rebase -i HEAD~2`
78
79
- This command can help with tracking new files in the most recent commit: `git diff-tree --compact-summary -r HEAD --diff-filter=A`
79
-
9. Ensure commit signing is enabled: `git config commit.gpgsign true`
80
+
9.Ensure commit signing is enabled: `git config commit.gpgsign true`
Copy file name to clipboardexpand all lines: _data/locales/sl-SI.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ copyright:
43
43
meta: Uporabljena :PLATFORM tema :THEME #Using the :PLATFORM theme :THEME
44
44
45
45
not_found:
46
-
statment: Oprostite, hiperpovezava je neustrezna ali vsebina ne obstajata. #Sorry, we've misplaced that URL or it's pointing to something that doesn't exist.
46
+
statement: Oprostite, hiperpovezava je neustrezna ali vsebina ne obstajata. #Sorry, we've misplaced that URL or it's pointing to something that doesn't exist.
47
47
48
48
notification:
49
49
update_found: Novejša različica vsebine je na voljo. #A new version of content is available.
0 commit comments